PHP速学视频免费教程(入门到精通)
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
本文将和大家js的一个网页制作小技巧,应用在很多地方,通过js改变html页面的颜色,有兴趣的学习下,希望能帮助到大家。
我们先来看下具体的演示效果图
以下就是完整的HTML页面代码,大家可以测试下。
nbsp;html> <meta> <title>Document</title> <style> .big_box{ width: 500px; height: 500px; border: 1px solid black; } .big_box input{ margin-left: 60px; } </style> <script> function Change_red(){ var Red=document.getElementById("change_style"); Red.style.backgroundColor="red"; } function Change_blue(){ var Blue=document.getElementById("change_style"); Blue.style.backgroundColor="blue"; } function Change_green(){ var Green=document.getElementById("change_style"); Green.style.backgroundColor="green"; } </script> <p> <input> <input> <input> </p>
已抢6799个
抢已抢91612个
抢已抢14418个
抢已抢50597个
抢已抢190558个
抢已抢86253个
抢