首页 > Web开发 > 详细

html+css的结构

时间:2015-03-15 23:28:05      阅读:333      评论:0      收藏:0      [点我收藏+]
<!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>

html+css的结构

原文:http://www.cnblogs.com/tangwaikei/p/4340709.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!