美文网首页
常用 HTML 标签的英文全称及简单描述

常用 HTML 标签的英文全称及简单描述

作者: AydanLinux | 来源:发表于2021-08-30 15:02 被阅读0次
    HTML 标签 英文全称 中文表示
    a Anchor 锚(定义超链接,用于从一张页面链接到另一张页面)
    abbr Abbreviation 缩写词
    acronym Acronym 取首字母的缩写词
    address Address 地址
    alt Alter 替用(一般是图片显示不出的提示)
    b Bold 粗体(文本)
    bdo Direction of Text Display 文本显示方向
    big Big 变大(文本)
    blockquote Block Quotation 区块引用语
    br Break 换行
    cell Cell
    cellpadding Cellpadding 巢补白
    cellspacing Cellspacing 巢空间
    center Centered 居中(文本)
    cite Citation 引用
    code Code 源代码(文本)
    dd Definition Description 定义描述
    del Deleted 删除(的文本)
    dfn Defines a Definition Term 定义定义条目
    div Division 分隔
    dl Definition List 定义列表
    dt Definition Term 定义术语
    em Emphasized 加重(文本)
    font Font 字体
    h1 ~ h6 Header 1 to Header 6 标题 1 到标题 6
    hr Horizontal Rule 水平尺
    href Hypertext Reference 超文本引用
    i Italic 斜体(文本)
    iframe Inline frame 定义内联框架
    ins Inserted 插入(的文本)
    kbd Keyboard 键盘(文本)
    li List Term 列表项目
    nl Navigation Lists 导航列表
    ol Ordered List 排序列表
    optgroup Option Group 定义选项组
    P Paragraph 段落
    pre Preformatted 预定义格式(文本
    q 引用语
    rel Reload 加载
    s/strike Strikethrough 删除线
    samp Sample 示例(文本)
    small Small 变小(文本)
    span Span 范围
    src Source 源文件链接
    strong Strong 加重(文本)
    sub Subscripted 下标(文本)
    sup Superscripted 上标(文本)
    tr Table Row Cell 表格中的一行
    th Table Header Cell 表头单元格
    td Table Data Cell 单元格
    tt Teletype 打印机(文本)
    u Underlined 下划线(文本)
    ul Unordered List 不排序列表
    var Variable 变量(文本)

    相关文章

      网友评论

          本文标题:常用 HTML 标签的英文全称及简单描述

          本文链接:https://www.haomeiwen.com/subject/gdrniltx.html