html-标记
标题标记:h1-h6
段落标记:p
水平线标记:hr
换行标记:br
布局标记:div (独立一行) span(不独立一行)
文本格式化标记: strong-b,em-i,del-s,ins-u
图像标记:img-属性:src alt title width height border
链接标记:a-属性:href target
列表标记:
无序列表: ul li ul中只能有li
有序列表: ol li
自定义列表: dl dt dd
input标记-属性:
type-text、password、radio、checkbox、button、submit、reset、image、file;
name;
value;
size;
checked;
maxlength
label标记-属性:for
textarear标记
select标记
表单域form-属性:action、method