简单教程
提交运行
代码编辑器:
<form action="/dy/html/getpost" method="get"> <fieldset name="personalia"> Name: <input type="text" name="username"><br> Email: <input type="text" name="usermail"><br> </fieldset> <button type="button" onclick="form.personalia.style.backgroundColor='yellow'">改变控件的背景颜色</button> <input type="submit"> </form> <p><b>注意:</b>除了 Internet Explorer,其他主流浏览器都支持 name 属性。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: