2021-11-02

2021-11-02

2021-11-02 

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>23.footer元素</title>
</head>

<body>
	<footer>
		<ul>
			<li><a href="#">版权信息</a></li>
			<li><a href="#">站点地图</a></li>
			<li><a href="#">联系方式</a></li>
		</ul>
	</footer>
	<article>
		<footer>
			这是底部
		</footer>
	</article>
	<section>
		<footer>
			底部
		</footer>
	</section>
	<br/>
	hgroup元素
	<article>
		<header>
			<hgroup>
				<h1>标题</h1>
				<h2>子标题</h2>
			</hgroup>
		</header>
		<div>内容</div>
		<footer>
		</footer>
	</article>
</body>
</html>

 2021-11-02

 

上一篇:Sharepoint customaztion and frontpage 2003 resource


下一篇:Git branch 和 Git checkout常见用法