- 标记文本:
a. 代码:
<mark>hello</mark> world
b. 效果:

- 删除线:
a. 代码:
<del>hello world</del>
b. 效果:

- 下划线:
a. 代码:
<u>hello world</u>
b. 效果:

- 小号文本:
a. 代码:
<small>hello</small> world
b. 效果:

- 突出文本:
a. 代码:
<strong>hello</strong> world
b. 效果:

- 斜体:
a. 代码:
<em>hello</em> world
b. 效果:

|