HTML篇
1.標(biāo)簽
English | Chinese | Comment |
---|---|---|
head | 頭部 | - |
body | 身體 | - |
title | 標(biāo)題 | 只能在head 嵌套中使用秋麸。 |
caption | 標(biāo)題 | 只能在table 嵌套中使用嗜诀。 |
button | 按鈕 | 一般在form 嵌套中使用猾警。 |
form | 表單/表格 | - |
input | 輸入 | 一般在form 嵌套中使用。 |
frameset | 框架集 | 復(fù)合詞由frame(框架)和set(集合)組合而成隆敢。 |
frame | 框架 | 只能在frameset 嵌套中使用发皿。 |
2.屬性名
English | Chinese | Comment |
---|---|---|
cellspacing | 單元格間隔 | 復(fù)合詞由cell(單元格)和spacing(空白)組合而成table 特有屬性
|
cellpadding | 單元格內(nèi)間距/填充 | 復(fù)合詞由cell(單元格)和padding(內(nèi)間距/填充)組合而成table 特有屬性
|
3.屬性值
English | Chinese | Comment |
---|---|---|
disc | 圓盤/磁盤 |
ul 的type 一個屬性值,在列表項(xiàng)前顯示小黑圓點(diǎn) |
circle | 圓圈 |
ul 的type 一個屬性值拂蝎,在列表項(xiàng)前顯示小白圓點(diǎn) |
square | 方塊 |
ul 的type 一個屬性值穴墅,在列表項(xiàng)前顯示小黑方塊 |
CSS篇
1.術(shù)語
English | Chinese | Comment |
---|---|---|
selector | 選擇器 | - |
property | 屬性 | - |
value | 值 | - |
2.屬性名
English | Chinese | Comment |
---|---|---|
decoration | 裝飾 |
text-decoration 文本裝飾 |
weight | 比重、重量 |
font-weight 字體粗細(xì) |
margin | 外邊距/邊緣 | - |
padding | 內(nèi)邊距/填充 | - |
collapse | 合并/折疊 | 表格特有屬性border-collapse 設(shè)置是否合并單元格之間的邊框温自,collapse 也是該屬性的屬性值 |
radius | 半徑 | 邊框?qū)傩?code>border-radius,一般用來制作邊框的圓角 |
attachment | 關(guān)聯(lián) |
background-attachment 作為背景圖片一個屬性玄货,主要通過設(shè)置fixed ,使背景相對文本固定 |
position | 位置/定位 | CSS一個重要屬性悼泌,用于定位松捉。 |
visibility | 可見性 | 控制元素是否可見的屬性 |
cursor | 鼠標(biāo) | |
overflow | 溢出 | |
opacity | 不透明性 | 控制元素的透明度 |
3.屬性值
English | Chinese | Comment |
---|---|---|
underline | 下劃線 |
text-decoration 的屬性值 |
italic | 斜體 |
font-style 的屬性值 |
solid | 實(shí)線 |
border-style 的屬性值 |
dotted | 虛線 |
border-style 的屬性值 |
fixed | 固定的 | 可用于bakground-position 和position 作為屬性值 |
absolute | 絕對的 | 可用于position 作為屬性值 |
relative | 相對的 | 可用于position 作為屬性值 |
hidden | 隱藏的 | 作為visibility 的隱藏屬性 |
JS篇
English | Chinese | Comment |
---|---|---|
alert |
警告 | 函數(shù),用于彈出警告框 |
confirm |
確認(rèn) | 函數(shù)馆里,用于彈出確認(rèn)框 |
prompt |
提示 | 函數(shù)隘世,用于彈出提示框 |
未完待續(xù)
如有問題請留言;如有幫助請點(diǎn)贊鸠踪。