非常教程

HTML参考手册

标签 | Elements

标签 | Elements

标签 | Elements
a 详细
abbr 详细
address 详细
area 详细
article 详细
aside 详细
audio 详细
b 详细
base 详细
bdi 详细
bdo 详细
blockquote 详细
body 详细
br 详细
button 详细
canvas 详细
caption 详细
cite 详细
code 详细
col 详细
colgroup 详细
data 详细
datalist 详细
dd 详细
del 详细
details 详细
dfn 详细
dialog 详细
div 详细
dl 详细
dt 详细
em 详细
embed 详细
fieldset 详细
figcaption 详细
figure 详细
footer 详细
form 详细
h1 详细
h2 详细
h3 详细
h4 详细
h5 详细
h6 详细
head 详细
header 详细
hr 详细
html 详细
i 详细
iframe 详细
img 详细
input 详细
input type="button" 详细
input type="checkbox" 详细
input type="color" 详细
input type="date" 详细
input type="datetime"-local 详细
input type="email" 详细
input type="file" 详细
input type="hidden" 详细
input type="image" 详细
input type="month" 详细
input type="number" 详细
input type="password" 详细
input type="radio" 详细
input type="range" 详细
input type="reset" 详细
input type="search" 详细
input type="submit" 详细
input type="tel" 详细
input type="text" 详细
input type="time" 详细
input type="url" 详细
input type="week" 详细
ins 详细
kbd 详细
label 详细
legend 详细
li 详细
link 详细
main 详细
map 详细
mark 详细
menu 详细
menuitem 详细
meta 详细
meter 详细
nav 详细
noscript 详细
object 详细
ol 详细
optgroup 详细
option 详细
output 详细
p 详细
param 详细
picture 详细
pre 详细
progress 详细
q 详细
rp 详细
rt 详细
rtc 详细
ruby 详细
s 详细
samp 详细
script 详细
section 详细
select 详细
slot 详细
small 详细
source 详细
span 详细
strong 详细
style 详细
sub 详细
summary 详细
sup 详细
table 详细
tbody 详细
td 详细
template 详细
textarea 详细
tfoot 详细
th 详细
thead 详细
time 详细
title 详细
tr 详细
track 详细
u 详细
ul 详细
var 详细
video 详细
wbr 详细
HTML

超文本标记语言,它通过标记符号来标记要显示的网页中的各个部分。网页文件本身是一种文本文件,通过在文本文件中添加标记符,可以告诉浏览器如何显示其中的内容(如:文字如何处理,画面如何安排,图片如何显示等)。浏览器按顺序阅读网页文件,然后根据标记符解释和显示其标记的内容,对书写出错的标记将不指出其错误,且不停止其解释执行过程,编制者只能通过显示效果来分析出错原因和出错部位。但需要注意的是,对于不同的浏览器,对同一标记符可能会有不完全相同的解释,因而可能会有不同的显示效果。