2022年Dreamweaver代码大全 .pdf

上传人:C****o 文档编号:39730711 上传时间:2022-09-07 格式:PDF 页数:13 大小:255.12KB
返回 下载 相关 举报
2022年Dreamweaver代码大全 .pdf_第1页
第1页 / 共13页
2022年Dreamweaver代码大全 .pdf_第2页
第2页 / 共13页
点击查看更多>>
资源描述

《2022年Dreamweaver代码大全 .pdf》由会员分享,可在线阅读,更多相关《2022年Dreamweaver代码大全 .pdf(13页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、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 tit

2、le 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 col

3、or of followed links,using name or hex value设 置 已 使 用 的 链 接的 颜 色,使 用 名 字 或十 六 进 制 值字 或 十 六 进 制 值Text tags文 本 标 签Creates preformatted text创 建 预 格 式 化 文 本Creates the largest headline创 建 最 大 的 标 题Creates the smallest headline创 建 最 小 的 标 题Creates bold text创 建 黑 体 字Creates italic text创 建 斜 体 字Creates tel

4、etype,or typewriter-style text创 建 打 字 机 风 格 的字 体Creates a citation,usually italic创 建 一 个 引 用,通 常是 斜 体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

5、a hyperlink创 建 一 个 超 链 接 Creates a mailto link创 建 一 个 自 动 发 送电 子 邮 件 的 链 接Creates a target location within a document创 建 一 个 位 于 文 档内 部 的 靶 位名师资料总结-精品资料欢迎下载-名师精心整理-第 3 页,共 13 页 -Links to that target location from elsewhere in the document创 建 一 个 指 向 位 于文 档 内 部 靶 位 的 链接Formatting格 式 排 版Creates a new

6、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

7、a numbered list创 建 一 个 标 有 数 字的 列 表名师资料总结-精品资料欢迎下载-名师精心整理-第 4 页,共 13 页 -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

8、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设 置 围 绕 一 个 图 像的 边 框 的 大 小名师资料总结-精品资料欢迎下载-名师精心整理-第 5

9、页,共 13 页 -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开 始 表 格 中

10、 的 每 一行Sets off each cell in a row开 始 一 行 中 的 每 一个 格 子Sets off the table header(a normal cell with bold,centered text)设 置 表 格 头:一 个 通常 使 用 黑 体 居 中 文字 的 格 子Table attributes表 格 属 性Sets amount of space between table cells设 置 表 格 格 子 之 间空 间 的 大 小Sets amount of space between a cells border and its conten

11、ts设 置 表 格 格 子 边 框与 其 内 部 内 容 之 间空 间 的 大 小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 number of columns a cell should span(default=1)设 置 一 个 表 格 格 子应

12、跨 占 的 列 数(缺 省为 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放 在 一 个 窗 框 文 档的 标 签 之 前,也可 以

13、 嵌 在 其 他 窗 框文 档 中Defines the rows 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定 义 在 不 支 持 窗 框的

14、 浏 览 器 中 显 示 什么 提 示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定 义

15、窗 框 左 右 边 缘的 空 白 大 小,必 须 大于 等 于 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,you

16、ll have to run a CGI script.The HTML just creates the appearance of a form.对 于 功 能 性 的 表 单,一 般 需 要 运 行 一 个CGI 小 程 序,HTML 仅仅 是产 生 表 单 的 表 面样 子。Creates all forms创 建 所 有 表 单Sets off each menu item设 置 每 个 表 单 项 的内 容Creates a pulldown menu创 建 一 个 下 拉 菜 单Sets off each menu item设 置 每 个 菜 单 项 的内 容Creates a

17、text box area.Columns set the width;rows set the height.创 建 一 个 文 本 框 区域,列的 数 目 设 置 宽度,行的 数 目 设 置 高度Creates a radio button.Text follows tag创 建 一 个 单 选 框,文字 在 标 签 后 面Creates a one-line text area.Size sets length,in characters.创 建 一 个 单 行 文 本输 入 区 域,size 设 置 以字 符 计 的 宽 度Creates a Submit button using an image创 建 一 个 使 用 图 象的 submit(提 交)按钮Creates a Reset button创 建 一 个 reset(重 置)按 钮名师资料总结-精品资料欢迎下载-名师精心整理-第 13 页,共 13 页 -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁