abstract:<!DOCTYPE html><html><head><meta charset="utf-8"> <style type="text/css">.box{width:600px;height:180px;border:10px solid #000;margin:0px auto;pa
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
.box{width:600px;height:180px;border:10px solid #000;margin:0px auto;padding:10px;}
.boxa{float:left;margin-left:290px;width:150px;height:20px;text-align:right;font-size:15px;color:#888;}
img{float:left;}
.boxa span{color:green;font-weight:bold;}
#wenben{width:590px;height:100px;border:2px solid #888;margin-top:10px;}
.box #wb1,#wb2,#wb3,#wb4,#wb5,#wb6{float:left;width:40px;height:32px;line-height:32px;padding-left:20px;}
#bt{float:left;width:50px;height:32px;background:#ccc;border:none;color:#fff;border-radius:10px 10px 0px 0px;}
#wb1{background:url(css/wb1.png)no-repeat left center;}
</style>
<title>这是我的选项作业</title>
</head>
<body>
<div class="box">
<img src="css/js.png" width=“200px” height="20px">
<div class="boxa">还可以输入<span id="number">123</span>字</div>
<textarea type="text" id="wenben">
</textarea>
<span id="wb1">英语</span>
<span id="wb2">数学</span>
<span id="wb3">语文</span>
<span id="wb4">物理</span>
<span id="wb5">化学</span>
<span id="wb6">美术</span>
<input type="button" id="bt" value="发布">
</div>
</body>
</html>