A generic tag used to format large
blocks of HTML, also used for
stylesheets 一 个 用 来 排 版 大 块HTML 段 落 的 标 签, 也 用 于 格 式 化 表
Graphical elements
图 形 元 素
"name"> Adds an image 添 加 一 个 图 像
Aligns an image: left, right,
center; bottom, top, middle 排 列 对 齐 一 个 图 像: 左 中 右 或 上 中 下
Sets size of border around an
image 设 置 围 绕 一 个 图 像 的 边 框 的 大 小
Inserts a horizontal rule 加 入 一 条 水 平 线
Sets size (height) of rule 设 置 水 平 线 的 大 小( 高 度)
Sets width of rule, in percentage
or absolute value 设 置 水 平 线 的 宽 度( 百 分 比 或 绝 对 像 素 点)
Creates a rule without a shadow 创 建 一 个 没 有 阴 影 的 水 平 线
Tables
表 格
Creates a table 创 建 一 个 表 格
|
Sets off each row in a table 开 始 表 格 中 的 每 一 行
| Sets off each cell in a row 开 始 一 行 中 的 每 一 个 格 子
| Sets off the table header (a
normal cell with bold, centered
text) 设 置 表 格 头: 一 个 通 常 使 用 黑 体 居 中 文 字 的 格 子
Table attributes 表 格 属 性
Sets width of border around
table cells 设 置 围 绕 表 格 的 边 框 的 宽 度
Sets amount of space between table
cells 设 置 表 格 格 子 之 间 空 间 的 大 小
Sets amount of space between a
cell's border and its contents 设 置 表 格 格 子 边 框 与 其 内 部 内 容 之 间 空 间 的 大 小
Sets width of table - in pixels
or as a percentage of document width 设 置 表 格 的 宽 度- 用 绝 对 像 素 值 或 文 档 总 宽 度 的 百 分 比
or Sets alignment for cell(s) (left, center, or right) 设 置 表 格 格 子 的 水 平 对 齐( 左 中 右)
|
or Sets vertical alignment for cell(s) (top, middle, or bottom) 设 置 表 格 格 子 的 垂 直 对 齐( 上 中 下)
| Sets number of columns a cell should span (default=1) 设 置 一 个 表 格 格 子 应 跨 占 的 列 数( 缺 省 为 1)
| Sets number of rows a cell should span (default=1) 设 置 一 个 表 格 格 子 应 跨 占 的 行 数( 缺 省 为 1)
| Prevents the lines within a cell from being broken to fit 禁 止 表 格 格 子 内 的 内 容 自 动 断 行 回 卷 Frames 窗 框 Precedes the tag in a frames document; can also be nested in other framesets 放 在 一 个 窗 框 文 档 的 标 签 之 前,也 可 以 嵌 在 其 他 窗 框 文 档 中
|