HTML中标签对应的英文与HTML DOM对象

    记录: 查询与理解.

序号 标签 对应英文 说明 HTML DOM对象
1 <!--> / 注释  
2 <!DOCTYPE> document type 文档类型  
3 <a> anchor 超链接 Anchor
4 <abbr> abbreviation 缩写词  
5 <acronym> acronym 缩写词  
6 <address> address 联系信息  
7 <applet> applet /  
8 <area> area 定义图像映射中的区域 Area
9 <article> article 文章  
10 <aside> aside 旁注  
11 <audio> audio 音频 Audio
12 <b> bold 加粗  
13 <base> base 指定链接的默认(基准)地址或默认(基准)目标 Base
14 <basefont> base font 指定默认(基准)字体  
15 <bdi> BiDi-Isolate 双向隔离文本的方向  
16 <bdo> BiDirectional Override 双向覆盖文本的方向  
17 <big> big 大号文本  
18 <blockquote> block quote 块引用 Blockquote
19 <body> body 文档主体 Body
20 <br> break 换行  
21 <button> button 按钮 Button
22 <canvas> canvas 画布 Canvas
23 <caption> caption 表格标题  
24 <center> center 居中文本  
25 <cite> cite 引用  
26 <code> code 代码文本  
27 <col> column 表格列 Column
28 <colgroup> column group 表格列组 ColumnGroup
29 <command> command 命令  
30 <datalist> data list 数据列表 Datalist
31 <dd> Definition Description 定义描述  
32 <del> delete 删除 Del
33 <details> details 描述文档或文档某个部分的细节 Details
34 <dfn> definition 定义  
35 <dialog> dialog 对话框 Dialog
36 <dir> direction 方向  
37 <div> division 部分  
38 <dl> Definition List 定义列表  
39 <dt> Definition Term 定义条目  
40 <em> emphasize 强调  
41 <embed> embed 嵌入 Embed
42 <fieldset> field set 表单字段集 Fieldset
43 <figcaption> figure caption figure的标题  
44 <figure> figure 流内容(图片、图表等)  
45 <font> font 字体  
46 <footer> footer 底部  
47 <form> form 表单 Form
48 <frame> frame 框架 Frame
49 <frameset> frame set 框架集 Frameset
50 <h1-h6> headline 标题  
51 <head> head 头标签  
52 <header> header 头部  
53 <hr> Horizontal Rule 水平线  
54 <html> html html  
55 <i> italic 斜体  
56 <iframe> inline frame 内联框架 IFrame
57 <img> image 图片 Image
58 <input> input 输入  
59 <ins> insert 插入 Ins
60 <kbd> keyboard 键盘文本  
61 <keygen> keygen 表单的密钥对生成器字段 Keygen
62 <label> label 标注 Label
63 <legend> legend 说明 Legend
64 <li> List Item 列表项 Li
65 <link> link 链接 Link
66 <main> main HTML 5 中的新标签  
67 <map> map 图像映射 Map
68 <mark> mark 记号文本  
69 <menu> menu 菜单列表 Menu
70 <menuitem> menuitem 菜单项 MenuItem
71 <meta> meta,meta-information 元信息 Meta
72 <meter> meter 度量衡 Meter
73 <nav> navigation 导航  
74 <noframes> no frames 不支持框架的用户的替代内容  
75 <noscript> no script 不支持客户端脚本的用户的替代内容  
76 <object> object 嵌入对象 Object
77 <ol> Ordered List 有序列表 Ol
78 <optgroup> options group 选项组 OptionGroup
79 <option> option 选项 Option
80 <output> output 输出  
81 <p> paragraph 段落  
82 <param> parameter 参数 Parameter
83 <pre> preformatted 预格式化文本  
84 <progress> progress 进度 Progress
85 <q> quote 引用 Quote
86 <rp> ruby parenthesis 不支持ruby元素时显示的内容  
87 <rt> ruby text ruby文本  
88 <ruby> ruby 旁注标记(注音标示)  
89 <s> strike 删除线文本  
90 <samp> sample 样本文本  
91 <script> script 脚本 Script
92 <section> section 部分  
93 <select> select 下拉列表 Select
94 <small> small 小号文本  
95 <source> source 媒介资源 Source
96 <span> span 用来组合文档中的行内元素  
97 <strike> strike 删除线文本  
98 <strong> strong 强调文本  
99 <style> style 样式 Style
100 <sub> subscript 下标  
101 <summary> summary details元素的标题  
102 <sup> superscript 上标  
103 <table> table 表格 Table
104 <tbody> table body 表格主体  
105 <td> table data 表格数据单元格 TableCell
106 <textarea> textarea 文本框 Textarea
107 <tfoot> table footer 表格底部  
108 <th> table headline 表格标题 TableHeader
109 <thead> table head 表格头标签  
110 <time> time 时间 Time
111 <title> title 标题 Title
112 <tr> table row 表格行 TableRow
113 <track> track 媒体播放器中的文本轨道 Track
114 <tt> typewrite text 打字机文本  
115 <u> underline 下划线  
116 <ul> Unordered List 无序列表  
117 <var> variable 变量  
118 <video> video 视频 Video
119 <wbr> Word Break 单词换行  
120 <input type="button"> input,button Button 对象代表 HTML 文档中的一个按钮 Input Button
121 <input type="checkbox"> input,checkbox Checkbox 对象代表HTML 表单中的一个选择框 Input Checkbox
122 <input type="color"> input,color Color 对象,颜色相关 Input Color
123 <input type="datetime"> input,datetime Date 对象,时间相关 Input Datetime
124 <input type="datetime"> input,datetime Datetime 对象,时间相关 Input Datetime
125 <input type="datetime-local"> input,datetime-local Datetime Local,时间相关 Input Datetime-Local
126 <input type="email"> input,email Email 对象,Email相关 Input Email
127 <input type="file"> input,file FileUpload 对象,文件操作相关 Input FileUpload
128 <input type="hidden"> input,hidden Hidden 对象,隐藏属性 Input Hidden
129 <input type="image"> input,image Input Image 对象 Input Image
130 <input type="month"> input,month Month 对象,月份相关 Input Month
131 <input type="number"> input,number Number 对象,数值相关 Input Number
132 <input type="password"> input,password Password 对象 Input Password
133 <input type="range"> input,range Range 对象 Input Range
134 <input type="radio"> input,radio Radio 对象 Input Radio
135 <input type="reset"> input,reset Reset 对象 Input Reset
136 <input type="search"> input,search Search 对象 Input Search
137 <input type="submit"> input,submit Submit 对象 Input Submit
138 <input type="text"> input,text Text 对象 Input Text
139 <input type="time"> input,time Time 对象 Input Time
140 <input type="url"> input,url URL 对象 Input Url
141 <input type="week"> input,week Week 对象 Input Week

以上,感谢.

发布了183 篇原创文章 · 获赞 40 · 访问量 15万+

猜你喜欢

转载自blog.csdn.net/zhangbeizhen18/article/details/103532199