html常用标签

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

    b. 效果:
    html常用标签

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

    b. 效果:
    html常用标签

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

    b. 效果:
    html常用标签

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

    b. 效果:
    html常用标签

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

    b. 效果:
    html常用标签

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

    b. 效果:
    html常用标签

猜你喜欢

转载自blog.51cto.com/12173069/2106462