




已阅读5页,还剩3页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
HTML标签列表Basic tags 基 本 标 签Creates an HTML document创 建 一 个HTML 文 档Sets off the title and other information that isnt displayed on the Web page itself设 置 文 档 标 题 以 及 其 他 不 在WEB 网 页 上 显 示 的 信 息Sets off the visible portion of the document 设 置 文 档 的 可 见 部 分Header tags标 题 标 签Puts the name of the document in the title bar 将 文 档 的 题 目 放 在 标 题 栏 中Body attributes文 档 整 体 属 性Sets the background color, using name or hex value设 置 背 景 颜 色, 使 用 名 字 或 十 六 进 制 值Sets the text color, using name or hex value设 置 文 本 文 字 颜 色, 使 用 名 字 或 十 六 进 制 值Sets the color of links, using name or hex value设 置 链 接 颜 色, 使 用 名 字 或 十 六 进 制 值Sets the color of followed links, using name or hex value设 置 已 使 用 的 链 接 的 颜 色, 使 用 名 字 或 十 六 进 制 值Sets the color of links on click设 置 正 在 被 击 中 的 链 接 的 颜 色, 使 用 名 字 或 十 六 进 制 值Text tags文 本 标 签Creates preformatted text创 建 预 格 式 化 文 本Creates the largest headline创 建 最 大 的 标 题Creates the smallest headline创 建 最 小 的 标 题Creates bold text创 建 黑 体 字Creates italic text创 建 斜 体 字Creates teletype, or typewriter-style text创 建 打 字 机 风 格 的 字 体Creates a citation, usually italic创 建 一 个 引 用, 通 常 是 斜 体Emphasizes a word (with italic or bold)加 重 一 个 单 词( 通 常 是 斜 体 加 黑 体)Emphasizes a word (with italic or bold)加 重 一 个 单 词( 通 常 是 斜 体 加 黑 体)Sets size of font, from 1 to 7设 置 字 体 大 小, 从 1 到 7Sets font color, using name or hex value设 置 字 体 的 颜 色, 使 用 名 字 或 十 六 进 制 值Links链 接Creates a hyperlink创 建 一 个 超 链 接Creates a mailto link创 建 一 个 自 动 发 送 电 子 邮 件 的 链 接Creates a target location within a document创 建 一 个 位 于 文 档 内 部 的 靶 位Links to that target location from elsewhere in the document创 建 一 个 指 向 位 于 文 档 内 部 靶 位 的 链 接Formatting格 式 排 版Creates a new paragraph创 建 一 个 新 的 段 落Aligns a paragraph to the left, right, or center将 段 落 按 左、 中、 右 对 齐Inserts a line break插 入 一 个 回 车 换 行 符 Indents text from both sides从 两 边 缩 进 文 本Creates a definition list创 建 一 个 定 义 列 表Precedes each definition term放 在 每 个 定 义 术 语 词 之 前Precedes each definition放 在 每 个 定 义 之 前Creates a numbered list创 建 一 个 标 有 数 字 的 列 表Precedes each list item, and adds a number放 在 每 个 数 字 列 表 项 之 前, 并 加 上 一 个 数 字Creates a bulleted list创 建 一 个 标 有 圆 点 的 列 表Precedes each list item, and adds the bullet放 在 每 个 圆 点 列 表 项 之 前, 并 加 上 一 个 圆 点A generic tag used to format large blocks of HTML, also used for stylesheets一 个 用 来 排 版 大 块HTML 段 落 的 标 签, 也 用 于 格 式 化 表Graphical elements图 形 元 素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 cells border and its contents设 置 表 格 格 子 边 框 与 其 内 部 内 容 之 间 空 间 的 大 小Sets width of table - in pixelsor 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放 在 一 个 窗 框 文 档 的 标 签 之 前,也 可 以 嵌 在 其 他 窗 框 文 档 中 Defines the rows within a frameset, using number in pixels, or percentage of width定 义 一 个 窗 框 内 的 行 数, 可 以 使 用 绝 对 像 素 值 或 高 度 的 百 分 比 Defines the columns within a frameset, using number in pixels, or percentage of width定 义 一 个 窗 框 内 的 列 数, 可 以 使 用 绝 对 像 素 值 或 宽 度 的 百 分 比Defines a single frame - or region - within a frameset定 义 一 个 窗 框 内 的 单 一 窗 或 窗 区 域 Defines what will appear on browsers that dont support frames定 义 在 不 支 持 窗 框 的 浏 览 器 中 显 示 什 么 提 示 Frames attributes窗 框 属 性Specifies which HTML document should be displayed规 定 窗 框 内 显 示 什 么HTML 文 档 Names the frame, or region, so it may be targeted by other frames命 名 窗 框 或 区 域 以 便 别 的 窗 框 可 以 指 向 它Defines the left and right margins for the frame; must be equal to or greater than 1定 义 窗 框 左 右 边 缘 的 空 白 大 小, 必 须 大 于 等 于1 Defines the top and bottom margins for the frame; must be equal to or greater than 1定 义 窗 框 上 下 边 缘 的 空 白 大 小, 必 须 大 于 等 于1 Sets whether the frame has a scrollbar; value may equal yes, no, or auto. The default, as in ordinary documents, is auto.设 置 窗 框 是 否 有 滚 动 栏, 其 值 可 以 是 yes, no, auto, 缺 省 时 一 般 为 autoPrevents the user from resizing a frame禁 止 用 户 调 整 一 个 窗 框 的 大 小Forms表 单For functional forms, youll have to run a CGI script. The HTML just creates the appearance of a form.对 于 功 能 性 的 表 单,一 般 需 要 运 行 一 个 CGI 小 程 序,HTML仅 仅 是产 生 表 单 的 表 面 样 子。Creates all forms创 建 所 有 表 单Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.创 建 一 个 滚 动 菜 单,size 设 置 在 需 要 滚 动 前 可 以 看 到 的 表 单 项 数 目Sets off each menu item设 置 每 个 表
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 产品质量检查表模板及评分系统
- 动物进化考试题及答案
- 顶级竞速考试题及答案
- 广东医科大学护理试题库及答案
- 跨部门协作流程优化工作手册
- 医疗事业编护理面试题库及答案
- 大棚种植考试题及答案
- 人力资源招聘评估与选拔指南
- 《分子运动论的基本概念:高一物理教案》
- 风险评估报告自动生成系统模板
- 丰都县龙兴坝水库工程枢纽及附属工程
- 做更好的自己+学案- 部编版道德与法治七年级上册
- 大化集团搬迁及周边改造项目污染场地调查及风险报告
- 医疗机构特种设备安全管理专业解读
- 智能化公共广播系统
- 马克思列宁主义
- 成人癌性疼痛护理-中华护理学会团体标准2019
- 演示文稿小儿雾化吸入
- 知行合一-王阳明传奇课件
- T-CSAE 204-2021 汽车用中低强度钢与铝自冲铆接 一般技术要求
- 节水灌溉技术总结
评论
0/150
提交评论