怎么插入DIV标签?

来源:百度知道 编辑:UC知道 时间:2024/06/05 09:24:49
怎么插入DIV标签?

你加我,我告诉你

呃,不懂,不就像这样吗
<head>
<style type="text/css">
.box{ width:900px; margin:0px auto;}
#top{ width:900px; height:60px;}
</style>
</head>
<body>
<div class="box">
<div id="top"></div>
</div>
</body>

使用键盘输入<DIV></DIV>就插好了