纯css打造立体时钟
  • 12
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
By_jie

html中的格式标签

一、html中的格式标签

<html>
    <head>
        <title>html中的格式标签</title>
        <meta context="text/html;charset=utf-8"/>
    </head>
<body>
    <!--斜体字-->
    <i>斜体字</i><br/>
    <!--粗体字-->
    <b>粗体字</b><br/>
    <!--插入字-->
    <ins>插入字</ins><br/>
    <!--删除字-->
    <del>删除字</del><br/>
    <!--立方-->
    10<sup>2</sup><br/>
    <!--化学-->
    H<sub>2</sub>O
</body>
</html>

结果截图:

  

 

posted @ 2019-01-08 16:10  1024军团  阅读(211)  评论(0编辑  收藏  举报