其他分享
首页 > 其他分享> > Top01-0020、非常用标签

Top01-0020、非常用标签

作者:互联网

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <font color="blue">文本</font>
    <hr size="4" color="green" />
    <i>倾斜</i>
    <em>倾斜</em>
    <b>加粗</b>
    <strong>加粗</strong>
    <p><del>删除线</del></p>
</body>
</html>

标签:0020,倾斜,标签,Top01,Document,加粗
来源: https://blog.csdn.net/zrk4sjsf/article/details/112059680