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>
好看请赞,养成习惯:) 本文来自博客园,作者:靠谱杨, 转载请注明原文链接:https://www.cnblogs.com/rainbow-1/p/13978737.html
欢迎来我的51CTO博客主页踩一踩 我的51CTO博客
文章中的公众号名称可能有误,请统一搜索:靠谱杨的秘密基地