BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form action="demo-form.php" method="get"> <fieldset name="personalia"> Name: <input name="username" type="text"><br> Email: <input name="usermail" type="text"><br> </fieldset> <button onclick="form.personalia.style.backgroundColor='yellow'" type="button">改变控件的背景颜色</button> <input type="submit"> </form> <p><b>注意:</b>除了 Internet Explorer,其他主流浏览器都支持 name 属性。</p> </body> </html>
运行结果