欢迎访问服务器技术网-www.fuwuqijishu.com

Body aLink 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 25次浏览 0个评论 扫描二维码
文章目录[隐藏]

Body aLink 属性

Body 对象


定义和用法

aLink 属性可设置或者返回 body 元素中 alink 属性的值。

alink 属性指定了文档链接点击时的颜色 (链接被点击时)。

语法

设置 aLink 属性:

bodyObject.aLink=”color

返回 aLink 属性:

bodyObject.aLink

描述
color 指定了链接颜色。查看完整的 CSS 颜色值


浏览器支持

所有主要浏览器都支持 aLink 属性


实例

实例

返回页面链接,链接点击时,链接点击后的颜色值:

<p><a href="//www.runoobb.com">菜鸟教程</a></p>
<p><a href="//www.runoobb.com/html/">HTML 教程</a></p>
<script>
document.write("未点击链接颜色是: ")
document.write(document.getElementById("runoob").link);
document.write("
<br>选中链接颜色是: ")
document.write(document.getElementById("runoob").aLink);
document.write("
<br>已访问的链接颜色是: ")
document.write(document.getElementById("runoob").vLink);
</script>


Body 对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2318.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900