html常用标签

2023-06-20,

  1. 标记文本:
    a. 代码:
    <mark>hello</mark> world

    b. 效果:

  2. 删除线:
    a. 代码:
    <del>hello world</del>

    b. 效果:

  3. 下划线:
    a. 代码:
    <u>hello world</u>

    b. 效果:

  4. 小号文本:
    a. 代码:
    <small>hello</small> world

    b. 效果:

  5. 突出文本:
    a. 代码:
    <strong>hello</strong> world

    b. 效果:

  6. 斜体:
    a. 代码:
    <em>hello</em> world

    b. 效果:

《html常用标签.doc》

下载本文的Word格式文档,以方便收藏与打印。