| |
HTML参考手册 |
|
时间: 2005-09-16 来自:网页教学网 |
 |
|
|
|
| <ul></ul> |
Creates a bulleted list |
创 建 一 个 标 有 圆 点 的 列 表 |
| <li> |
Precedes each list item, and adds the bullet |
放 在 每 个 圆 点 列 表 项 之 前, 并 加 上 一 个 圆 点 |
| <div align=?> |
A generic tag used to format large blocks of HTML, also used for stylesheets |
一 个 用 来 排 版 大 块HTML 段 落 的 标 签, 也 用 于 格 式 化 表 |
| |
|
Graphical elements |
图 形 元 素 |
| <img src="name"> |
Adds an image |
添 加 一 个 图 像 |
| <img src="name" align=?> |
Aligns an image: left, right, center; bottom, top, middle |
排 列 对 齐 一 个 图 像: 左 中 右 或 上 中 下 |
| <img src="name" border=?> |
Sets size of border around an image |
设 置 围 绕 一 个 图 像 的 边 框 的 大 小 |
| <hr> |
Inserts a horizontal rule |
加 入 一 条 水 平 线 |
| <hr size=?> |
Sets size (height) of rule |
设 置 水 平 线 的 大 小( 高 度) |
| <hr width=?> |
Sets width of rule, in percentage or absolute value |
设 置 水 平 线 的 宽 度( 百 分 比 或 绝 对 像 素 点) |
| <hr noshade> |
Creates a rule without a shadow |
创 建 一 个 没 有 阴 影 的 水 平 线 |
| |
|
Tables |
表 格 |
| <table></table> |
Creates a table |
创 建 一 个 表 格 |
| <tr></tr> |
Sets off each row in a table |
开 始 表 格 中 的 每 一 行 |
| <td></td> |
Sets off each cell in a row |
开 始 一 行 中 的 每 一 个 格 子 |
| <th></th> |
Sets off the table header (a normal cell with bold, centered text) |
设 置 表 格 头: 一 个 通 常 使 用 黑 体 居 中 文 字 的 格 子 |
| Table attributes |
表 格 属 性 |
| <table border=#> |
Sets width of border around table cells |
设 置 围 绕 表 格 的 边 框 的 宽 度 |
| <table cellspacing=#> |
Sets amount of space between table cells |
设 置 表 格 格 子 之 间 空 间 的 大 小 |
| <table cellpadding=#> |
Sets amount of space between a cell's border and its conte
|
|
|
|
|