html+css的结构

<!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>

原文地址:https://www.cnblogs.com/tangwaikei/p/4340709.html