第11章 footer元素

阅读 47

2023-06-26


<!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>

 

效果图:

第11章 footer元素_html


 

精彩评论(0)

0 0 举报