<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="content-Type" charset="UTF-8">
    <meta http-equiv="x-ua-compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Title</title>
</head>
<body>
    <!--语义化标签-->
    <!--u标签:underline下划线-->
    <u>小马哥</u>
    <!--b标签:粗体文本-->
    <b>小马哥</b>
    <!--em:斜体-->
    <em>小马哥</em>
    <!--上角标-->
    2<sup>3</sup>
    <!--下角标-->
    8<sub>4</sub>
</body>
</html>

 

相关文章:

  • 2021-09-03
  • 2021-08-19
  • 2022-12-23
  • 2021-07-17
  • 2021-05-17
  • 2022-12-23
猜你喜欢
  • 2021-06-14
  • 2022-12-23
  • 2021-12-15
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案