HTML文本格式化标签

 1 <!DOCTYPE html>
 2 <html>
 3 <head>
 4 <meta charset="UTF-8">
 5 <title>HTML文本格式标签</title>
 6 </head>
 7 <body>
 8     <p>这是一个普通的文本- <b>这是一个加粗文本</b></p>
 9     <p><em>强调文本</em></p>
10     <p>He named his car <i>The lightning</i>, because it was very fast.</p>
11     <p><small> Copyright 1999-2050 by Refsnes Data.</small></p>
12     <p><strong>加粗文本</strong></p>
13     <p>这个文本包含 <sub>下标</sub>文本。</p>
14     <p>这个文本包含 <sup>上标</sup> 文本。</p>
15     <p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
16     <p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
17 </body>
18 </html>

 


 

 

 

 

 

posted @ 2020-11-15 20:23  靠谱杨  阅读(154)  评论(0编辑  收藏  举报