0
点赞
收藏
分享

微信扫一扫

HTML 语义化标签

f12b11374cba 2022-02-08 阅读 56
html前端

html5中为了提高程序的可读性而提供的一些标签

<header>
<footer>
<header>
        <!-- 标题标签 -->
        <h1>共产党宣言</h1>
</header>
<footer>
    <!-- 字体  font-->
    <font color="gray" size=3 face="楷体" >
        <!-- 居中 -->
        <center>
        共产党宣言<br />
        <!-- 版权编号: &copy-->
        马克思 恩格斯&copy;
        </center>
    </font>
</footer>
举报

相关推荐

0 条评论