style.backgrounColor设置网页背景颜色

Posted 欢迎

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了style.backgrounColor设置网页背景颜色相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<script type="text/javascript">
function change(){
var bgColor=document.getElementById("txtId").value;//获取输入的颜色值
var _body=document.getElementsByTagName("body");//获取页面属性
_body[0].style.backgroundColor=bgColor;
}
</script>
</style>
<body>

修改背景色: <input type="text" id="txtId"/>
<input type="button"value="change" onclick="change()"/>

</body>
</html>

以上是关于style.backgrounColor设置网页背景颜色的主要内容,如果未能解决你的问题,请参考以下文章

求一段HTML代码,要求内容是,可以设置固定时间内随机打开某个指定的网站,

Candence Allegro背钻设置

必背函数——python学习第四次总结

第二次作业

技术篇 | 基于神经网络模型的网页信息智能抽取

PHP--最常用--必背函数总结!php学习者收藏必备!