HTML常用單詞1

?list 列表;
?
img 圖片(image);
?
& nbsp; 空格(&和n之間的空格去掉,不要忘記分號);
<br/> (文字末尾添加)換行;
?
background 背景;
position 位置/定位;
float 浮動(dòng);
?
vertical-align: middle/top/bottom; 垂直居中/上/下;
line-height 行高;
margin 外邊距;
padding 內(nèi)邊距;
?
border 邊框;
solid/dashed/dotted 實(shí)線/線虛線/點(diǎn)虛線;
border-radius 圓角;
?
display 展示;
?
hidden 隱藏;
?
overflow 溢出;
?
表單(form)與表格(table)
form 表單;
?
input 輸入框;
?
password 密碼;
radio 單選框;
checkbox 復(fù)選框;
btn 按鈕(button);
?
submit/reset 提交/重置;
textarea 文本域;
select/option 選擇框/選擇項(xiàng);
placeholder 占位符(起提示作用);
search 搜索;
?
disabled 禁用;
checked 選中(單選框/復(fù)選框);
selected 默認(rèn)選擇項(xiàng)(下拉選擇框);
?
table 表格;
?
colspan 跨列;
?
rowspan 跨行;
cellspacing 單元格間距(類似于margin);
cellpadding 單元格邊距(類似于padding);
border-collapse: collapse; 邊框合并(用于table上);
標(biāo)簽: