标签:
<!DOCTYPE html> <html> <head> <title>浏览器对象</title> <meta http-equiv="Content-Type" content="text/html; charset=gkb"/> </head> <body> <!--先编写好网页布局--> <form> <input type="checkbox" name = "cbox" value = "1" id="box" >please </form> </script> </body> </html>
如果要写js 的:
<script type="text/javascript">..........</script>
标签:
原文地址:http://www.cnblogs.com/tangwaikei/p/4340709.html