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

Body text 属性

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

Body text 属性

Body 对象


定义和用法

text 属性可设置或者返回 body 元素的 text 属性值。

text 属性描述了文档的文本颜色。

语法

设置 text 属性:

bodyObject.text=”color

返回 text 属性:

bodyObject.text

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


浏览器支持

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


实例

实例

返回 body 元素的 text 属性值:

<html>
<body id=”w3s” text=”#0000FF”>

<script>
document.write(“The text color is: “)
document.write(document.getElementById(“w3s”).text);
</script>

</body>
</html>


Body 对象

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

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

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

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2121.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