HTML标签全称


a 超级链接(anchor)
    abbr 简写的(abbreviation)
    acronym 首字母缩略词(acronym) 
    
address 地址(address)
b 粗体(bold) bdo 局部控制文字方向 big 放大(big)
blockquote 引用块(blockquote)

br 换行(break)
center 居中(center)
cite 引用(cite) code 代码(code) dl 字典列表(dictionary list)
dt 字典标题(dictionary title)
dd 字典数据(dictionary data)
dt 字典标题(dictionary title)
dd 字典数据(dictionary data)
del 删除(delete) dfn 定义(definition)
div 区块(division)
em 强调(emphasize)
form 表单(form)

h1 标题1(head1)

h2 标题2(head2)

h3 标题3(head3)

h4 标题4(head4)

h5 标题5(head5)
h6 标题6(head6)

hr 横线(horizontal) i 斜体(italic) 图片img 图片(image) input,type='text' 文本输入框(text) input,type='radio' 单选框(radio) input,type='checkbox' 复选框(checkbox) input,type='file' 文件选择框(file) input,type='hidden' 隐藏域(hidden) input,type='image' 图片按钮(image) input,type='password' 密码输入框(password) input,type='reset' 重置按钮(reset) input,type='submit' 提交按钮(submit) ins 插入(insert) kbd 键盘文字(keyboard) ol 有序列表(order list)
  1. li 列表项(list item)
  2. li 列表项(list item)

p 段落(paragraph)

pre 按预定格式显示的文本(Preformatted)
q 引用(quote) samp 例子(sample) select 选择列表(select) small 缩小(small) span 文本段(span) strong 重点强调(strong emphasized) sub 下标(subscript) sup 上标(superscript) table 表格(table)
td 表格数据(table data) td 表格数据(table data)
td 表格数据(table data) td 表格数据(table data)
tt 电传打字机(teletype)(等宽字体) ul 无序列表(unordered list)
  • li 列表项(list item)
  • li 列表项(list item)
var 可变文本(variable) 常用HTML标签的英文全称及简单描述 HTML标签 英文全称 中文释义 a Anchor 锚 abbr Abbreviation 缩写词 acronym Acronym 取首字母的缩写词 address Address 地址 dfn Defines a Definition Term 定义定义条目 kbd Keyboard 键盘(文本) samp Sample 示例(文本 var Variable 变量(文本) tt Teletype 打印机(文本) code Code 源代码(文本) pre Preformatted 预定义格式(文本 ) blockquote Block Quotation 区块引用语 cite Citation 引用 q Quotation 引用语 strong Strong 加重(文本) em Emphasized 加重(文本) b Bold 粗体(文本) i Italic 斜体(文本) big Big 变大(文本) small Small 变小(文本) sup Superscripted 上标(文本) sub Subscripted 下标(文本) bdo Direction of Text Display 文本显示方向 br Break 换行 center Centered 居中(文本) font Font 字体 u Underlined 下划线(文本) s/ strike Strikethrough 删除线 div Division 分隔 span Span 范围 ol Ordered List 排序列表 ul Unordered List 不排序列表 li List Item 列表项目 dl Definition List 定义列表 dt Definition Term 定义术语 dd Definition Description 定义描述 del Deleted 删除(的文本) ins Inserted 插入(的文本) h1~h6 Header 1 to Header 6 标题1到标题6 p Paragraph 段落 hr Horizontal Rule 水平尺 href hypertext reference 超文本引用 alt alter 替用(一般是图片显示不出的提示) src Source 源文件链接 cell cell 巢 cellpadding cellpadding 巢补白 cellspacing cellspacing 巢空间 nl navigation lists 导航列表 tr table row 表格中的一行 th table header cell 表格中的表头 td table data cell 表格中的一个单元格 iframe Inline frame 定义内联框架 optgroup Option group 定义选项组


你可能感兴趣的:(Html)