src | SouRCe | 资源位置 | 资源的路径 |
|
border | border | 边框 | 数字(像素) |
|
size | size | 尺寸 | 数字(像素) |
|
width | width | 宽度 | 数字(像素) |
|
height | height | 高度 | 数字(像素) |
|
bgcolor | BackGround COLOR | 背景颜色 | 颜色值:rea或#ffffff |
|
background | background | 背景图片 | 图片路径 |
|
list-style | list-style | 设置列表的所有属性 |
| 列表 |
list-style-image | list-style-image | 将图像设置为列表项标记 | None url | 列表 |
list-style-type | list-style-type | 设置列表项标记的类型 | Disc(实心圆) Cirle(空心圆) Square(实心方块) | 列表 |
line-height | line-height | 行高(行间距) | 数字(像素) | 布局多行文本 |
text-align | text-align | 对齐方式 | Left、right、center | 各种元素对齐 |
letter-spacing | letter-spacing | 字符间距 | 数字(像素) | 加大字符间间隔 |
text-decoration | text-decoration | 文本修饰 | Underline、none | 加下划线、中划线等 |
margin-top (right、bottom、left) |
| 外边距 | 数字(像素) |
|
padding-top (right、bottom、left) |
| 内边距 | 数字(像素) |
|
display | display | 改变块级元素与行内元素的默认显示方式 | block(行变块) inline(块变行) none(该元素不显示在网页中) |
|
position | position | 定位 | static(静态定位) relative(相对定位) absolute(绝对定位) fixed(固定定位) | 用于定位 |
float | float | 浮动 | None、left、right |
|
clear | clear | 处理浮动塌陷 | left(清除左边浮动) right(清除右边浮动) both(清除两边浮动) none(不清除浮动) |
|
type | type | 列表类型 | Disc(实心圆) Cirle(空心圆) Square(实心方块) | 用于列表 |
align | align | 对齐 | Left、right、center top、middle、bottom | 段落内容水平对齐文字与图片垂直对齐 |
type | type | 表单元素类型 | text(文本) checkbox(复选) radio(单选) password(密码) file(文件) submit(提交) reset(重置) button(按钮) image(图片按钮) hidden(隐藏)
| 表单元素 |
method | method | 表单数据的提交方式 | get post |
|
alt | alter | 改变、替换(图片不显示时提示信息) |
| 图片 |
cellpadding | cell padding | 单元格内边距 | 数字 | 表格 |
cellspacing | cell spacing | 单元格之间距离 | 数字 | 表格 |
href | Hypertext REFerence | 超文本引用(跳转到文件位置) |
|
|
rel | RELationship | 关系(用于定义链接的文件和HTML文档之间的关系) | StyleSheet样式表 | link链接一个文件时 |
target | target | 目标(网页打开的位置) | _blank(新窗口打开) _self(自身窗口打开) _top(以整个浏览器作业作为窗口显示新页面) _parent(在父窗口中打开新的页面) |
|
colspan | COLumn span | 单元格跨列 | 数字(跨的列数) | 表格 |
rowspan | row span | 单元格跨行 | 数字(跨的行数) | 表格 |
readonly | read only | 只读 |
|
|
value | value | 输入框的初始值 |
|
|
maxlength | max length | 最大长度 |
|
|
scrolldelay | scroll delay | 滚动延时 |
| < m arquee> |
direction | direction | 方向(滚动方向) |
| < m arquee |