cuijunfeng
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>标签</title>
</head>
<body>
    <i>倾斜字体</i><br>
    <b>加粗字体</b><br>
    <strong>强调加粗字体</strong><br>
    <em>强调倾斜字体</em><br>


    <pre>原样输出1
        原样输出2
    </pre>


    <code>代表代码,与pre标签配合使用,这样代码就不会堆叠</code>
    <hr>

    <sub>下标</sub>
    <sup>上标</sup>
</body>
</html>

 

分类:

技术点:

相关文章:

  • 2021-08-26
  • 2021-10-05
  • 2021-05-22
  • 2021-07-06
  • 2022-12-23
  • 2021-05-18
  • 2021-04-29
猜你喜欢
  • 2021-06-11
  • 2021-10-29
相关资源
相似解决方案