第11章 footer元素

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<!--
<div id="footer"><p>备案信息</p></div>
<footer><p>备案信息</p></footer>
-->
<article>
	<p>文章内容</p>
    <footer>
    	文章的脚本注释
    </footer>
</article>
<section>
	<p>文章内容</p>
    <footer>
    	文章的脚本注释
    </footer>
</section>
</body>
</html>

效果图:

 

猜你喜欢

转载自onestopweb.iteye.com/blog/2259915
今日推荐