Zen HTML Elements 使用zen coding的朋友可以收藏下_HTML/Xhtml_网页制作
程序员文章站
2022-04-13 08:40:26
...
html¶
html:xml¶
xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
html:4t¶
lang="ru">
http-equiv="Content-Type" content="text/html;charset=UTF-8">
html:4s¶
lang="ru">
http-equiv="Content-Type" content="text/html;charset=UTF-8">
html:xt¶
xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
html:xs¶
xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
html:xxs¶
xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
html:5¶
lang="ru-RU">
charset="UTF-8">
Document Metadata¶
head¶
title¶
base¶
href="">
link¶
link:css¶
rel="stylesheet" type="text/css" href="style.css" media="all">
link:print¶
rel="stylesheet" type="text/css" href="print.css" media="print">
link:favicon¶
rel="shortcut icon" type="image/x-icon" href="favicon.ico">
link:touch¶
rel="apple-touch-icon" href="favicon.png">
link:rss¶
rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
link:atom¶
rel="alternate" type="application/atom+xml" title="Atom" href="atom.xml">
meta¶
meta:utf¶
http-equiv="Content-Type" content="text/html;charset=UTF-8">
meta:win¶
http-equiv="Content-Type" content="text/html;charset=Win-1251">
meta:compat¶
http-equiv="X-UA-Compatible" content="IE=7">
style¶
type="text/css">
Scripting¶
script¶
type="text/javascript">
script:src¶
type="text/javascript" src="">
noscript¶
Sections¶
body¶
section, sect¶
nav¶
article, art¶
aside¶
h1¶
h2¶
h3¶
h4¶
h5¶
h6¶
hgroup, hgr¶
header, hdr¶
footer, ftr¶
address, adr¶
div¶
Grouping Content¶
p¶
hr¶
br¶
pre¶
dialog, dlg¶
blockquote, bq¶
ol¶
ol+¶
ul¶
ul+¶
li¶
dl¶
dl+¶
dt¶
dd¶
Text-level Semantics¶
a¶
href="">
a:link¶
href="http://">
a:mail¶
href="mailto:">
q¶
cite¶
em¶
strong, str¶
small¶
mark¶
dfn¶
abbr¶
title="">
acronym, acr¶
title="">
time¶
progress, prog¶
meter¶
code¶
var¶
samp¶
kbd¶
sub¶
sup¶
span¶
i¶
b¶
bdo¶
dir="">
bdo:r¶
dir="rtl">
bdo:l¶
dir="ltr">
ruby¶
rt¶
rp¶
Edits¶
ins¶
del¶
Embedded Content¶
figure, fig¶
img¶
src="" alt="">
iframe, ifr¶
src="" frameborder="0">
embed, emb¶
src="" type="">
object, obj¶
data="" type="">
param¶
name="" value="">
video¶
src="">
audio¶
src="">
source, src¶
canvas¶
map¶
name="">
map+¶
name="">
shape="" coords="" href="" alt="">
area¶
shape="" coords="" href="" alt="">
area:d¶
shape="default" href="" alt="">
area:c¶
shape="circle" coords="" href="" alt="">
area:r¶
shape="rect" coords="" href="" alt="">
area:p¶
shape="poly" coords="" href="" alt="">
Tabular Data¶
table¶
table+¶
caption, cap¶
colgroup, colg¶
colgroup+, colg+¶
col¶
tbody¶
thead¶
tfoot¶
tr¶
tr+¶