给我发个网页制作代码大全,比如<img/>等等!

2020-05-28 教育 85阅读
你到这里看吧,很全面。
http://www.yesky.com/imagesnew/software/html/index.html
Basic tags 基 本 标 签
<&> Creates an HTML document 创 建 一 个HTML 文 档
<&> Sets off the title and other
information that isn't displayed
on the Web page itself 设 置 文 档 标 题 以 及 其 他 不 在WEB 网 页 上 显 示 的 信 息
<&> Sets off the visible portion of
the document 设 置 文 档 的 可 见 部 分

Header tags
标 题 标 签
<&> Puts the name of the document <br>in the title bar 将 文 档 的 题 目 放 在 标 题 栏 中 <br>Body attributes<br> 文 档 整 体 属 性 <br> Sets the background color, <br>using name or hex value 设 置 背 景 颜 色, 使 用 名 字 或 十 六 进 制 值 <br> Sets the text color, using <br>name or hex value 设 置 文 本 文 字 颜 色, 使 用 名 字 或 十 六 进 制 值 <br> Sets the color of links, <br>using name or hex value 设 置 链 接 颜 色, 使 用 名 字 或 十 六 进 制 值 <br> Sets the color of followed <br>links, using name or hex value 设 置 已 使 用 的 链 接 的 颜 色, 使 用 名 字 或 十 六 进 制 值 <br> Sets the color of links on click 设 置 正 在 被 击 中 的 链 接 的 颜 色, 使 用 名 字 或 十 六 进 制 值 <br>Text tags<br> 文 本 标 签 <br><pre><&> Creates preformatted text 创 建 预 格 式 化 文 本 <br><h1><&> Creates the largest headline 创 建 最 大 的 标 题 <br><h6><&> Creates the smallest headline 创 建 最 小 的 标 题 <br><b><&> Creates bold text 创 建 黑 体 字 <br><i><&> Creates italic text 创 建 斜 体 字 <br><tt><&> Creates teletype, or <br>typewriter-style text 创 建 打 字 机 风 格 的 字 体 <br><cite><&> Creates a citation, usually <br>italic 创 建 一 个 引 用, 通 常 是 斜 体 <br><em><&> Emphasizes a word (with italic <br>or bold) 加 重 一 个 单 词( 通 常 是 斜 体 加 黑 体) <br><strong><&> Emphasizes a word (with italic <br>or bold) 加 重 一 个 单 词( 通 常 是 斜 体 加 黑 体) <br><font size="?"><&> Sets size of font, from 1 to 7 设 置 字 体 大 小, 从 1 到 7 <br><font color="?"><&> Sets font color, using name or <br>hex value 设 置 字 体 的 颜 色, 使 用 名 字 或 十 六 进 制 值 <br>Links<br> 链 接 <br><a href="URL"><&> Creates a hyperlink 创 建 一 个 超 链 接 <br><a href="mailto:EMAIL"><br><&> Creates a mailto link 创 建 一 个 自 动 发 送 电 子 邮 件 的 链 接 <br><a name="NAME"><&> Creates a target location within <br>a document 创 建 一 个 位 于 文 档 内 部 的 靶 位 <br><a href="#NAME"><&> Links to that target location <br>from elsewhere in the document 创 建 一 个 指 向 位 于 文 档 内 部 靶 位 的 链 接 <br>Formatting<br> 格 式 排 版 <br><p> Creates a new paragraph 创 建 一 个 新 的 段 落 <br> </p> <p align="?"> Aligns a paragraph to the left, <br>right, or center 将 段 落 按 左、 中、 右 对 齐 <br><br> Inserts a line break 插 入 一 个 回 车 换 行 符 <br> </p> <blockquote> <br><&> Indents text from both sides 从 两 边 缩 进 文 本 <br><dl><&> Creates a definition list 创 建 一 个 定 义 列 表 <br><dt> Precedes each definition term 放 在 每 个 定 义 术 语 词 之 前 <br> </dt> <dd> Precedes each definition 放 在 每 个 定 义 之 前 <br><ol><&> Creates a numbered list 创 建 一 个 标 有 数 字 的 列 表 <br><li> Precedes each list item, and adds <br>a number 放 在 每 个 数 字 列 表 项 之 前, 并 加 上 一 个 数 字 <br><ul><&> Creates a bulleted list 创 建 一 个 标 有 圆 点 的 列 表 <br><li> Precedes each list item, and adds <br>the bullet 放 在 每 个 圆 点 列 表 项 之 前, 并 加 上 一 个 圆 点 <br><div align="?"> A generic tag used to format large <br>blocks of HTML, also used for <br>stylesheets 一 个 用 来 排 版 大 块HTML 段 落 的 标 签, 也 用 于 格 式 化 表 <br>Graphical elements<br> 图 形 元 素 <br><img src="name"> Adds an image 添 加 一 个 图 像 <br><img src="name" align="?"> Aligns an image: left, right, <br>center; bottom, top, middle 排 列 对 齐 一 个 图 像: 左 中 右 或 上 中 下 <br><img src="name" border="?"> Sets size of border around an <br>image 设 置 围 绕 一 个 图 像 的 边 框 的 大 小 <br><hr> Inserts a horizontal rule 加 入 一 条 水 平 线 <br><hr size="?"> Sets size (height) of rule 设 置 水 平 线 的 大 小( 高 度) <br><hr width="?"> Sets width of rule, in percentage <br>or absolute value 设 置 水 平 线 的 宽 度( 百 分 比 或 绝 对 像 素 点) <br><hr noshade> Creates a rule without a shadow 创 建 一 个 没 有 阴 影 的 水 平 线 <br>Tables<br> 表 格 <br><table><&> Creates a table 创 建 一 个 表 格 <br><tr><&> Sets off each row in a table 开 始 表 格 中 的 每 一 行 <br><td><&> Sets off each cell in a row 开 始 一 行 中 的 每 一 个 格 子 <br><th><&> Sets off the table header (a <br>normal cell with bold, centered <br>text) 设 置 表 格 头: 一 个 通 常 使 用 黑 体 居 中 文 字 的 格 子 <br>Table attributes 表 格 属 性 <br><table border="#"> Sets width of border around <br>table cells 设 置 围 绕 表 格 的 边 框 的 宽 度 <br><table cellspacing="#"> Sets amount of space between table <br>cells 设 置 表 格 格 子 之 间 空 间 的 大 小 <br><table cellpadding="#"> Sets amount of space between a <br>cell's border and its contents 设 置 表 格 格 子 边 框 与 其 内 部 内 容 之 间 空 间 的 大 小 <br><table width="#" or %> Sets width of table - in pixels<br>or as a percentage of document width 设 置 表 格 的 宽 度- 用 绝 对 像 素 值 或 文 档 总 宽 度 的 百 分 比 <br><tr align="?"> or <td align="?"> Sets alignment for cell(s) (left, <br>center, or right) 设 置 表 格 格 子 的 水 平 对 齐( 左 中 右) <br> </td> </tr> <tr valign="?"> or <td valign="?"> Sets vertical alignment for cell(s)<br>(top, middle, or bottom) 设 置 表 格 格 子 的 垂 直 对 齐( 上 中 下) <br> </td> <td colspan="#"> Sets number of columns a cell should <br>span (default=1) 设 置 一 个 表 格 格 子 应 跨 占 的 列 数( 缺 省 为 1) <br> </td> <td rowspan="#"> Sets number of rows a cell should <br>span (default=1) 设 置 一 个 表 格 格 子 应 跨 占 的 行 数( 缺 省 为 1) <br> </td> <td nowrap> Prevents the lines within a cell <br>from being broken to fit 禁 止 表 格 格 子 内 的 内 容 自 动 断 行 回 卷 <br> <br>Frames 窗 框 <br><frameset><&> Precedes the tag in a frames document; can also be nested in other framesets 放 在 一 个 窗 框 文 档 的 标 签 之 前,也 可 以 嵌 在 其 他 窗 框 文 档 中 <br><frameset rows="value,value"> Defines the rows within a frameset, <br>using number in pixels, or percentage <br>of width 定 义 一 个 窗 框 内 的 行 数, 可 以 使 用 绝 对 像 素 值 或 高 度 的 百 分 比 <br><frameset cols="value,value"> Defines the columns within a frameset, using number in pixels, or percentage <br>of width 定 义 一 个 窗 框 内 的 列 数, 可 以 使 用 绝 对 像 素 值 或 宽 度 的 百 分 比 <br><frame> Defines a single frame - or region - within a frameset 定 义 一 个 窗 框 内 的 单 一 窗 或 窗 区 域 <br><noframes><&> Defines what will appear on browsers <br>that don't support frames 定 义 在 不 支 持 窗 框 的 浏 览 器 中 显 示 什 么 提 示 <br> <br>Frames attributes 窗 框 属 性 <br><frame src="URL"> Specifies which HTML document should <br>be displayed 规 定 窗 框 内 显 示 什 么HTML 文 档 <br><frame name="name"> Names the frame, or region, so it may <br>be targeted by other frames 命 名 窗 框 或 区 域 以 便 别 的 窗 框 可 以 指 向 它 <br><frame marginwidth="#"> Defines the left and right margins for the frame; must be equal to or greater than 1 定 义 窗 框 左 右 边 缘 的 空 白 大 小, 必 须 大 于 等 于1 <br><frame marginheight="#"> Defines the top and bottom margins for the frame; must be equal to or greater than 1 定 义 窗 框 上 下 边 缘 的 空 白 大 小, 必 须 大 于 等 于1 <br><frame scrolling="VALUE"> Sets whether the frame has a scrollbar; value may equal "yes," "no," or "auto." The default, as in ordinary documents, <br>is auto. 设 置 窗 框 是 否 有 滚 动 栏, 其 值 可 以 是 "yes", "no", "auto", 缺 省 时 一 般 为 "auto" <br><frame noresize> Prevents the user from resizing a frame 禁 止 用 户 调 整 一 个 窗 框 的 大 小 <br> <br>Forms 表 单 <br>For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form. 对 于 功 能 性 的 表 单,一 般 需 要 运 行 一 个 CGI 小 程 序,HTML仅 仅 是产 生 表 单 的 表 面 样 子。 <br><form><&> Creates all forms 创 建 所 有 表 单 <br><select multiple name="NAME" size="?"><&> Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll. 创 建 一 个 滚 动 菜 单,size 设 置 在 需 要 滚 动 前 可 以 看 到 的 表 单 项 数 目 <br><option> Sets off each menu item 设 置 每 个 表 单 项 的 内 容 <br><select name="NAME"><&> Creates a pulldown menu 创 建 一 个 下 拉 菜 单 <br><option> Sets off each menu item 设 置 每 个 菜 单 项 的 内 容 <br><textarea name="NAME" cols="40" rows="8"><&> Creates a text box area. Columns set the width; rows set the height. 创 建 一 个 文 本 框 区 域,列 的 数 目 设 置 宽 度,行 的 数 目 设 置 高 度 <br><input type="checkbox" name="NAME"> Creates a checkbox. Text follows tag. 创 建 一 个 复 选 框,文 字 在 标 签 后 面 <br><input type="radio" name="NAME" value="x"> Creates a radio button. Text follows <br>tag 创 建 一 个 单 选 框,文 字 在 标 签 后 面 <br><input type="text" name="foo" size="20"> Creates a one-line text area. Size <br>sets length, in characters. 创 建 一 个 单 行 文 本 输 入 区 域,size 设 置 以 字 符 计 的 宽 度 <br><input type="submit" value="NAME"> Creates a Submit button 创 建 一 个 submit(提 交)按 钮 <br><input type="image" border="0" name="NAME" src="name.gif"> Creates a Submit button using an image 创 建 一 个 使 用 图 象 的 submit(提 交)按 钮 <br><input type="reset"> Creates a Reset button 创 建 一 个 reset(重 置)按 钮</&></textarea> </option></&></select> </option></&></select></&></form></&></noframes> </frameset> </frameset></&></frameset> </td> </tr> </table> </table> </table> </table></&></th></&></td></&></tr></&></table> </div> </li></&></ul> </li></&></ol> </dd></&></dl></&> </blockquote></&></a></&></a></&></a></&></a></&></font></&></font></&></strong></&></em></&></cite></&></tt></&></i></&></b></&></h6></&></h1></&></pre></&>
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com