html代码怎么写宽高
直接用body元素啊
用内联式 <div style="width:20px;height:50px"></div>
<div style="width:20px;height:50px"></div>
body{width:200px;height:200px;}