|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
结构清晰,容易被搜索引擎搜索到,天生优化了seo
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/>
<title>52CSS.com</title>
<styletype="text/css">
label{
float:left;
width:80px;
}
form{margin:0px}
input{
width:180px;
border:1pxsolid#808080
}
textarea{
width:250px;
height:150px;
}
#sbutton{
margin-left:80px;
margin-top:5px;
width:80px;
}
br{
clear:left;
}
</style>
</head>
<body>
<formaction=""method="post">
<labelfor="user">姓名:</label>
<inputtype="text"id=username="user"value=""/><br/>
<labelfor="email">邮件:</label>
<inputtype="text"id=emailname="email"value=""/><br/>
<labelfor="comment">备注:</label>
<textareaid=commentname="comment">
</textarea>
<br/>
<inputtype="submit"id="sbutton"value="断定"/><br/>
</form>
</body>
</html>
</p>
提高易用性。使用CSS可以结构化HTML,例如:标签只用来控制段落,heading标签只用来控制标题,table标签只用来表现格式化的数据等等。 |
|