<!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>DIVCSS5新建一个盒子实例</title>
    <style>
    .divcss-box{width:450px;height:100px;border:1px solid #F00}
    </style>
    </head>
    <body>
    <div class="divcss-box">DIVCSS5盒子实例</div>
    </body>
</html>
2、实例效果如下:
返回下载 新建宽450px 高100px盒子教程:http://www.divcss5.com/shili/s639.shtml