<HTML>
<head>
? <tile>用戶登錄</tile>
? <style type="text/css">
? #body{
? ? height:850px;
? ? width:2000px;
? }
? #a{
? ? border:solid;
? ? border-color:red;
? ? background:red;
? ? height:100px;
? ? margin-bottom:5px;
?
? ? ? ?
? }
? #b{
? ? border:solid;
? ? border-color:green;
? ? height:600px;
? ? margin-bottom:5px;
? }
? #c{
? ? border:solid;
? ? border-color:red;
? ? background:red;
? ? height:125px;
? ? margin-bottom:5px;
? }
? #b1{
? ? width:1000px;
? ? height:600px;
? ? display:inline-block;
? ? margin-right:10px;
? ? background-image:url('01.png');
? ? background-repeat:no-repeat;
? ?
? ?
? }
? #b2{
? ? width:800px;
? ? height:600px;
? ? display:inline-block;
? ? background:#ffc0cb;
? ?
? }
? </style>
? <body>
? <div id="body">
? ? <div id="a">
? ? ? <h2 align="center">頁面標(biāo)題</h2>
? ? </div>
? ? <div id="b">主題
? ? ? <div id="b1" >左邊</div>
? ? ? <div id="b2">右邊</div>
? ? </div>
? ? <div id="c"><h3 align="center">版權(quán):應(yīng)用技術(shù)G1802趙巧坤</h3></div>
? </body>
</head>
</html>