[HTML-004] 格式化文字标签.

格式化文字:

<html>

<body>

      <b>This text is bold<b><br />

      <strong>This text is bold</strong><br />

      <big>This text is big</big> <br />

      <em>This text is emphasized</em> <br />

      <i>This text is is italic</i> <br />

      <small>This text is small</small> <br />

      This text contains

         <sub> subscript </sub> <br />

        This text contains

          <sup>superscript </sup><br />

</body>

</html>         

 

运行代码显示如下:

  clip_image002

你可能感兴趣的:(style,职场,休闲,cccccc)