Html通用模板:
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8”/>
<title>文档标题</title>
<link rel="shortcut icon" href="img\wujiaoxing.ico"/><!- -设置标签页图标- ->
<link rel=”stylesheet” href=”url”/>
</head>
<body>
<header role=”banner”>
<nav role=”navigation”> 页眉 </nav>
</header>
<main role=”main”>
<article>
<section>
<p>主要内容</p>
</section>
</article>
</main>
<aside role=”complementary” >附注栏的其他内容</aside>
<footer role=”contentinfo”>页脚(如:版权)</footer>
</body>
</html>
本文出自 “时光日记” 博客,请务必保留此出处http://megxh51.blog.51cto.com/12602415/1899948
原文:http://megxh51.blog.51cto.com/12602415/1899948