0
点赞
收藏
分享

微信扫一扫

第11章 footer元素

芷兮离离 2023-06-26 阅读 43


<!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 条评论