HTML常用特殊符号对照表及一些标签说明

HTML常用特殊符号对照表及一些标签说明


2024年7月4日发(作者:)

这个是我在网上收集的HTML特殊符号和标签有关的知识,

基本可以算收集全了,现在和大家免费分享,共同学习哦!!!

HTML特殊符号对照表

特殊符号

Α

Γ

Ε

Η

Ι

Λ

Ν

Ο

Ρ

Τ

Φ

Ψ

α

γ

ε

η

ι

λ

ν

ο

ρ

σ

υ

命名实体

Α

Γ

Ε

Η

Ι

Λ

Ν

Ο

Ρ

Τ

Φ

Ψ

α

γ

ε

η

ι

λ

ν

ο

ρ

σ

υ

十进制编码

Α

Γ

Ε

Η

Ι

Λ

Ν

Ο

Ρ

Τ

Φ

Ψ

α

γ

ε

η

ι

λ

ν

ο

ρ

σ

υ

特殊符号

Β

Δ

Ζ

Θ

Κ

Μ

Ξ

Π

Σ

Υ

Χ

Ω

β

δ

ζ

θ

κ

μ

ξ

π

ς

τ

φ

命名实体

Β

Δ

Ζ

Θ

Κ

Μ

Ξ

Π

Σ

Υ

Χ

Ω

β

δ

ζ

θ

κ

μ

ξ

π

ς

τ

φ

十进制编码

Β

Δ

Ζ

Θ

Κ

Μ

Ξ

Π

Σ

Υ

Χ

Ω

β

δ

ζ

θ

κ

μ

ξ

π

ς

τ

φ

第 1 页 共 87 页

χ

ω

ϒ

χ

ω

ϒ

χ

ω

ϒ

ψ

ϑ

ϖ

ψ

ϑ

ϖ

ψ

ϑ

ϖ

第 2 页 共 87 页

¡

£

¥

§

©

«

¯

±

³

µ

¡

£

¥

§

©

«

­

¯

±

³

µ

¡

£

¥

§

©

«

­

¯

±

³

µ

 

 

¢

¤

¦

¨

ª

¬

®

²

´

¢

¤

¦

¨

ª

¬

®

°

²

´

¢

¤

¦

¨

ª

¬

®

°

²

´

HTML

常用标签整理

网页(WebPage)文件主要是用超文本标记语言(HyperText Markup Language,

简称HTML)语句来写成。您可以通过IE浏览器的“查看”菜单中的“源文件”

看到该页的HTML代码。HTML语言由一系列元素(element)组成,用于组织文件

的内容和指导文件的输出格式。元素名称不分大小写。一个元素可以有多个属性,

属性及其属性值不分大小写。属性名=属性值合起来构成一个完整的属性,一个

第 3 页 共 87 页

元素可以有多个属性,各个属性用空格分开。元素又由标记(tag)的构成,大多

数标记是成对出现的,分起始标记< >(start tag)和结尾标记(end tag),

以便和页面的内容区分开来。其写成的文件是标准的ASCII文件,不同于一般的

编程语言,故称为脚本(Script)更准确一点。其实也很简单,特别是在专门的

HTML编辑器的帮助下,您可以迅速地学会HTML,并能很快写出有自己特色的

Homepage来。

需要说明的是:各种浏览器对html元素及其属性的解释不完全一样,如

NC与IE是有区别的。

标 签 内 容

备 注

基 本 标 签

所有HTML文件都有的 …… 表示文件类型为HTML文档

…… 设置文档描述及其他不在WEB网页上显示的信息

…… HTML文档的主体(页面的实际内容)

标 题 标 签

…… 在标题栏中显示的题目(放在内)

扩 展 属 性 标 签

基址标签,为解决相对编址作参考值 将HTTP命令发给

CONTENT=number;url允许,描述不包含在标准HTML里的文档信息。使用详解

提供将现行文档与其它文档或实体关联起来的信息 指明在

服务器上提供文档的可以检索的索引 允许包含样式表

(CSS)信息

页 面 属 性 标 签

……标签的扩展属性。使用详解 设置背

景颜色,用名字或十六进制值 设置文本文字颜色,用名字

或十六进制值 设置链接颜色,用名字或十六进制值

vlink=#……> 设置已使用的链接的颜色,用名字或十六进制值

alink=#……> 设置正在被击中链接的颜色,用名字或十六进制值

文 本 标 签

……
创建预格式化文本

……

创建最大的标题

……
创建最小的标题 …… 创建黑体字 …… 创建

斜体字 …… 创建打字机风格的字体 …… 创建一个

引用,通常是斜体 …… 加重(通常是斜体加黑体)

第 4 页 共 87 页

…… 强调(通常是斜体加黑体)

设置字体大小,从1到7 设置字体的颜色,使用名

字或十六进制值

链 接

创建一个超链接

建一个自动发送电子邮件的链接 创建一个位于文档内部

的靶位 创建一个指向位于文档内部靶位的链接

格 式 排 版

创建一个新的段落

将段落按左、中、右对齐

入一个回车换行符

……
从两边缩进文本

……
创建一个定义列表
放在每个定义术语词之前
放在

每个定义之前

    ……
创建一个标有数字的列表
  • 放在每个数字列

    表项之前,并加上一个数字

      ……
    创建一个标有圆点的列表
  • 在每个圆点列表项之前,并加上一个圆点

    一个用来排版大块

    HTML段落的标签,也用于格式化表

    图 形 元 素

    添加一个图像 排列对

    齐一个图像:左中右或上中下 设置围绕一个

    图像的边框的大小


    加入一条水平线
    设置水平线的大小

    (高度)


    设置水平线的宽度(百分比或绝对像素点)

    noshade> 创建一个没有阴影的水平线

    表 格

    ……
    创建一个表格 …… 开始表格中的每一行

    …… 开始一行中的每一个格子 …… 设置表格头:一个通

    常使用黑体居中文字的格子

    表 格 属 性

    设置围绕表格的边框的宽度

    cellspacing=value> 设置表格格子之间空间的大小

    cellpadding=value> 设置表格格子边框与其内部内容之间空间的大小

    width=value 或 %> 设置表格的宽度-用绝对像素值或文档总宽度的百分比

    设置表格格子的水平对齐(左中右) 设置

    表格格子的垂直对齐(上中下)

    表格的标题

    水平居中

    引用,通常是斜体

    程式码

    定义一个列组中的列,以便对它们能够同时设置有关属性

    定义多个列为一组列

    放在每个定义之前

    述语定义

    目录清单

    定义列表

    放在每个定义术语词前

    强调文本(通常是斜体加黑体)

    把相互关联的控件组合成一组

    设置字体

    设置字体大小从1到7,颜色使用名字或RGB

    的十六进制值

    ---------------------------------------------------------------------

    --------------------

    创建表单

    action="..."接收数据的服务器的URL

    method="..."HTTP的方法(get, post)。其中get是被反对使用的

    第 10 页 共 87 页

    enctype="..."指定MIME(Internet媒体类型)

    当提交表单时发生的内部事件

    noreset="..."在重新设置表单时发生的内部事件

    target="..."决定把内容显示在什么地方(_blank, _parent, _self, _top

    ---------------------------------------------------------------------

    --------------------

    定义一个帧内的单一窗或窗区域

    定义一个帧内的单一窗或窗区域

    规定帧内显示的HTML文档

    命名帧或区域以便别的帧可以指向它

    定义帧左右边缘的空白大小,必须大于等于1

    定义帧上下边缘的空白大小,必须大于等于1

    设置帧是否有滚动栏,其值可以是"yes","no" 或"auto"

    禁止用户调整一个帧的大小

    ---------------------------------------------------------------------

    --------------------

    帧标签

    放在一个帧文档的标签之前,也可以嵌在其他帧

    文档中

    定义一个帧内的行数,可以使用绝对像素值或

    高度的百分比

    定义一个帧内的列数,可以使用绝对像素值或

    宽度的百分比

    ---------------------------------------------------------------------

    --------------------

    最大的标题

    第 11 页 共 87 页

    文头

    描述性资料,设置文档标题和其它在网页中不显示的信息

    ---------------------------------------------------------------------

    --------------------


    水平线


    水平線(設定寬度)

    ---------------------------------------------------------------------

    --------------------

    创建一个HTML文档,分别放在html文件的开头和最后。

    斜体字

    创建一个内联的帧

    scr="..."定义在帧中显示的内容的来源

    frameborder="..."定义帧之间的边界(0或1)

    align="..."被反对。控制对齐方式(left, center, right, justify)

    height="..."帧的高度 width="..."帧的宽度

    ---------------------------------------------------------------------

    --------------------

    键盘字

    为一个控件提供标签

    为FIELDSET元素指定一标题

  • 放在每个列表项之前

  • 放在每个列表项之前,若在
      之间则每个列表项加上一个数字, 若

        之间则每个列表项加上一个圆点 ..

        ---------------------------------------------------------------------

        --------------------

        固定寬度小字體

        第 12 页 共 87 页

        普通捲動

        普通捲動

        ...滑動

        ...預設捲動中国站长第一门户

        ...來回捲動

        ...向下捲動

        ...向上捲動

        向右捲動

        向左捲動

        ...捲動次數

        ...設定寬度

        ...設定高度

        ...設定背景顏色

        ...設定捲動距離

        ...設定捲動時間

        ---------------------------------------------------------------------

        --------------------

        选项清单

        强行不换行

        定义在不支持帧的浏览器中显示什么提示

          创建一个标有数字的列表

          设置每个表单项的内容

          段落

          创建一个段落

          第 13 页 共 87 页

          ---------------------------------------------------------------------

          --------------------

          </plaintext>固定寬度字體(不執行標記符號) </p><p style="text-indent: 2em;font-size:18px;"><pre></pre> 预先格式化文本 </p><p style="text-indent: 2em;font-size:18px;"><SAMP></SAMP> 范例 </p><p style="text-indent: 2em;font-size:18px;"><select></select> 创建滚动菜单 </p><p style="text-indent: 2em;font-size:18px;"><select multiple name="name" size=""></select> 创建滚动菜单,size设置</p><p style="text-indent: 2em;font-size:18px;">在需要滚动前可以看到的表单项数目 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">-------------------- </p><p style="text-indent: 2em;font-size:18px;"><select></select> 创建下拉菜单 </p><p style="text-indent: 2em;font-size:18px;"><select name="name"></select> 创建下拉菜单 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">-------------------- </p><p style="text-indent: 2em;font-size:18px;"><SMALL></SMALL> 字体缩小 </p><p style="text-indent: 2em;font-size:18px;"><STRIKE></STRIKE> 加删除线 </p><p style="text-indent: 2em;font-size:18px;"><strong></strong> 加重文本(通常是斜体加黑体) </p><p style="text-indent: 2em;font-size:18px;"><SUB></SUB> 下标字 </p><p style="text-indent: 2em;font-size:18px;"><table></table> 创建一个表格 </p><p style="text-indent: 2em;font-size:18px;"><table></table> 创建一个表格 </p><p style="text-indent: 2em;font-size:18px;"><table cellspacing=""> 设置表格格子之间空间的大小 </p><p style="text-indent: 2em;font-size:18px;"><table border=""> 设置边框的宽度 </p><p style="text-indent: 2em;font-size:18px;"><table cellpadding=""> 设置表格格子边框与其内部内容之间空间的大小 </p><p style="text-indent: 2em;font-size:18px;"><table width=""> 设置表格的宽度。用绝对像素值或总宽度的百分比 </p><p style="text-indent: 2em;font-size:18px;"><table align=""> 设置表格格子的水平对齐方式</p><p style="text-indent: 2em;font-size:18px;">(left,center,right,justify) </p><p style="text-indent: 2em;font-size:18px;">第 14 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">-------------------- </p><p style="text-indent: 2em;font-size:18px;"><TBODY></TBODY> 定义一个表格的实体 </p><p style="text-indent: 2em;font-size:18px;"><td></td> 表格中一行中的每一个格子 </p><p style="text-indent: 2em;font-size:18px;"><td colspan=""> 设置一个表格格子跨占的列数(缺省值为1) </p><p style="text-indent: 2em;font-size:18px;"><td rowspan=""> 设置一个表格格子跨占的行数(缺省值为1) </p><p style="text-indent: 2em;font-size:18px;"><td nowrap> 禁止表格格子内的内容自动断行 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">-------------------- </p><p style="text-indent: 2em;font-size:18px;"><textarea></textarea> 创建一个文本框区域 </p><p style="text-indent: 2em;font-size:18px;"><textarea name="name" cols=40 rows=8></textarea> 创建一个文本框区域,</p><p style="text-indent: 2em;font-size:18px;">列的数目设置宽度,行的数目设置高度 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">-------------------- </p><p style="text-indent: 2em;font-size:18px;"><TFOOT></TFOOT> 定义一个表格的页脚 </p><p style="text-indent: 2em;font-size:18px;"><th></th> 设置表格头:通常是黑体居中文字 </p><p style="text-indent: 2em;font-size:18px;"><THEAD></THEAD> 定义表格的页眉 </p><p style="text-indent: 2em;font-size:18px;"><title></title> 文档的标题 </p><p style="text-indent: 2em;font-size:18px;"><tr></tr> 表格中的每一行 </p><p style="text-indent: 2em;font-size:18px;"><tr align=""> 设置表格格子的水平对齐方式(left,center,right,justify) </p><p style="text-indent: 2em;font-size:18px;"><tr valign=""> 设置表格格子的垂直对齐方式(baseline,bottom,middle,top) </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">-------------------- </p><p style="text-indent: 2em;font-size:18px;"><tt></tt> 打字机风格的字体 </p><p style="text-indent: 2em;font-size:18px;"><u></u> 下划线 </p><p style="text-indent: 2em;font-size:18px;"><ul></ul> 创建一个标有圆点的列表 </p><p style="text-indent: 2em;font-size:18px;">第 15 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><VAR></VAR> 变量 </p><p style="text-indent: 2em;font-size:18px;"><xmp></xmp>固定寬度字体(在文件中空白、換行、定位功能有效) </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">HTML标记大全参考手册[推荐] </p><p style="text-indent: 2em;font-size:18px;">HTML标记大全参考手册[推荐] </p><p style="text-indent: 2em;font-size:18px;">总类(所有HTML文件都有的) </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">文件类型 <HTML></HTML> (放在档案的开头与结尾) </p><p style="text-indent: 2em;font-size:18px;">文件主题 <TITLE></TITLE> (必须放在「文头」区块内) </p><p style="text-indent: 2em;font-size:18px;">文头 <HEAD></HEAD> (描述性资料,像是「主题」) </p><p style="text-indent: 2em;font-size:18px;">文体 <BODY></BODY> (文件本体) </p><p style="text-indent: 2em;font-size:18px;">------------------------------------------------------------结构性定</p><p style="text-indent: 2em;font-size:18px;">义(由浏览器控制的显示风格) </p><p style="text-indent: 2em;font-size:18px;">标题 <H?></H?> (从1到6,有六层选择) </p><p style="text-indent: 2em;font-size:18px;">3.0 标题的对齐 <H? ALIGN=LEFT|CENTER|RIGHT></H?> </p><p style="text-indent: 2em;font-size:18px;">3.0 区分 <DIV></DIV> </p><p style="text-indent: 2em;font-size:18px;">3.0 区分的对齐 <DIV ALIGN=LEFT|RIGHT|CENTER|JUSTIFY></DIV> </p><p style="text-indent: 2em;font-size:18px;">引文区块 <BLOCKQUOTE></BLOCKQUOTE> (通常会内缩) </p><p style="text-indent: 2em;font-size:18px;">强调 <EM></EM> (通常会以斜体显示) </p><p style="text-indent: 2em;font-size:18px;">特别强调 <STRONG></STRONG> (通常会以加粗显示) </p><p style="text-indent: 2em;font-size:18px;">引文 <CITE></CITE> (通常会以斜体显示) </p><p style="text-indent: 2em;font-size:18px;">码 <CODE></CODE> (显示原始码之用) </p><p style="text-indent: 2em;font-size:18px;">样本 <SAMP></SAMP> </p><p style="text-indent: 2em;font-size:18px;">键盘输入 <KBD></KBD> </p><p style="text-indent: 2em;font-size:18px;">第 16 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">变数 <VAR></VAR> </p><p style="text-indent: 2em;font-size:18px;">定义 <DFN></DFN> (有些浏览器不提供) </p><p style="text-indent: 2em;font-size:18px;">地址 <ADDRESS></ADDRESS> </p><p style="text-indent: 2em;font-size:18px;">3.0 大字 <BIG></BIG> </p><p style="text-indent: 2em;font-size:18px;">3.0 小字 <SMALL></SMALL> </p><p style="text-indent: 2em;font-size:18px;">------------------------------------------------------------与外观相</p><p style="text-indent: 2em;font-size:18px;">关的标签(作者自订的表现方式) </p><p style="text-indent: 2em;font-size:18px;">加粗 <B></B> </p><p style="text-indent: 2em;font-size:18px;">斜体 <I></I> </p><p style="text-indent: 2em;font-size:18px;">3.0 底线 <U></U> (尚有些浏览器不提供) </p><p style="text-indent: 2em;font-size:18px;">3.0 删除线 <S></S> (尚有些浏览器不提供) </p><p style="text-indent: 2em;font-size:18px;">3.0 下标 <SUB></SUB> </p><p style="text-indent: 2em;font-size:18px;">3.0 上标 <SUP></SUP> </p><p style="text-indent: 2em;font-size:18px;">打字机体 <TT></TT> (用单空格字型显示) </p><p style="text-indent: 2em;font-size:18px;">预定格式 <PRE></PRE> (保留文件中空格的大小) </p><p style="text-indent: 2em;font-size:18px;">预定格式的宽度 <PRE WIDTH=?></PRE>(以字元计算) </p><p style="text-indent: 2em;font-size:18px;">N1.0+ 向中看齐 <CENTER></CENTER> (文字与图片都可以) </p><p style="text-indent: 2em;font-size:18px;">N1.0 闪耀 <BLINK></BLINK> (有史以来最被嘲弄的标签) </p><p style="text-indent: 2em;font-size:18px;">N1.0 字体大小 <FONT SIZE=?></FONT>(从1到7) </p><p style="text-indent: 2em;font-size:18px;">N1.0 改变字体大小 <FONT SIZE=+|-?></FONT> </p><p style="text-indent: 2em;font-size:18px;">N1.0 基本字体大小 <BASEFONT SIZE=?> (从1到7; 内定为3) </p><p style="text-indent: 2em;font-size:18px;">N2.0 字体颜色 <FONT COLOR="#$$$$$$"></FONT> </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">第 17 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">连结与图形 </p><p style="text-indent: 2em;font-size:18px;">连结 <A HREF="URL"></A> </p><p style="text-indent: 2em;font-size:18px;">连结到锚点 <A HREF="URL#***"></A>(如果锚点在另一个档案) </p><p style="text-indent: 2em;font-size:18px;"><A HREF="#***"></A> (如果锚点目前的档案) </p><p style="text-indent: 2em;font-size:18px;">N2.0 连结到目的视框 <A HREF="URL" TARGET="***"></A> </p><p style="text-indent: 2em;font-size:18px;">设定锚点 <A NAME="***"></A> </p><p style="text-indent: 2em;font-size:18px;">图形 </p><p style="text-indent: 2em;font-size:18px;">图形看齐方式 </p><p style="text-indent: 2em;font-size:18px;">N1.0 图形看齐方式 <p style="text-indent: 2em;font-size:18px;">ALIGN=LEFT|RIGHT|TEXTTOP|ABSMIDDLE|BASELINE|ABSBOTTOM> </p><p style="text-indent: 2em;font-size:18px;">取代文字 (如果没有办法显示图形则显示此文字) </p><p style="text-indent: 2em;font-size:18px;">点选图 (需要CGI程式) </p><p style="text-indent: 2em;font-size:18px;">N2.0 点选图 </p><p style="text-indent: 2em;font-size:18px;">N2.0 地图 <MAP NAME="***"></MAP>(描述地图) </p><p style="text-indent: 2em;font-size:18px;">N2.0 段落 <AREA SHAPE="RECT" COORDS=",,," HREF="URL"|NOHREF> </p><p style="text-indent: 2em;font-size:18px;">3.0 大小 (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.0 图形边缘 (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.0 图形边缘空间 (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.0 低解析度图形 </p><p style="text-indent: 2em;font-size:18px;">N1.1 用户端拉 <META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">(使用端</p><p style="text-indent: 2em;font-size:18px;">自动更新 ) </p><p style="text-indent: 2em;font-size:18px;">N2.0 内嵌物件 <EMBED SRC="URL"> (将物件插入页面) </p><p style="text-indent: 2em;font-size:18px;">N2.0 内嵌物件大小 <EMBED SRC="URL" WIDTH="?" HEIGHT="?"> </p><p style="text-indent: 2em;font-size:18px;">第 18 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">分隔 </p><p style="text-indent: 2em;font-size:18px;">段落 <P> (通常是两个return) </p><p style="text-indent: 2em;font-size:18px;">3.0 段落 <P></P> (新定义成容器型标签) </p><p style="text-indent: 2em;font-size:18px;">3.0 文字看齐方式 <P ALIGN=LEFT|CENTER|RIGHT></P> </p><p style="text-indent: 2em;font-size:18px;">换行 <BR> (一个return) </p><p style="text-indent: 2em;font-size:18px;">N1.0 文字部份看齐方式<BR CLEAR=LEFT|RIGHT|ALL>(与图形合用时) </p><p style="text-indent: 2em;font-size:18px;">横线 <HR> </p><p style="text-indent: 2em;font-size:18px;">N1.0 横线对齐 <HR ALIGN=LEFT|RIGHT|CENTER> </p><p style="text-indent: 2em;font-size:18px;">N1.0 横线厚度 <HR SIZE=?> (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.0 横线宽度 <HR WIDTH=?> (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.0 横线比率宽度 <HR WIDTH=%> (以页宽为100%) </p><p style="text-indent: 2em;font-size:18px;">N1.0 实线 <HR NOSHADE> (没有立体效果) </p><p style="text-indent: 2em;font-size:18px;">N1.0 不可换行 <NOBR></NOBR> (不换行) </p><p style="text-indent: 2em;font-size:18px;">N1.0 可换行处 <WBR> (如果需要,可在此断行) </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">列举 (可以巢状列举) </p><p style="text-indent: 2em;font-size:18px;">无次序式列举 <UL><LI></UL> (<LI> 放在每一项前) </p><p style="text-indent: 2em;font-size:18px;">N1.0 公布式列举 <UL TYPE=DISC|CIRCLE|SQUARE>(定义全部的列举项) </p><p style="text-indent: 2em;font-size:18px;"><LI TYPE=DISC|CIRCLE|SQUARE>(定义这个及其後的列举项) </p><p style="text-indent: 2em;font-size:18px;">有次序式列举 <OL><LI></OL> (<LI> 放在每一项前) </p><p style="text-indent: 2em;font-size:18px;">N1.0 数标型态 <OL TYPE=A|a|I|i|1> (定义全部的列举项) </p><p style="text-indent: 2em;font-size:18px;">第 19 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><LI TYPE=A|a|I|i|1> (定义这个及其後的列举项) </p><p style="text-indent: 2em;font-size:18px;">N1.0 起始数字 <OL value=?> (定义全部的列举项) </p><p style="text-indent: 2em;font-size:18px;"><LI value=?> (定义这个及其後的列举项) </p><p style="text-indent: 2em;font-size:18px;">定义式列举 <DL><DT><DD></DL>(<DT>项目, <DD>定义) </p><p style="text-indent: 2em;font-size:18px;">表单式列举 <MENU><LI></MENU>(<LI> 放在每一项前) </p><p style="text-indent: 2em;font-size:18px;">目录式列举 <DIR><LI></DIR> (<LI> 放在每一项前) </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">背景与颜色 </p><p style="text-indent: 2em;font-size:18px;">3.0 重复排列的背景 <BODY BACKGROUND="URL"> </p><p style="text-indent: 2em;font-size:18px;">N1.1+ 背景颜色 <BODY BGCOLOR="#$$$$$$"> (依序为红、绿、蓝) </p><p style="text-indent: 2em;font-size:18px;">N1.1+ 文字颜色 <BODY TEXT="#$$$$$$"> </p><p style="text-indent: 2em;font-size:18px;">N1.1+ 连结颜色 <BODY LINK="#$$$$$$"> </p><p style="text-indent: 2em;font-size:18px;">N1.1+ 看过的连结 <BODY VLINK="#$$$$$$"> </p><p style="text-indent: 2em;font-size:18px;">N1.1 使用中的连结 <BODY ALINK="#$$$$$$"> </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">特殊字元(以下标签需用小写) </p><p style="text-indent: 2em;font-size:18px;">特别符号 &#?; (其中 ? 代表 ISO 8859-1 的编码) </p><p style="text-indent: 2em;font-size:18px;">< < > > & & " " </p><p style="text-indent: 2em;font-size:18px;">注册商标TM ? </p><p style="text-indent: 2em;font-size:18px;">N1.0+ 注册商标TM ? </p><p style="text-indent: 2em;font-size:18px;">著作权符号 ? </p><p style="text-indent: 2em;font-size:18px;">N1.0+ 著作权符号 ? </p><p style="text-indent: 2em;font-size:18px;">第 20 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">表单 (通常需要与CGI程式配合) </p><p style="text-indent: 2em;font-size:18px;">定义表单 <FORM ACTION="URL" METHOD=GET|POST></FORM> </p><p style="text-indent: 2em;font-size:18px;">N2.0 上传档案 <FORM ENCTYPE="multipart/form-data></FORM> </p><p style="text-indent: 2em;font-size:18px;">输入栏位 <INPUT </p><p style="text-indent: 2em;font-size:18px;">TYPE="TEXT|PASSWORD|CHECKBOX|RADIO|IMAGE|HIDDEN|SUBMIT|RESET"> </p><p style="text-indent: 2em;font-size:18px;">栏位名称 <INPUT NAME="***"> </p><p style="text-indent: 2em;font-size:18px;">栏位内定值 <INPUT value="***"> </p><p style="text-indent: 2em;font-size:18px;">已选定 <INPUT CHECKED> (适用於checkboxes与 radio boxes) </p><p style="text-indent: 2em;font-size:18px;">栏位宽度 <INPUT SIZE=?> (以字元数为单位) </p><p style="text-indent: 2em;font-size:18px;">最长字数 <INPUT MAXLENGTH=?> (以字元数为单位) </p><p style="text-indent: 2em;font-size:18px;">下拉式选单 <SELECT></SELECT> </p><p style="text-indent: 2em;font-size:18px;">下拉式选单名称 <SELECT NAME="***"></SELECT> </p><p style="text-indent: 2em;font-size:18px;">选单项目数量 <SELECT SIZE=?></SELECT> </p><p style="text-indent: 2em;font-size:18px;">多选式选单 <SELECT MULTIPLE> (多选) </p><p style="text-indent: 2em;font-size:18px;">选项 <OPTION> </p><p style="text-indent: 2em;font-size:18px;">内定选项 <OPTION SELECTED> </p><p style="text-indent: 2em;font-size:18px;">文字输入区 <TEXTAREA ROWS=? COLS=?></textarea> </p><p style="text-indent: 2em;font-size:18px;">输入区名称 <TEXTAREA NAME="***"></textarea> </p><p style="text-indent: 2em;font-size:18px;">N2.0 输入区换行方式 <TEXTAREA WRAP=OFF|VIRTUAL|PHYSICAL></textarea> </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">表格 </p><p style="text-indent: 2em;font-size:18px;">3.0 定义表格 <TABLE></TABLE> </p><p style="text-indent: 2em;font-size:18px;">第 21 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">3.0 表格框线 <TABLE BORDER></TABLE> (有或没有) </p><p style="text-indent: 2em;font-size:18px;">N1.1 表格框线 <TABLE BORDER=?></TABLE>(可以设定数值) </p><p style="text-indent: 2em;font-size:18px;">N1.1 储存格左右留白 <TABLE CELLSPACING=?> </p><p style="text-indent: 2em;font-size:18px;">N1.1 储存格上下留白 <TABLE CELLPADDING=?> </p><p style="text-indent: 2em;font-size:18px;">N1.1 表格宽度 <TABLE WIDTH=?> (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.1 宽度比率 <TABLE WIDTH=%> (页宽为100%) </p><p style="text-indent: 2em;font-size:18px;">3.0 表格列 <TR></TR> </p><p style="text-indent: 2em;font-size:18px;">3.0 表格列内容看齐 <TR ALIGN=LEFT|RIGHT|CENTER </p><p style="text-indent: 2em;font-size:18px;">VALIGN=TOP|MIDDLE|BOTTOM> </p><p style="text-indent: 2em;font-size:18px;">3.0 储存格 <TD></TD> (须与列并用) </p><p style="text-indent: 2em;font-size:18px;">3.0 储存格内容看齐 <TD ALIGN=LEFT|RIGHT|CENTER </p><p style="text-indent: 2em;font-size:18px;">VALIGN=TOP|MIDDLE|BOTTOM> </p><p style="text-indent: 2em;font-size:18px;">3.0 不换行 <TD NOWRAP> </p><p style="text-indent: 2em;font-size:18px;">N3.0 储存格背景颜色 <TD BGCOLOR=#$$$$$$> </p><p style="text-indent: 2em;font-size:18px;">3.0 储存格横向连接 <TD COLSPAN=?> </p><p style="text-indent: 2em;font-size:18px;">3.0 储存格纵向连接 <TD ROWSPAN=?> </p><p style="text-indent: 2em;font-size:18px;">N1.1 储存格宽度 <TD WIDTH=?> (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">N1.1 储存格宽度比率 <TD WIDTH=%> (页宽为100%) </p><p style="text-indent: 2em;font-size:18px;">3.0 表格标题 <TH></TH> (跟<TD>一样,不过会对中并加粗) </p><p style="text-indent: 2em;font-size:18px;">3.0 表格标题对齐 <TH ALIGN=LEFT|RIGHT|CENTER VALIGN=TOP|MIDDLE|BOTTOM> </p><p style="text-indent: 2em;font-size:18px;">3.0 表格标题不换行 <TH NOWRAP> </p><p style="text-indent: 2em;font-size:18px;">3.0 表格标题占几栏 <TH COLSPAN=?> </p><p style="text-indent: 2em;font-size:18px;">3.0 表格标题占几列 <TH ROWSPAN=?> </p><p style="text-indent: 2em;font-size:18px;">N1.1 表格标题宽度 <TH WIDTH=?> (以pixels为单位) </p><p style="text-indent: 2em;font-size:18px;">第 22 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">N1.1 表格标题比率宽度<TH WIDTH=%> (页宽为100%) </p><p style="text-indent: 2em;font-size:18px;">3.0 表格抬头 <CAPTION></CAPTION> </p><p style="text-indent: 2em;font-size:18px;">3.0 表格抬头看齐 <CAPTION ALIGN=TOP|BOTTOM>(在表格之上/之下) </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">视框 (定义与控制萤幕上的特定区域) </p><p style="text-indent: 2em;font-size:18px;">N2.0 视框格式总定义 <FRAMESET></FRAMESET> (取代<BODY>) </p><p style="text-indent: 2em;font-size:18px;">N2.0 视框行长度分配 <FRAMESET ROWS=,,,></FRAMESET>(pixels 或 %) </p><p style="text-indent: 2em;font-size:18px;">N2.0 视框行长度分配 <FRAMESET ROWS=*></FRAMESET> (* = 相对大小) </p><p style="text-indent: 2em;font-size:18px;">N2.0 视框栏宽度分配 <FRAMESET COLS=,,,></FRAMESET>(pixels 或 %) </p><p style="text-indent: 2em;font-size:18px;">N2.0 视框栏宽度分配 <FRAMESET COLS=*></FRAMESET> (* =相对大小) </p><p style="text-indent: 2em;font-size:18px;">N2.0 定义个别视框 <FRAME> (定义个别视框) </p><p style="text-indent: 2em;font-size:18px;">N2.0 个别视框内容 <FRAME SRC="URL"> </p><p style="text-indent: 2em;font-size:18px;">N2.0 个别视框名称 <FRAME NAME="***"|_blank|_self|_parent|_top> </p><p style="text-indent: 2em;font-size:18px;">N2.0 边缘宽度 <FRAME MARGINWIDTH=?> (「左」与「右」边界) </p><p style="text-indent: 2em;font-size:18px;">N2.0 边缘高度 <FRAME MARGINHEIGHT=?> (「天顶」与「地底」边界) </p><p style="text-indent: 2em;font-size:18px;">N2.0 卷动条 <FRAME SCROLLING="YES|NO|AUTO"> </p><p style="text-indent: 2em;font-size:18px;">N2.0 不可改变大小 <FRAME NORESIZE> </p><p style="text-indent: 2em;font-size:18px;">N2.0 无视框时的内容 <NOFRAMES></NOFRAMES>(如果浏览器不提供视框功能的</p><p style="text-indent: 2em;font-size:18px;">话) </p><p style="text-indent: 2em;font-size:18px;">---------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">----------- </p><p style="text-indent: 2em;font-size:18px;">杂项 </p><p style="text-indent: 2em;font-size:18px;">说明 (浏览器不会显示) </p><p style="text-indent: 2em;font-size:18px;">档案型态声明 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> </p><p style="text-indent: 2em;font-size:18px;">第 23 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">3.0 档案型态声明 <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 3.0//EN"> </p><p style="text-indent: 2em;font-size:18px;">可搜寻 <ISINDEX> (指示可搜寻的索引项) </p><p style="text-indent: 2em;font-size:18px;">N1.0 提示 <ISINDEX PROMPT="***"> (要求输入的提示文字) </p><p style="text-indent: 2em;font-size:18px;">送出搜寻条件 <A HREF="URL?***"></a> (其中的问号不是数字,而是「问号」) </p><p style="text-indent: 2em;font-size:18px;">基本档案的URL <BASE HREF="URL"> (必须放在「文头」区段内) </p><p style="text-indent: 2em;font-size:18px;">N2.0 基本视窗名称 <BASE TARGET="***"> (必须放在「文头」区段内) </p><p style="text-indent: 2em;font-size:18px;">相关性 <LINK REV="***" REL="***" HREF="URL"> (必须放在「文头」区段内) </p><p style="text-indent: 2em;font-size:18px;">背景资讯 <META> (必须放在「文头」区段内) </p><p style="text-indent: 2em;font-size:18px;">下面这些符号标记,是一些常用的。我们在做主页的时候经常要碰到,因此尽量</p><p style="text-indent: 2em;font-size:18px;">能将它们记住。 </p><p style="text-indent: 2em;font-size:18px;"> <HTML></HTML> ---------------------------------(档案的开头与结尾) </p><p style="text-indent: 2em;font-size:18px;"> <TITLE></TITLE> -------------------------------主题(必须放在文头</p><p style="text-indent: 2em;font-size:18px;">区段) </p><p style="text-indent: 2em;font-size:18px;"> <HEAD></HEAD>----------------------------------文头区段 (描述文件</p><p style="text-indent: 2em;font-size:18px;">的资讯,如「主题」) </p><p style="text-indent: 2em;font-size:18px;"> <BODY></BODY>----------------------------------内文区段 (内容所在) </p><p style="text-indent: 2em;font-size:18px;">与结构相关的标记 </p><p style="text-indent: 2em;font-size:18px;"> <H?></H?> -------------------------------------标题 (有六层) </p><p style="text-indent: 2em;font-size:18px;"> <H? ALIGN=LEFT|CENTER|RIGHT></H?> -------------标题对齐[*] </p><p style="text-indent: 2em;font-size:18px;"> <DIV></DIV>------------------------------------区段 </p><p style="text-indent: 2em;font-size:18px;"> <DIV ALIGN=LEFT|RIGHT|CENTER></DIV>------------区段对齐 </p><p style="text-indent: 2em;font-size:18px;"> <BLOCKQUOTE></BLOCKQUOTE>----------------------引文区段[*] (显示</p><p style="text-indent: 2em;font-size:18px;">时通常会内缩) </p><p style="text-indent: 2em;font-size:18px;"> <EM></EM>--------------------------------------强调(通常以斜体显</p><p style="text-indent: 2em;font-size:18px;">示) </p><p style="text-indent: 2em;font-size:18px;"> <STRONG></STRONG>----------------------------- 强烈强调(通常以黑</p><p style="text-indent: 2em;font-size:18px;">体显示) </p><p style="text-indent: 2em;font-size:18px;">第 24 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"> <CITE></CITE>----------------------------------引用语句 (通常以斜</p><p style="text-indent: 2em;font-size:18px;">体显示) </p><p style="text-indent: 2em;font-size:18px;"> <CODE></CODE>----------------------------------程式码 </p><p style="text-indent: 2em;font-size:18px;"> <SAMP></SAMP>----------------------------------程式输出样本 </p><p style="text-indent: 2em;font-size:18px;"> <SMALL></SMALL>--------------------------------小字 </p><p style="text-indent: 2em;font-size:18px;"> <B></B> ---------------------------------------加粗 </p><p style="text-indent: 2em;font-size:18px;"> <I></I>----------------------------------------斜体 </p><p style="text-indent: 2em;font-size:18px;"> <STRIKE></STRIKE>------------------------------删除线(有些浏览器</p><p style="text-indent: 2em;font-size:18px;">无此功能) </p><p style="text-indent: 2em;font-size:18px;"> <SUB></SUB>------------------------------------下标字 </p><p style="text-indent: 2em;font-size:18px;"> <SUP></SUP> -----------------------------------上标字 </p><p style="text-indent: 2em;font-size:18px;"> <TT></TT> -------------------------------------打字机体(空白字元</p><p style="text-indent: 2em;font-size:18px;">与其他文元之宽度相同的字体) </p><p style="text-indent: 2em;font-size:18px;"> <PRE></PRE>------------------------------------依据预定格式 (保持</p><p style="text-indent: 2em;font-size:18px;">文字间的相对位置) </p><p style="text-indent: 2em;font-size:18px;"> <PRE WIDTH=?></PRE>----------------------------预定格式的宽度(以</p><p style="text-indent: 2em;font-size:18px;">字元计) </p><p style="text-indent: 2em;font-size:18px;"> <CENTER></CENTER>------------------------------文字对中 [*] (文字</p><p style="text-indent: 2em;font-size:18px;">与图形都会对中) </p><p style="text-indent: 2em;font-size:18px;"> <FONT SIZE=?></FONT> --------------------------字体大小(由 1到 7) </p><p style="text-indent: 2em;font-size:18px;"> <FONT SIZE="+|-?"></FONT>----------------------改变字体大小 </p><p style="text-indent: 2em;font-size:18px;"> <BASEFONT SIZE=?>------------------------------基本字体大小(内设</p><p style="text-indent: 2em;font-size:18px;">值为3) </p><p style="text-indent: 2em;font-size:18px;"> <FONT COLOR="#$$$$$$"></FONT>------------------字体颜色 </p><p style="text-indent: 2em;font-size:18px;"> <FONT FACE="***"></FONT>-----------------------指定字形 </p><p style="text-indent: 2em;font-size:18px;"> <MULTICOL COLS=?></MULTICOL>-------------------多栏位 </p><p style="text-indent: 2em;font-size:18px;">第 25 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"> <MULTICOL (内定值为10 pixels) GUTTER=?></MULTICOL>栏位内文与边缘</p><p style="text-indent: 2em;font-size:18px;">间隔 </p><p style="text-indent: 2em;font-size:18px;"> <MULTICOL WIDTH=?></MULTICOL> -----------------栏位宽度 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">HTML 标签解释大全 </p><p style="text-indent: 2em;font-size:18px;">HTML标签解释大全 </p><p style="text-indent: 2em;font-size:18px;">一、HTML标记 </p><p style="text-indent: 2em;font-size:18px;">标签:!DOCTYPE </p><p style="text-indent: 2em;font-size:18px;">说明:指定了 HTML 文档遵循的文档类型定义(DTD)。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:a </p><p style="text-indent: 2em;font-size:18px;">说明:标明超链接的起始或目的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:acronym </p><p style="text-indent: 2em;font-size:18px;">说明:标明缩写词。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:address </p><p style="text-indent: 2em;font-size:18px;">说明:特定信息,如地址、签名、作者、此文档的原创者。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:applet </p><p style="text-indent: 2em;font-size:18px;">说明:在页面上放置可执行内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:area </p><p style="text-indent: 2em;font-size:18px;">说明:定义一个客户端图像映射中一个超级链接区域的形状、坐标和关联 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:attribute </p><p style="text-indent: 2em;font-size:18px;">说明:以对象的形式代表了 HTML 元素的标签属性或属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:b </p><p style="text-indent: 2em;font-size:18px;">说明:指定文本应以粗体渲染。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:base </p><p style="text-indent: 2em;font-size:18px;">说明:指定一个显式 URL 用于解析对于外部源的链接和引用,如图像和样式表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:basefont </p><p style="text-indent: 2em;font-size:18px;">说明:设置渲染文本时作为默认字体的基础字体值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bdo </p><p style="text-indent: 2em;font-size:18px;">说明:允许作者为选定文本片断禁用双向法则。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bgsound </p><p style="text-indent: 2em;font-size:18px;">说明:允许页面带有背景声音或创建音轨。 </p><p style="text-indent: 2em;font-size:18px;">第 26 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:big </p><p style="text-indent: 2em;font-size:18px;">说明:指定内含文本要以比当前字体稍大的字体显示。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:blockquote </p><p style="text-indent: 2em;font-size:18px;">说明:设置文本中的一段引语。 </p><p style="text-indent: 2em;font-size:18px;">标签:body </p><p style="text-indent: 2em;font-size:18px;">说明:指定文档主体的开始和结束。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:br </p><p style="text-indent: 2em;font-size:18px;">说明:插入一个换行符。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:button </p><p style="text-indent: 2em;font-size:18px;">说明:指定其中所含的 HTML 要被渲染为一个按钮。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:caption </p><p style="text-indent: 2em;font-size:18px;">说明:指定表格的简要描述。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:center </p><p style="text-indent: 2em;font-size:18px;">说明:将后面的文本和图像居中显示。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cite </p><p style="text-indent: 2em;font-size:18px;">说明:用斜体显示标明引言。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clientinformation </p><p style="text-indent: 2em;font-size:18px;">说明:包含关于 Web 浏览器的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clipboarddata </p><p style="text-indent: 2em;font-size:18px;">说明:提供了对于预定义的剪贴板格式的访问,以便在编辑操作中使用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:code </p><p style="text-indent: 2em;font-size:18px;">说明:指定代码范例。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:col </p><p style="text-indent: 2em;font-size:18px;">说明:指定基于列的表格默认属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:colgroup </p><p style="text-indent: 2em;font-size:18px;">说明:指定表格中一列或一组列的默认属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:comment </p><p style="text-indent: 2em;font-size:18px;">说明:标明不可见的注释. </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:currentStyle </p><p style="text-indent: 2em;font-size:18px;">说明:代表了在全局样式表、内嵌样式和 HTML 标签属性中指定的对象格式和样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 27 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:custom </p><p style="text-indent: 2em;font-size:18px;">说明:代表了一个用户自定义元素。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:datatransfer </p><p style="text-indent: 2em;font-size:18px;">说明:提供了对于预定义的剪贴板格式的访问,以便在拖曳操作中使用。 </p><p style="text-indent: 2em;font-size:18px;">标签:dd </p><p style="text-indent: 2em;font-size:18px;">说明:在定义列表中表明定义。定义通常在定义列表中缩进。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:defaults </p><p style="text-indent: 2em;font-size:18px;">说明:编程设置元素行为的默认属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:del </p><p style="text-indent: 2em;font-size:18px;">说明:表明文本已经从文档中删除。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dfn </p><p style="text-indent: 2em;font-size:18px;">说明:表明术语的定义实例。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dir </p><p style="text-indent: 2em;font-size:18px;">说明:引起目录列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:div </p><p style="text-indent: 2em;font-size:18px;">说明:指定渲染 HTML 的容器。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dl </p><p style="text-indent: 2em;font-size:18px;">说明:引起定义列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:document </p><p style="text-indent: 2em;font-size:18px;">说明:代表给定浏览器窗口中的 HTML 文档。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dt </p><p style="text-indent: 2em;font-size:18px;">说明:在定义列表中表明定义术语。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:em </p><p style="text-indent: 2em;font-size:18px;">说明:强调文本,通常以斜体渲染。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:embed </p><p style="text-indent: 2em;font-size:18px;">说明:允许嵌入任何文档。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:event </p><p style="text-indent: 2em;font-size:18px;">说明:代表事件状态,如事件发生的元素,键盘状态,鼠标位置和鼠标按钮状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:external </p><p style="text-indent: 2em;font-size:18px;">说明:允许访问由 Microsoft Internet Explorer 浏览器组件宿主应用程序提供的附加对象模型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fieldset </p><p style="text-indent: 2em;font-size:18px;">第 28 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:在字段集包含的文本和其它元素外面绘制一个方框。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:font </p><p style="text-indent: 2em;font-size:18px;">说明:指定用于渲染所包含文本的新字体、大小和颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:frame </p><p style="text-indent: 2em;font-size:18px;">说明:在 FRAMESET 元素内指定单个框架。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:frameset </p><p style="text-indent: 2em;font-size:18px;">说明:指定一个框架集,用于组织多个框架和嵌套框架集。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:from </p><p style="text-indent: 2em;font-size:18px;">说明:指定所包含控件在表单中起作用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:head </p><p style="text-indent: 2em;font-size:18px;">说明:提供了关于文档的无序信息集合。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:history </p><p style="text-indent: 2em;font-size:18px;">说明:包含了用户已浏览的 URL 的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hn </p><p style="text-indent: 2em;font-size:18px;">说明:以标题样式渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hr </p><p style="text-indent: 2em;font-size:18px;">说明:绘制水平线。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:html </p><p style="text-indent: 2em;font-size:18px;">说明:表明文档包含 HTML 元素。Microsoft Internet Explorer 6 的新增内容 当你使用 !DOCTYPE 声明指定标准兼容模式,此元素将代表画布──也就是文档内容将渲染到的整个表面。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:i </p><p style="text-indent: 2em;font-size:18px;">说明:指定文本应以斜体渲染,若可用的话。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:iframe </p><p style="text-indent: 2em;font-size:18px;">说明:创建内嵌浮动框架。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input </p><p style="text-indent: 2em;font-size:18px;">说明:创建各种表单输入控件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=button </p><p style="text-indent: 2em;font-size:18px;">说明:创建按钮控件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=checkbox </p><p style="text-indent: 2em;font-size:18px;">说明:创建复选框控件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=file </p><p style="text-indent: 2em;font-size:18px;">第 29 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:创建文件上载控件,该控件带有一个文本框和一个浏览按钮。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=hidden </p><p style="text-indent: 2em;font-size:18px;">说明:传输关于客户/服务器交互的状态信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=image </p><p style="text-indent: 2em;font-size:18px;">说明:创建一个图像控件,该控件单击后将导致表单立即被提交。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=password </p><p style="text-indent: 2em;font-size:18px;">说明:创建与 INPUT type=text 控件类似的单行文本输入控件,不过其中并不显示用户输入的内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=radio </p><p style="text-indent: 2em;font-size:18px;">说明:创建单选钮控件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=reset </p><p style="text-indent: 2em;font-size:18px;">说明:创建一个按钮,该按钮单击后将重置表单控件为其默认值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=submit </p><p style="text-indent: 2em;font-size:18px;">说明:创建一个按钮,该按钮单击后将提交表单。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:input type=text </p><p style="text-indent: 2em;font-size:18px;">说明:创建一个单行的文本输入控件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ins </p><p style="text-indent: 2em;font-size:18px;">说明:指定被插入到文档中的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:isindex </p><p style="text-indent: 2em;font-size:18px;">说明:使浏览器显示一个对话框,提示用户输入单行文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:kdb </p><p style="text-indent: 2em;font-size:18px;">说明:以固定宽度字体渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:label </p><p style="text-indent: 2em;font-size:18px;">说明:为页面上的其它元素指定标签。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:legend </p><p style="text-indent: 2em;font-size:18px;">说明:在 fieldSet 对象绘制的方框内插入一个标题。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:li </p><p style="text-indent: 2em;font-size:18px;">说明:引起列表中的一个项目。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:link </p><p style="text-indent: 2em;font-size:18px;">说明:允许当前文档和外部文档之间建立连接。 </p><p style="text-indent: 2em;font-size:18px;">标签:listing </p><p style="text-indent: 2em;font-size:18px;">说明:以固定字体渲染文本. </p><p style="text-indent: 2em;font-size:18px;">第 30 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:location </p><p style="text-indent: 2em;font-size:18px;">说明:包含关于当前 URL 的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:map </p><p style="text-indent: 2em;font-size:18px;">说明:包含客户端图像映射的坐标数据。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:marquee </p><p style="text-indent: 2em;font-size:18px;">说明:创建一个滚动的文本字幕。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:menu </p><p style="text-indent: 2em;font-size:18px;">说明:创建一个项目的无序列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:meta </p><p style="text-indent: 2em;font-size:18px;">说明:向服务器和客户端传达关于文档的隐藏信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:namespace </p><p style="text-indent: 2em;font-size:18px;">说明:向文档中动态导入一个元素行为。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:navigator </p><p style="text-indent: 2em;font-size:18px;">说明:包含关于 Web 浏览器的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nextID </p><p style="text-indent: 2em;font-size:18px;">说明:创建编辑软件可以读取的唯一标识符。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nobr </p><p style="text-indent: 2em;font-size:18px;">说明:不换行渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:noframes </p><p style="text-indent: 2em;font-size:18px;">说明:包含对于那些不支持 FRAMESET 元素的浏览器使用的 HTML。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:noscript </p><p style="text-indent: 2em;font-size:18px;">说明:指定要在不支持脚本的浏览器显示的 HTML。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:object </p><p style="text-indent: 2em;font-size:18px;">说明:向 HTML 页面中插入对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ol </p><p style="text-indent: 2em;font-size:18px;">说明:绘制文本的编号列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:optgroup </p><p style="text-indent: 2em;font-size:18px;">说明:允许作者对 select 元素中的选项进行逻辑分组。 </p><p style="text-indent: 2em;font-size:18px;">标签:option </p><p style="text-indent: 2em;font-size:18px;">说明:引起 select 元素中的一个选项。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 31 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:p </p><p style="text-indent: 2em;font-size:18px;">说明:引起一段。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:page </p><p style="text-indent: 2em;font-size:18px;">说明:代表 styleSheet 中的一条 @page 规则。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:param </p><p style="text-indent: 2em;font-size:18px;">说明:设置 applet、embed 或 object 元素的属性初始值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:popup </p><p style="text-indent: 2em;font-size:18px;">说明:一种特殊的顶层窗口,主要用于出现在应用程序主窗口之外的对话框、消息框和其它临时窗口。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pre </p><p style="text-indent: 2em;font-size:18px;">说明:以固定宽度字体渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:q </p><p style="text-indent: 2em;font-size:18px;">说明:分离文本中的引语。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rt </p><p style="text-indent: 2em;font-size:18px;">说明:指明 ruby 元素的注音文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ruby </p><p style="text-indent: 2em;font-size:18px;">说明:指明要放置在文本串之上或内嵌的注解或发音指南。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rule </p><p style="text-indent: 2em;font-size:18px;">说明:代表了层叠样式表(CSS)中由选择符和一个或多个声明组成的的样式 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:runtimestyle </p><p style="text-indent: 2em;font-size:18px;">说明:代表了居于全局样式表、内嵌样式和 HTML 标签属性指定的格式和样式之上的对象的格式和样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:s </p><p style="text-indent: 2em;font-size:18px;">说明:以删除线字体渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:samp </p><p style="text-indent: 2em;font-size:18px;">说明:指定代码范例。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:screen </p><p style="text-indent: 2em;font-size:18px;">说明:包含关于客户屏幕和渲染能力的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:script </p><p style="text-indent: 2em;font-size:18px;">说明:为脚本指定由脚本引擎解释的脚本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:select </p><p style="text-indent: 2em;font-size:18px;">说明:引起列表框或下拉框。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 32 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:selection </p><p style="text-indent: 2em;font-size:18px;">说明:代表了当前激活选中区,即高亮文本块,和/或文档中用户可执行某些操作的其它元素。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:small </p><p style="text-indent: 2em;font-size:18px;">说明:指定内含文本要以比当前字体稍小的字体显示。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:span </p><p style="text-indent: 2em;font-size:18px;">说明:指定内嵌文本容器。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:strike </p><p style="text-indent: 2em;font-size:18px;">说明:以删除线字体渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:strong </p><p style="text-indent: 2em;font-size:18px;">说明:以粗体渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:style </p><p style="text-indent: 2em;font-size:18px;">说明:代表了给定元素所有可能的内嵌样式的当前设置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:stylesheet </p><p style="text-indent: 2em;font-size:18px;">说明:代表了文档中单一的样式表 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:sub </p><p style="text-indent: 2em;font-size:18px;">说明:指定内含文本要以下标的形式显示,通常比当前字体稍小。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:sup </p><p style="text-indent: 2em;font-size:18px;">说明:指定内含文本要以上标的形式显示,通常比当前字体稍小。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:table </p><p style="text-indent: 2em;font-size:18px;">说明:指定所含内容要组织成行列的表格。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tbody </p><p style="text-indent: 2em;font-size:18px;">说明:指明行作为表格主体。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:td </p><p style="text-indent: 2em;font-size:18px;">说明:指定表格中的单元格 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textarea </p><p style="text-indent: 2em;font-size:18px;">说明:指定多行文本输入控件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textnode </p><p style="text-indent: 2em;font-size:18px;">说明:将文本字符串代表为文档层次中的结点。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textrange </p><p style="text-indent: 2em;font-size:18px;">说明:代表 HTML 元素中的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 33 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:textrectangle </p><p style="text-indent: 2em;font-size:18px;">说明:指定包含元素或 TextRange 对象中一行文本的矩形。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tfoot </p><p style="text-indent: 2em;font-size:18px;">说明:指明行作为表尾。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:th </p><p style="text-indent: 2em;font-size:18px;">说明:指定标题列。标题列将在单元格中居中并以粗体显示。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:thead </p><p style="text-indent: 2em;font-size:18px;">说明:指明行作为表头。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:title </p><p style="text-indent: 2em;font-size:18px;">说明:包含文档的标题。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tr </p><p style="text-indent: 2em;font-size:18px;">说明:指定表格中的一行。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tt </p><p style="text-indent: 2em;font-size:18px;">说明:以固定宽度字体渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:u </p><p style="text-indent: 2em;font-size:18px;">说明:带下划线渲染文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ul </p><p style="text-indent: 2em;font-size:18px;">说明:绘制文本的项目符号列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:userprofile </p><p style="text-indent: 2em;font-size:18px;">说明:提供了允许脚本对用户配置信息请求读取访问并执行读取操作的方法。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:var </p><p style="text-indent: 2em;font-size:18px;">说明:定义编程变量。通常以斜体渲染。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:wbr </p><p style="text-indent: 2em;font-size:18px;">说明:向一块 nobr 文本中插入软换行。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:window </p><p style="text-indent: 2em;font-size:18px;">说明:代表浏览器中一个打开的窗口。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:xml </p><p style="text-indent: 2em;font-size:18px;">说明:在 HTML 页面上定义一个 XML 数据。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:xmp </p><p style="text-indent: 2em;font-size:18px;">说明:以固定宽度字体渲染作为示例的字体。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 34 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">二、HTML标记属性 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:!important </p><p style="text-indent: 2em;font-size:18px;">说明:增加特定规则的重要性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签::active </p><p style="text-indent: 2em;font-size:18px;">说明: 设置当链接处于激活状态时 a 元素的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签::first-letter </p><p style="text-indent: 2em;font-size:18px;">说明: 在对象的第一个字符上应用一个或多个样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签::hover </p><p style="text-indent: 2em;font-size:18px;">说明: 设置当用户将鼠标指针悬停在链接上时 a 元素的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签::link </p><p style="text-indent: 2em;font-size:18px;">说明: 设置当链接最近没有访问过时 a 元素的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签::visited </p><p style="text-indent: 2em;font-size:18px;">说明: 设置当链接最近访问过时 a 元素的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:@charset </p><p style="text-indent: 2em;font-size:18px;">说明:设置外部样式表的字符集。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:@font-face </p><p style="text-indent: 2em;font-size:18px;">说明: 设置要嵌入 HTML 文档的字体。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:@import </p><p style="text-indent: 2em;font-size:18px;">说明: 导入一个外部样式表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:@media </p><p style="text-indent: 2em;font-size:18px;">说明: 设置 styleSheet 对象中一组规则的媒体类型。 </p><p style="text-indent: 2em;font-size:18px;">标签:@page </p><p style="text-indent: 2em;font-size:18px;">说明: 设置 styleSheet 中页面框的尺寸、方向和边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:abbr </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的缩写文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:accelerator </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明对象是否包含快捷键的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:accept </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取以逗号分隔的内容类型列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:acceptcharset </p><p style="text-indent: 2em;font-size:18px;">第 35 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取处理表单的服务器必须接受的输入数据所用的字符编码方式列表 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:accesskey </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的快捷键。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:action </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表单内容要发送处理的 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:activeelement </p><p style="text-indent: 2em;font-size:18px;">说明:获取当父 document 拥有焦点时获得焦点的对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:align </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象针对其邻接文本如何排列。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:alink </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取元素中所有激活链接的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:alinkcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取元素中所有激活链接的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:allowtransparency </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象是否可为透明。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:additive </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明动画是否附加到其它动画的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:alt </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取用于替代图像的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:altHTML </p><p style="text-indent: 2em;font-size:18px;">说明:设置可选的若对象装载失败时要执行的替换 HTML 脚本。 </p><p style="text-indent: 2em;font-size:18px;">标签:altkey </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取 Alt 键的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:altleft </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取左 Alt 键的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:appcodename </p><p style="text-indent: 2em;font-size:18px;">说明:获取浏览器的代码名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:application </p><p style="text-indent: 2em;font-size:18px;">说明: 表明对象的内容是否为 HTML 应用程序(HTA),从而免除浏览器的安全模型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:appminorversion </p><p style="text-indent: 2em;font-size:18px;">说明:获取应用程序的次版本值。 </p><p style="text-indent: 2em;font-size:18px;">第 36 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:appname </p><p style="text-indent: 2em;font-size:18px;">说明: 获取浏览器的名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:appversion </p><p style="text-indent: 2em;font-size:18px;">说明:获取浏览器运行的平台和版本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:archive </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取可用于实现对象的你自己的 archive 功能的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:atomicselection </p><p style="text-indent: 2em;font-size:18px;">说明:指定元素及其内容是否必须以一不可见单位统一选择。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:autocomplete </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的自动完成状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:availheight </p><p style="text-indent: 2em;font-size:18px;">说明:获取系统屏幕的工作区域高度,排除 Microsoft Windows 任务栏。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:availwidth </p><p style="text-indent: 2em;font-size:18px;">说明:获取系统屏幕的工作区域宽度,排除 Windows 任务栏。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:axis </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取以逗号分隔的与对象关联的概念分类列表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:background </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象最多五个独立的背景属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:backgroundattachment </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取背景图像如何附加到文档内的对象中。 </p><p style="text-indent: 2em;font-size:18px;">标签:backgroundcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象内容后的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:backgroundimage </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的背景图像。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:backgroundposition </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象背景的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:backgroundrepeat </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的 backgroundImage 属性如何平铺。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:balance </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表明背景声音的音量如何分配在左右扬声器的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 37 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:banner </p><p style="text-indent: 2em;font-size:18px;">说明: 使用 event 对象获取高级流重定向器(ASX)文件中项目的 Banner 内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bannerabstract </p><p style="text-indent: 2em;font-size:18px;">说明: 获取 ASX 文件项的 BannerAbstract 内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:basehref </p><p style="text-indent: 2em;font-size:18px;">说明:获取可找到对象标签的 URL 字符串。这通常是对象所在文档的 href,或者由 base 元素设置的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:behavior </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取文本如何在字幕中滚动 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bgcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置对象后面的背景颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bgproperties </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取背景图片的属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:blockdirection </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明块元素内容的绕排方向的值,是由左至右,还是由右至左。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:border </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取绘制对象周围边框的属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderbottom </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象下边框的属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderbottomcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象下边框的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderbottomstyle </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象下边框的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderbottomwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象下边框的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordercollapse </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明表格行和单元格边框是组合为单一边框还是像标准 HTML 那样分离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordercolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的边框颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordercolordark </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于绘制对象 3D 边框的两种颜色的一种。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 38 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:bordercolorlight </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于绘制对象 3D 边框的两种颜色的一种。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderleft </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象左边框的属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderleftcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象左边框的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderleftstyle </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象左边框的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderleftwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象左边框的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderright </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象右边框的属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderrightcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象右边框的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderrightstyle </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象右边框的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderrightwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象右边框的宽度。 </p><p style="text-indent: 2em;font-size:18px;">标签:borderstyle </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象上下左右边框的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordertop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象上边框的属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordertopcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象上边框的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordertopstyle </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象上边框的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bordertopwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象上边框的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:borderwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象上下左右边框的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bottom </p><p style="text-indent: 2em;font-size:18px;">第 39 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取围绕对象内容的矩形下边坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bottom </p><p style="text-indent: 2em;font-size:18px;">说明:bottom 设置或获取对象相对于文档层次中下个定位对象的底部的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bottommargin </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取整个页面主体的底部边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:boundingheight </p><p style="text-indent: 2em;font-size:18px;">说明:获取绑定 TextRange 对象的矩形的高度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:boundingleft </p><p style="text-indent: 2em;font-size:18px;">说明:获取绑定 TextRange 对象的矩形左边缘和包含 TextRange 对象的左侧之间的距离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:boundingtop </p><p style="text-indent: 2em;font-size:18px;">说明:获取绑定 TextRange 对象的上边缘和包含 TextRange 对象的顶边之间的距离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:boundingwidth </p><p style="text-indent: 2em;font-size:18px;">说明:获取绑定 TextRange 对象的矩形的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:browserlanguage </p><p style="text-indent: 2em;font-size:18px;">说明:获取浏览器的当前语言。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:bufferdepth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于画面外位图缓冲颜色的每像素位数。 </p><p style="text-indent: 2em;font-size:18px;">标签:button </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用户所按的鼠标按钮。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cancelbubble </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取当前事件是否要在事件句柄中向上冒泡。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:canhavechildren </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明对象是否可以包含子对象的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:canhavehtml </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明对象是否可以包含丰富的 HTML 标签的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:caption </p><p style="text-indent: 2em;font-size:18px;">说明:获取表格的 caption 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cellindex </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象于所在行的 cells 集合中的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cellpadding </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取介于单元格边框和单元格内容之间的空间总量。 </p><p style="text-indent: 2em;font-size:18px;">第 40 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cellspacing </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表格中单元格之间的空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ch </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取可用于实现对象的你自己的 ch 功能的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:charset </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于解码对象的字符集。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:checked </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取复选框或单选钮的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:choff </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取可用于实现对象的你自己的 chOff 功能的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cite </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取关于 对象的参考信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:classid </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的类标识符. </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:classname </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的类。 </p><p style="text-indent: 2em;font-size:18px;">标签:clear </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象是否允许在其左侧、右侧或两边放置浮动对象,以防下段文本显示在浮动对象上。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clientheight </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象的高度,不计算任何边距、边框、滚动条,但包括该对象的补白。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clientleft </p><p style="text-indent: 2em;font-size:18px;">说明: 获取 offsetLeft 属性和客户区域的实际左边之间的距离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clienttop </p><p style="text-indent: 2em;font-size:18px;">说明: 获取 offsetTop 属性和客户区域的实际顶端之间的距离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clientwidth </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象的宽度,不计算任何边距、边框、滚动条,但包括该对象的补白 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clientx </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取鼠标指针位置相对于窗口客户区域的 x 坐标,其中客户区域不包括窗口自身的控件和滚动条。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clienty </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取鼠标指针位置相对于窗口客户区域的 y 坐标,其中客户区域不包括窗口自身的控件和滚动条。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 41 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:clip </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取定位对象的哪个部分可见。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clipbottom </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象剪裁区域的底边坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clipleft </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象剪裁区域的左边坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:clipright </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象剪裁区域的右边坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cliptop </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象剪裁区域的顶边坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:closed </p><p style="text-indent: 2em;font-size:18px;">说明:获取引用窗口是否已关闭。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:code </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取包含已编译的 Java 类的文件的 URL。 </p><p style="text-indent: 2em;font-size:18px;">标签:codebase </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取组件的 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:codetype </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取于对相关联代码的 Internet 媒体类型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:color </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取 mpc 行为的容器文本颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:colordepth </p><p style="text-indent: 2em;font-size:18px;">说明: 获取用于目标设置或缓冲区的颜色每像素位数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cols </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:colspan </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象应该跨越的表格列数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:compact </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表明列表是否应该通过删除列表对象间的额外空白来压缩的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:compatmode </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明此对象是否应用标准兼容模式的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:complete </p><p style="text-indent: 2em;font-size:18px;">第 42 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:获取对象是否已完全装入。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:content </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取与 HTTP-EQUIV 或 NAME 关联的资源信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:contenteditable </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明用户是否可编辑对象内容的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:contentoverflow </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明文档处理当前 LayoutRect 对象后是否包含附加的内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:contentwindow </p><p style="text-indent: 2em;font-size:18px;">说明:获取指定的 frame 或 iframe 的 window 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cookie </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取 cookie 的字符串值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cookieenabled </p><p style="text-indent: 2em;font-size:18px;">说明:获取客户端的永久 cookie 是否在浏览器中启用。永久 cookie 是储存在客户端计算机上的。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:coords </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:count </p><p style="text-indent: 2em;font-size:18px;">说明: 获取可用块格式化标签的数量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cpuclass </p><p style="text-indent: 2em;font-size:18px;">说明:获取指示 CPU 等级的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:csstext </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取样式规则的永久表述。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ctrlkey </p><p style="text-indent: 2em;font-size:18px;">说明:ctrlKey 设置或获取 Ctrl 键的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ctrlleft </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取左 Ctrl 键的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:cursor </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取当鼠标指针指向对象时所使用的鼠标指针。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:data </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取引用对象数据的 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:datafld </p><p style="text-indent: 2em;font-size:18px;">第 43 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取由 dataSrc 属性指定的绑定到指定对象的给定数据源的字段。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dataformatas </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取如何渲染提供给对象的数据。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:datapagesize </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取绑定到数据源的表格中显示的记录数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:datasrc </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于数据绑定的数据源。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:datetime </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取修改对象的日期和时间。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:declare </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取可用于实现对象的你自己的 declare 功能的字符串。 </p><p style="text-indent: 2em;font-size:18px;">标签:defaultcharset </p><p style="text-indent: 2em;font-size:18px;">说明:从当前的区域语言中获取缺省字符集。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:defaultchecked </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取复选框或单选钮的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:defaultselected </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取选项的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:defaultstatus </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要在窗口底部的状态栏上显示的缺省信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:defaultvalue </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的初始内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:defer </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取脚本的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:designmode </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表明文档是否可被编辑的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:devicexdpi </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取系统屏幕水平每英寸点数(DPI)的数值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dialogarguments </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取传递给模式对话框窗口的变量或变量数组。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dialogheight </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取模式对话框的高度。 </p><p style="text-indent: 2em;font-size:18px;">第 44 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dialogleft </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取模式对话框的左坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dialogtop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取模式对话框的顶坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dialogwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取模式对话框的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dir </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的阅读顺序。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:direction </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取文本滚动的方向。 </p><p style="text-indent: 2em;font-size:18px;">标签:disabled </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取控件的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:display </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象是否要渲染。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:doctype </p><p style="text-indent: 2em;font-size:18px;">说明: 获取与当前文档关联的文档类型声明。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:document </p><p style="text-indent: 2em;font-size:18px;">说明:获取给定弹出窗口中的 HTML 文档。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:documentelement </p><p style="text-indent: 2em;font-size:18px;">说明:获取对文档根结点的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:domain </p><p style="text-indent: 2em;font-size:18px;">明:设置或获取文档的安全域名。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dropeffect </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取拖曳操作的类型和要显示的光标类型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:dynsrc </p><p style="text-indent: 2em;font-size:18px;">说明:dynsrc 设置或获取要在窗口中显示的视频剪辑或 VRML 世界。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:effectallowed </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取数据传送操作可应用于该对象的源元素。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:encoding </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表单的 MIME 编码。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 45 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:enctype </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表单的多用途网际邮件扩展(MIME)编码。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:event </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取脚本编写用于的事件。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:expando </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明是否可对象内创建任意变量的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:face </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取当前的字样家族。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fgcolor </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取文档的前景(文本)颜色。 </p><p style="text-indent: 2em;font-size:18px;">标签:fielddelim </p><p style="text-indent: 2em;font-size:18px;">说明:指定用于标明数据字段结束的字符。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:filecreateddate </p><p style="text-indent: 2em;font-size:18px;">说明:获取文件创建的日期。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:filemodifieddate </p><p style="text-indent: 2em;font-size:18px;">说明:获取文件上次修改的日期。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:filesize </p><p style="text-indent: 2em;font-size:18px;">说明: 获取文件大小。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fileupdateddate </p><p style="text-indent: 2em;font-size:18px;">说明: 获取文件上次更新的日期。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:filter </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取应用于对象的滤镜或滤镜集合。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:firstchild </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象的 childNodes 集合的第一个子对象的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:font </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象最多六个独立的字体属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fontfamily </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象文本所使用的字体名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fontsize </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象文本使用的字体大小。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fontsmoothingenabled </p><p style="text-indent: 2em;font-size:18px;">第 46 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明: 获取用户是否在控制面板的显示设置中启用了圆整屏幕字体边角的选项。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fontstyle </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的字体样式,如斜体、常规或倾斜。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fontvariant </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象文本是否以小型大写字母显示。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fontweight </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的字体宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:form </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象所嵌入的表单的引用。 </p><p style="text-indent: 2em;font-size:18px;">标签:frame </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表格周围的边框显示的方式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:frameborder </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取是否显示框架的边框。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:frameelement </p><p style="text-indent: 2em;font-size:18px;">说明:获取 frame 或 iframe 对象所在父文档的窗口。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:framespacing </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取框架间附加空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:fromelement </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取事件发生时激活或鼠标将要离开的对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:galleryimg </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对于当前图像我的图片支持图像工具栏是否可见。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hash </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取 href 属性中在井号“#”后面的分段。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:haslayout </p><p style="text-indent: 2em;font-size:18px;">说明: 获取表明对象是否有布局的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:headers </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取为对象提供信息的标题单元格。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:height </p><p style="text-indent: 2em;font-size:18px;">说明: 获取屏幕的垂直分辨率。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hidden </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表明嵌入对象是否可见的值。 </p><p style="text-indent: 2em;font-size:18px;">第 47 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hidefocus </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表明对象是否显式标明焦点的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:host </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取 location 或 URL 的 hostname 和 port 号码。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hostname </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取 location 或 URL 的主机名称部分。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:href </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取链接样式表的 URL。 </p><p style="text-indent: 2em;font-size:18px;">标签:hreflang </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的语言代码。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:hspace </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的水平边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:htmlfor </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取绑定到事件脚本的对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:htmltext </p><p style="text-indent: 2em;font-size:18px;">说明:获取 HTML 源文件为合法的 HTML 片段。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:httpequiv </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取用于将 META 标签的内容绑定到 HTTP 响应头的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:id </p><p style="text-indent: 2em;font-size:18px;">说明: 获取标识对象的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:imemode </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取输入方法编辑器(IME)的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:implementation </p><p style="text-indent: 2em;font-size:18px;">说明:获取当前文档的 implementation 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:indeterminate </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取用户是否已经更改了复选框的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:index </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取列表框中选项的依序位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:innerhtml </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取位于对象起始和结束标签内的 HTML。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 48 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:innertext </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取位于对象起始和结束标签内的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:iscontenteditable </p><p style="text-indent: 2em;font-size:18px;">说明: 获取表明用户是否可编辑对象内容的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:isdisabled </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明用户是否可与该对象交互的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ismap </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取图像是否为服务器端图像映射。 </p><p style="text-indent: 2em;font-size:18px;">标签:ismultiline </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明对象的内容是包含一行还是多行的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:isopen </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明弹出窗口是否已打开的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:istextedit </p><p style="text-indent: 2em;font-size:18px;">说明:获取是否可使用该对象创建一个 TextRange 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:keycode </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取与导致事件的按键关联的 Unicode 按键代码。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:label </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取选项组的标签。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:lang </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要使用的语言。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:language </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取当前脚本编写用的语言。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:lastchild </p><p style="text-indent: 2em;font-size:18px;">说明:获取该对象 childNodes 集合中最后一个子对象的引用 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:lastmodified </p><p style="text-indent: 2em;font-size:18px;">说明:获取页面上次修改的日期,若页面提供的话。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:layoutflow </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象内容的方向和绕排方向。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:layoutgrid </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取指定文本字符版面的组合文档格线属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:layoutgridchar </p><p style="text-indent: 2em;font-size:18px;">第 49 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于渲染元素文本内容的字符网格大小。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:layoutgridline </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于渲染元素文本内容的网格线值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:layoutgridmode </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取文本布局网格是否使用二维。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:layoutgridtype </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于渲染元素文本内容的网格类型。 </p><p style="text-indent: 2em;font-size:18px;">标签:left </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象相对于文档层次中下个定位对象的左边界的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:leftmargin </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取页面的整个主体的左边距,而不是缺省的边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:length </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取集合中对象的数目。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:letterspacing </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的字符间附加空间的总和。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:linebreak </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取日本文本的换行规则。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:lineheight </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象两行间的距离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:link </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象文档链接的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:linkcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象文档链接的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:liststyle </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象最多三个独立的 listStyle 属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:liststyleimage </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要为对象应用的列表项目符号的图像。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:liststyleposition </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取相对于对象内容如何绘制项目符号。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:liststyletype </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象预定义的项目符号类型。 </p><p style="text-indent: 2em;font-size:18px;">第 50 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:logicalxdpt </p><p style="text-indent: 2em;font-size:18px;">说明: 获取系统屏幕水平每英寸点数(DPI)的常规数值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:logicalydpi </p><p style="text-indent: 2em;font-size:18px;">说明:获取系统屏幕垂直每英寸点数(DPI)的常规数值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:longdesc </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象长描述的统一资源标识符(URI)。 </p><p style="text-indent: 2em;font-size:18px;">标签:loop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取字幕播放的次数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:lowsrc </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取要显示的较低分辨率图像。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:margin </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的上下左右边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:marginbottom </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的下边距宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:marginheight </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取显示框架中文本之前的上下边距高度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:marginleft </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的左边距宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:marginright </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的右边距宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:margintop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的上边距宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:marginwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取显示框架中文本之前的左右边距宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:maxlength </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取用户可在文本控件中输入的最多字符数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:media </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取媒体类型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:menuarguments </p><p style="text-indent: 2em;font-size:18px;">说明:返回快捷菜单执行所在的窗口对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 51 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:method </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取如何将表单数据发送到服务器。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:methods </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取该对象支持的 HTTP 方式清单。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:minheight </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取元素的最小高度。 </p><p style="text-indent: 2em;font-size:18px;">标签:moreinfo </p><p style="text-indent: 2em;font-size:18px;">说明:通过 event 对象获取高级流重定向器(ASX)文件中项目横幅的 MoreInfo 内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:multiple </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明列表中是否可选中多个项目的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:name </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取框架的名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nameprop </p><p style="text-indent: 2em;font-size:18px;">说明:获取由对象的 href 或 src 属性指定的文件名。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nextpage </p><p style="text-indent: 2em;font-size:18px;">说明: 获取打印模板中下页的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nextsibling </p><p style="text-indent: 2em;font-size:18px;">说明:获取对此对象的下一个兄弟对象的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nodename </p><p style="text-indent: 2em;font-size:18px;">说明: 获取特定结点类型的名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nodetype </p><p style="text-indent: 2em;font-size:18px;">说明:获取所需结点的类型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nodevalue </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取结点的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nohref </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取在此区域内单击是否引起操作。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:noresize </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用户是否可缩放框架。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:noshade </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取水平线是否要绘制 3D 阴影。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:nowrap </p><p style="text-indent: 2em;font-size:18px;">第 52 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取浏览器是否执行自动换行。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:object </p><p style="text-indent: 2em;font-size:18px;">说明: 返回包含的对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offscreenbuffering </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象在对用户可见之前是否要先在屏幕外绘制。 </p><p style="text-indent: 2em;font-size:18px;">标签:offsetheight </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的高度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offsetleft </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象相对于版面或由 offsetParent 属性指定的父坐标的计算左侧位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offsetparent </p><p style="text-indent: 2em;font-size:18px;">说明:获取定义对象 offsetTop 和 offsetLeft 属性的容器对象的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offsettop </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象相对于版面或由 offsetTop 属性指定的父坐标的计算顶端位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offsetwidth </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offsetX </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取鼠标指针位置相对于触发事件的对象的 x 坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:offsetY </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取鼠标指针位置相对于触发事件的对象的 y 坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:online </p><p style="text-indent: 2em;font-size:18px;">说明: 获取表明系统是否处于全局脱机模式的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:opener </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取创建当前窗口的窗口的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:outerhtml </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象及其内容的 HTML 形式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:outerText </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:overflow </p><p style="text-indent: 2em;font-size:18px;">说明:overflow 设置或获取表明当内容超出对象高度或宽度时如何管理对象内容的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:overflowX </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取当内容超出对象宽度时如何管理对象内容。 </p><p style="text-indent: 2em;font-size:18px;">第 53 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:overflowY </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取当内容超出对象高度时如何管理对象内容。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ownerdocument </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取结点关联的 document 对象。 </p><p style="text-indent: 2em;font-size:18px;">标签:owningElement </p><p style="text-indent: 2em;font-size:18px;">说明: 获取 HTML 层次中的下个对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:padding </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要在对象和其边距或若存在的边框的话就是对象和其边框之间要插入的全部空间。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:paddingbottom </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取要在对象下边框和内容之间插入的空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:paddingleft </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要在对象左边框和内容之间插入的空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:paddingright </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取要在对象右边框和内容之间插入的空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:paddingtop </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象上边框和内容之间插入的空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pagebreakafter </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取表明对象后发生换页的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pagebreakbefore </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明对象前发生换页的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:palette </p><p style="text-indent: 2em;font-size:18px;">说明:获取用于嵌入文档的调色板。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:parent </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象层次中的父窗口。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:parentElement </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象层次中的父对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:parentNode </p><p style="text-indent: 2em;font-size:18px;">说明:获取文档层次中的父对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:parentStyleSheet </p><p style="text-indent: 2em;font-size:18px;">说明: 获取导入到当前样式表的样式表。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 54 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:parenttextedit </p><p style="text-indent: 2em;font-size:18px;">说明: 获取文档层次中可用于创建包含原始对象的 TextRange 的容器对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:parentwindow </p><p style="text-indent: 2em;font-size:18px;">说明: 获取容器对象所在窗口的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pathname </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象指定的文件名或路径。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pixelbottom </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的下方位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pixelheight </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的高度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pixelleft </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的左侧位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pixelright </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的右侧位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pixeltop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的上方位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pixelwidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:platform </p><p style="text-indent: 2em;font-size:18px;">说明:获取用户的操作系统名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:posheight </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取以 height 标签属性指定的单位的对象高度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:position </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象所使用的定位方式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:posleft </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取以 left 标签属性指定的单位的对象左侧位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:posright </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取以 right 标签属性指定的单位的对象右侧位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:postop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取以 top 标签属性指定的单位的对象上方位置。 </p><p style="text-indent: 2em;font-size:18px;">第 55 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:poswidth </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取以 width 标签属性指定的单位的对象宽度。 </p><p style="text-indent: 2em;font-size:18px;">标签:profile </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的属性和及这些属性的合法值所定义的一个或多个 URI。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:propertyname </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象上发生更改的属性名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:protocol </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取 URL 的协议部分。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pseudoclass </p><p style="text-indent: 2em;font-size:18px;">说明: 获取标识 @page 规则应用到的页面的伪类的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:pvevioussibling </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对此对象的上一个兄弟对象的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:qualifier </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取由数据源对象提供的数据成员的名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rccordset </p><p style="text-indent: 2em;font-size:18px;">说明: 从数据源对象设置或获取对缺省数据集的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:readonly </p><p style="text-indent: 2em;font-size:18px;">说明: 获取规则或样式表是定义在页面上还是导入的。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:readystate </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象的当前状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:reason </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取数据源对象的数据传输结果。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:recordnumber </p><p style="text-indent: 2em;font-size:18px;">说明: 获取数据集中生成对象的原始记录。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:referrer </p><p style="text-indent: 2em;font-size:18px;">说明: 获取将用户引入当前页面的位置 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rel </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象和链接目的的关系。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:repeat </p><p style="text-indent: 2em;font-size:18px;">说明: 获取 onkeydown 事件是否正在重复。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 56 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:returnValue </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取从模式对话框返回的值。 </p><p style="text-indent: 2em;font-size:18px;">标签:rev </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象和链接目的的关系。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:right </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取围绕对象内容的矩形右边坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rightmargin </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取页面的整个主体的右边距,而不是缺省的边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rowindex </p><p style="text-indent: 2em;font-size:18px;">说明:获取对象在表格的 rows 集合中的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rows </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象中包含的水平行数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rowspan </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取单元格要跨越表格的多少行。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rubyalign </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取由 rt 对象指定的注音文本的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rubyoverhang </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取由 rt 对象指定的注音文本的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rubyposition </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取由 rt 对象指定的注音文本的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:rules </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要显示哪些分隔线(内部边框)。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:savetype </p><p style="text-indent: 2em;font-size:18px;">说明: 当 oncontentsave 触发时获取剪贴板类型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scheme </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于解释为对象指定的属性值的方案。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scope </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的信息所应用的标格单元格组。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scopename </p><p style="text-indent: 2em;font-size:18px;">说明:获取为该元素定义的命名空间。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:screenleft </p><p style="text-indent: 2em;font-size:18px;">第 57 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明: 获取浏览器客户区左上角相对于屏幕左上角的 x 坐标。 </p><p style="text-indent: 2em;font-size:18px;">标签:screentop </p><p style="text-indent: 2em;font-size:18px;">说明:获取浏览器客户区左上角相对于屏幕左上角的 y 坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:screenX </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取获取鼠标指针位置相对于用户屏幕的 x 坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:screeny </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取鼠标指针位置相对于用户屏幕的 y 坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollamount </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取介于每个字幕绘制序列之间的文本滚动像素数。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollbar3dlightcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取滚动条上滚动按钮和滚动滑块的左上颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollbararrowcolor </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取滚动箭头标识的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollbarbasecolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取滚动条的主要颜色,其中包含滚动按钮和滚动滑块。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollbardarkshadowcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取滚动条上滑槽的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollbarshadowcolor </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取滚动框和滚动条滚动箭头的右下边缘颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollbartrackcolor </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取滚动条轨迹元素的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrolldelay </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取字幕滚动的速度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollheight </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象的滚动高度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrolling </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取框架是否可被滚动。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrollleft </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:scrolltop </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离。 </p><p style="text-indent: 2em;font-size:18px;">第 58 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:scrollwidth </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象的滚动宽度。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:search </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取 href 属性中跟在问号后面的部分。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:sectionrowindex </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象位于 tBody, tHead, tFoot 或 rows 集合中的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:security </p><p style="text-indent: 2em;font-size:18px;">说明:获取表明 frame 或 iframe 的源文件是否应用了特定的安全限制的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:selected </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取列表框中的选项是否为缺省项目。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:selectedindex </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取选中选项位于 select 对象中的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:selector </p><p style="text-indent: 2em;font-size:18px;">说明:获取标识 @page 规则应用到的页的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:selectortext </p><p style="text-indent: 2em;font-size:18px;">说明:获取标识相应的样式表规则应用到的元素的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:self </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对当前窗口或框架的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:shape </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象的形状。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:shiftkey </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取 Shift 键的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:shiftleft </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取左 Shift 键的状态。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:size (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取该对象的字体大小。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:sourceindex (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象在源序中的依次位置,即对象出现在 document 的 all 集合中的顺序。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:span (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取组中的列数。 </p><p style="text-indent: 2em;font-size:18px;">标签:specified (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">第 59 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明: 获取是否指定了该属性。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:src (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取要播放的声音的 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:srcelement (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取触发事件的对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:srcfilter (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取触发 onfilterchange 事件的滤镜对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:srcurn (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取触发事件的行为的统一资源名称(URN)。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:standby (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取可用于实现对象的你自己的 standby 功能的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:start (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取编号列表的起始编号。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:status (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取位于窗口底部状态栏的信息。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:style (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:为该设置元素设置内嵌样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:stylefloat (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取文本要绕排到对象的哪一侧。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:summary (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的描述和/或结构。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:systemlanguage (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 获取操作系统适用的缺省语言。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tabindex (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取定义对象的 Tab 顺序的索引。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tablelayout (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明表格布局是否固定的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tabstop (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取元素行为是否可收到焦点并参与 Tab 序列。 </p><p style="text-indent: 2em;font-size:18px;">标签:tagname (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 获取对象的标签名称。 </p><p style="text-indent: 2em;font-size:18px;">第 60 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tagurn (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取在命名空间声明中指定的统一资源名称(URN)。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:target (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取目标内容要显示于哪个窗口或框架。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:text (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取范围内包含的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:text (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取范围内包含的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textalign (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象中的文本是左对齐、右对齐、居中对齐还是两端对齐。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textalignlast (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取如何排列对象的最后一行或仅有的一行。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textautospace (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取自动留空和文本的窄空间宽度调整。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textdecoration (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象中的文本是否有闪烁、删除线、上划线或下划线的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textdecorationblink (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明对象的 textDecoration 属性是否含有有“blink”的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textdecorationlinethrough (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明对象内的文本是否有删除线的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textdecorationnone (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明对象的 textDecoration 属性是否设置为 none 的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textdecorationoverline (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明对象中的文本是否有上划线的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textdecorationunderline (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象中的文本是否有下划线的 Boolean 值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textindent (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象中文本的缩进。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textjustify (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象内的文本所使用的对齐类型。 </p><p style="text-indent: 2em;font-size:18px;">第 61 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textkashidaspace (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象内文本对齐行时所使用空白扩展的 kashida 扩展的倍率。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textoverflow (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明是否显示省略号以表明文本溢出的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:texttransform (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象中文本的渲染方式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:textunderlineposition (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的 textDecoration 属性中设置的下划线的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:tfoot (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取表格的 tFoot 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:thead (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取表格的 tHead 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:title (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的咨询信息(工具提示)。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:toelement (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用户要将鼠标指针移动指向的对象的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:top (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象相对于文档层次中下个定位对象的上边界的位置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:topmargin (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取页面的上边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:truespeed (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取字幕的位置是否使用 scrollDelay 和 scrollAmount 属性计算,已过的实际时间来自于时钟计时。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:type (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取列表的样式。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:typedetail (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取选中区类型的名称。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:unicodebidi (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取关于双向法则的嵌入级别。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:uniqueid (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取为对象自动生成的唯一标识符。 </p><p style="text-indent: 2em;font-size:18px;">第 62 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:units (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取 embed 对象的高度和宽度单位。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:unselectable (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:指定该元素不可被选中。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:updateinterval (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取屏幕的更新间隔。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:URL (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取当前文档的 URL。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:URLUnencoded (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取文档的 URL,去除所有字符编码。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:urn (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取目标文档的 URN。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:useMap (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用于客户端图像映射的 URL,通常带有一个书签扩展(#name)。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:useragent (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取等同于 HTTP 用户代理请求头的字符串。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:userlanguage (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取操作系统的自然语言设置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:valign (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取标题是表格的上面还是下面。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:value (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取或设置 textArea 元素字段中的文本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:value (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取控件的缺省或选中值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:value (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取列表项目的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:value (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取当表单控件提交时返回给服务器的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:value (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取控件对象的显示值。当控件对象提交时此值将返回给服务器。 </p><p style="text-indent: 2em;font-size:18px;">第 63 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:value (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:当文本通过用户输入设置后获取 input 对象的文件名。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:valuetype (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取 value 标签属性的数据类型。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:vcard_name (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的 vCard 值,以便用于自动完成框。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:version (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取管理当前文档的文档类型定义(DTD)版本。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:verticalalign (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的垂直排列。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:viewinheritstyle (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明文档片段是否继承主文档中设置的 CSS 样式的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:viewlink (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取给主元素提供内容的 document 对象。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:viewmastertab (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取表明 viewlink 的主元素是否包含在主文档的 Tab 序列中的值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:visibility (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的内容是否显示。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:vlink (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象中已访问链接的颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:vlinkcolor (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取用户已访问过的链接颜色。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:volume (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取声音的音量设置。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:vspace (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的垂直边距。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:wheeidelta (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取滚轮按钮滚动的距离和方向。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:whitespace (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象中是否自动换行。 </p><p style="text-indent: 2em;font-size:18px;">第 64 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:width (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取屏幕的垂直分辨率。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:wordbreak (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取单词内的换行行为,特别是对象中出现多语言的情况。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:wordspacing (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象中单词间的附加空间总量。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:wordwrap (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取当内容超过其容器边界时是否断词。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:wrap (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取如何处理对象中的自动换行。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:writingmode (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明: 设置或获取对象内容的方向和绕排。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:x (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取鼠标指针位置相对于父文档的 x 像素坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:xmldocument (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取对由对象引出的的 XML 文档对象模型(DOM)的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:xmlns (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:声明 HTML 文档中自定义标签的命名空间。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:xsldocument (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:获取对 XSL 文档的顶层结点的引用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:y (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取鼠标指针位置相对于父文档的 y 像素坐标。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:zindex (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取定位对象的堆叠次序。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:zoom (属性) 到论坛讨论 </p><p style="text-indent: 2em;font-size:18px;">说明:设置或获取对象的放大比例。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">三、HTML标记事件 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onabort </p><p style="text-indent: 2em;font-size:18px;">第 65 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:当用户中断下载图像时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onactivate </p><p style="text-indent: 2em;font-size:18px;">说明:当对象设置为活动元素时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onafterprint </p><p style="text-indent: 2em;font-size:18px;">说明:对象所关联的文档打印或打印预览后立即在对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onafterupdate </p><p style="text-indent: 2em;font-size:18px;">说明:当成功更新数据源对象中的关联对象后在数据绑定对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforeactivate </p><p style="text-indent: 2em;font-size:18px;">说明:对象要被设置为当前元素前立即触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforecopy </p><p style="text-indent: 2em;font-size:18px;">说明:当选中区复制到系统剪贴板之前在源对象触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforecut </p><p style="text-indent: 2em;font-size:18px;">说明:当选中区从文档中删除之前在源对象触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforedeactivate </p><p style="text-indent: 2em;font-size:18px;">说明:在 activeElement 从当前对象变为父文档其它对象之前立即触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforeeditfocus </p><p style="text-indent: 2em;font-size:18px;">说明:在包含于可编辑元素内的对象进入用户界面激活状态前或可编辑容器变成控件选中区前触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforepaste </p><p style="text-indent: 2em;font-size:18px;">说明:在选中区从系统剪贴板粘贴到文档前在目标对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforeprint </p><p style="text-indent: 2em;font-size:18px;">说明:对象的关联文档打印或打印预览前在对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforeunload </p><p style="text-indent: 2em;font-size:18px;">说明:在页面将要被卸载前触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbeforeupdate </p><p style="text-indent: 2em;font-size:18px;">说明:当成功更新数据源对象中的关联对象前在数据绑定对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onblur </p><p style="text-indent: 2em;font-size:18px;">说明:在对象失去输入焦点时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onbounce </p><p style="text-indent: 2em;font-size:18px;">说明:当 marquee 对象的 behavior 属性设置为“alternate”且字幕的内容到达窗口一边时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:oncellchange </p><p style="text-indent: 2em;font-size:18px;">第 66 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">说明:在数据供应者中的数据变更时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onchange </p><p style="text-indent: 2em;font-size:18px;">说明:当对象或选中区的内容改变时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onclick </p><p style="text-indent: 2em;font-size:18px;">说明:在用户用鼠标左键单击对象时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:oncontextmenu </p><p style="text-indent: 2em;font-size:18px;">说明:在用户使用鼠标右键单击客户区打开上下文菜单时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:oncontrolselect </p><p style="text-indent: 2em;font-size:18px;">说明:当用户将要对该对象制作一个控件选中区时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:oncopy </p><p style="text-indent: 2em;font-size:18px;">说明:当用户复制对象或选中区,将其添加到系统剪贴板上时在源元素上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:oncut </p><p style="text-indent: 2em;font-size:18px;">说明:当对象或选中区从文档中删除并添加到系统剪贴板上时在源元素上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondataavailable </p><p style="text-indent: 2em;font-size:18px;">说明:每当异步传输数据的数据源对象的数据到达时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondatasetchanged </p><p style="text-indent: 2em;font-size:18px;">说明:当数据源对象对应的数据集发生变更时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondatasetcomplete </p><p style="text-indent: 2em;font-size:18px;">说明: 触发就表明数据源对象所有数据都可用。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondblclick </p><p style="text-indent: 2em;font-size:18px;">说明:当用户双击对象时触发。 </p><p style="text-indent: 2em;font-size:18px;">标签:ondeactivate </p><p style="text-indent: 2em;font-size:18px;">说明:当 activeElement 从当前对象变为父文档其它对象时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondrag </p><p style="text-indent: 2em;font-size:18px;">说明:当进行拖曳操作时在源对象上持续触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondragend </p><p style="text-indent: 2em;font-size:18px;">说明:当用户在拖曳操作结束后释放鼠标时在源对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondragenter </p><p style="text-indent: 2em;font-size:18px;">说明:当用户拖曳对象到一个合法拖曳目标时在目标元素上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondragleave </p><p style="text-indent: 2em;font-size:18px;">说明:当用户在拖曳操作过程中将鼠标移出合法拖曳目标时在目标对象上触发。 </p><p style="text-indent: 2em;font-size:18px;">第 67 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondragover </p><p style="text-indent: 2em;font-size:18px;">说明:当用户拖曳对象划过合法拖曳目标时持续在目标元素上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondragstart </p><p style="text-indent: 2em;font-size:18px;">说明:当用户开始拖曳文本选中区或选中对象时在源对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:ondrop </p><p style="text-indent: 2em;font-size:18px;">说明:当鼠标按钮在拖曳操作过程中释放时在目标对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onerror </p><p style="text-indent: 2em;font-size:18px;">说明: 当对象装载过程中发生错误时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onerrorupdate </p><p style="text-indent: 2em;font-size:18px;">说明:更新数据源对象中的关联数据出错时在数据绑定对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onfilterchange </p><p style="text-indent: 2em;font-size:18px;">说明: 当可视滤镜更改状态或完成转换时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onfinish </p><p style="text-indent: 2em;font-size:18px;">说明:当字幕循环完成后触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onfocus </p><p style="text-indent: 2em;font-size:18px;">说明: 当对象获得焦点时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onfocusin </p><p style="text-indent: 2em;font-size:18px;">说明: 当元素将要被设置为焦点之前触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onfocusout </p><p style="text-indent: 2em;font-size:18px;">说明: 在移动焦点到其它元素之后立即触发于当前拥有焦点的元素上触发。 </p><p style="text-indent: 2em;font-size:18px;">标签:onhelp </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户在浏览器为当前窗口时按 F1 键时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onkeydown </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户按下键盘按键时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onkeypress </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户按下字面键时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onkeyup </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户释放键盘按键时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onlayoutcomplete </p><p style="text-indent: 2em;font-size:18px;">说明: 当打印或打印预览版面处理完成用来自于源文档的内容填充当前 LayoutRect 对象时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 68 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:onload </p><p style="text-indent: 2em;font-size:18px;">说明: 在浏览器完成对象的装载后立即触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onlosecapture </p><p style="text-indent: 2em;font-size:18px;">说明:当对象失去鼠标捕捉时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmousedown </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户用任何鼠标按钮单击对象时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmouseenter </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户将鼠标指针移动到对象内时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmouseleave </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户将鼠标指针移出对象边界时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmousemove </p><p style="text-indent: 2em;font-size:18px;">说明:当用户将鼠标划过对象时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmouseout </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户将鼠标指针移出对象边界时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmouseover </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户将鼠标指针移动到对象内时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmouseup </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户在鼠标位于对象之上时释放鼠标按钮时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmousewheel </p><p style="text-indent: 2em;font-size:18px;">说明: 当鼠标滚轮按钮旋转时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmove </p><p style="text-indent: 2em;font-size:18px;">说明: 当对象移动时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmoveend </p><p style="text-indent: 2em;font-size:18px;">说明:当对象停止移动时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onmovestart </p><p style="text-indent: 2em;font-size:18px;">说明:当对象开始移动时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onpaste </p><p style="text-indent: 2em;font-size:18px;">说明:当用户粘贴数据以便从系统剪贴板向文档传送数据时在目标对象上触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onpropertychange </p><p style="text-indent: 2em;font-size:18px;">说明:当在对象上发生对象上发生属性更改时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 69 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:onreadystatechange </p><p style="text-indent: 2em;font-size:18px;">说明:当对象状态变更时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onreset </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户重置表单时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onresize </p><p style="text-indent: 2em;font-size:18px;">说明: 当对象的大小将要改变时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onresizeend </p><p style="text-indent: 2em;font-size:18px;">说明:当用户更改完控件选中区中对象的尺寸时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onresizestart </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户开始更改控件选中区中对象的尺寸时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onrowenter </p><p style="text-indent: 2em;font-size:18px;">说明: 触发就表明当前行已经在数据源中更改,对象上有可用的新数据值。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onrowexit </p><p style="text-indent: 2em;font-size:18px;">说明: 当数据源控件更改对象当前行前触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onrowsdelete </p><p style="text-indent: 2em;font-size:18px;">说明:当行将要从记录集中被删除时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onrowsinserted </p><p style="text-indent: 2em;font-size:18px;">说明: 当在当前记录集中插入新行后触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onscroll </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户滚动对象的滚动条时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onselect </p><p style="text-indent: 2em;font-size:18px;">说明: 当当前选中区改变时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onselectionchange </p><p style="text-indent: 2em;font-size:18px;">说明: 当文档的选中状态改变时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onselectstart </p><p style="text-indent: 2em;font-size:18px;">说明: 对象将要被选中时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onstart </p><p style="text-indent: 2em;font-size:18px;">说明: 在 marquee 对象的每次循环开始时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onstop </p><p style="text-indent: 2em;font-size:18px;">说明: 当用户单击停止按钮或离开 Web 页面时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 70 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">标签:onsubmit </p><p style="text-indent: 2em;font-size:18px;">说明:当表单将要被提交时触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">标签:onunload </p><p style="text-indent: 2em;font-size:18px;">说明: 在对象卸载前立即触发。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">由惊风转载自互联网。跟大家分享,不需要积分! </p><p style="text-indent: 2em;font-size:18px;"><!> 跑马灯 </p><p style="text-indent: 2em;font-size:18px;"><marquee>...</marquee>普通卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee behavior=slide>...</marquee>滑动 </p><p style="text-indent: 2em;font-size:18px;"><marquee behavior=scroll>...</marquee>预设卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee behavior=alternate>...</marquee>来回卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee direction=down>...</marquee>向下卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee direction=up>...</marquee>向上卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee direction=right></marquee>向右卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee direction=’left’></marquee>向左卷动 </p><p style="text-indent: 2em;font-size:18px;"><marquee loop=2>...</marquee>卷动次数 </p><p style="text-indent: 2em;font-size:18px;"><marquee width=180>...</marquee>设定宽度 </p><p style="text-indent: 2em;font-size:18px;"><marquee height=30>...</marquee>设定高度 </p><p style="text-indent: 2em;font-size:18px;"><marquee bgcolor=FF0000>...</marquee>设定背景颜色 </p><p style="text-indent: 2em;font-size:18px;"><marquee scrollamount=30>...</marquee>设定滚动速度 </p><p style="text-indent: 2em;font-size:18px;"><marquee scrolldelay=300>...</marquee>设定卷动时间 </p><p style="text-indent: 2em;font-size:18px;"><marquee onmouseover="()">...</marquee>鼠标经过上面时停止滚动 </p><p style="text-indent: 2em;font-size:18px;"><marquee onmouseover="()">...</marquee>鼠标离开时开始滚动 </p><p style="text-indent: 2em;font-size:18px;"><!>字体效果 </p><p style="text-indent: 2em;font-size:18px;"><h1>...</h1>标题字(最大) </p><p style="text-indent: 2em;font-size:18px;"><h6>...</h6>标题字(最小) </p><p style="text-indent: 2em;font-size:18px;"><b>...</b>粗体字 </p><p style="text-indent: 2em;font-size:18px;"><strong>...</strong>粗体字(强调) (同上效果略同) </p><p style="text-indent: 2em;font-size:18px;"><i>...</i>斜体字 </p><p style="text-indent: 2em;font-size:18px;"><em>...</em>斜体字(强调) </p><p style="text-indent: 2em;font-size:18px;"><dfn>...</dfn>斜体字(表示定义) </p><p style="text-indent: 2em;font-size:18px;"><u>...</u>底线 </p><p style="text-indent: 2em;font-size:18px;"><ins>...</ins>底线(表示插入文字) </p><p style="text-indent: 2em;font-size:18px;"><strike>...</strike>横线 </p><p style="text-indent: 2em;font-size:18px;"><s>...</s></p><p style="text-indent: 2em;font-size:18px;">删除线 </p><p style="text-indent: 2em;font-size:18px;"><del>...</del>删除线(表示删除) </p><p style="text-indent: 2em;font-size:18px;"><kbd>...</kbd>键盘文字 </p><p style="text-indent: 2em;font-size:18px;"><tt>...</tt> 打字体 </p><p style="text-indent: 2em;font-size:18px;"><xmp>...</xmp>固定宽度字体(在文件中空白、换行、定位功能有效) </p><p style="text-indent: 2em;font-size:18px;"><plaintext>...</plaintext>固定宽度字体(不执行标记符号) </p><p style="text-indent: 2em;font-size:18px;"><listing>...</listing> 固定宽度小字体 </p><p style="text-indent: 2em;font-size:18px;"><font color=00ff00>...</font>字体颜色 </p><p style="text-indent: 2em;font-size:18px;">第 71 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><font size=1>...</font>最小字体 </p><p style="text-indent: 2em;font-size:18px;"><font style =’font-size:100 px’>...</font>无限增大 </p><p style="text-indent: 2em;font-size:18px;">区断标记 </p><p style="text-indent: 2em;font-size:18px;"><hr>水平线 </p><p style="text-indent: 2em;font-size:18px;"><hr size=’9’>水平线(设定大小) </p><p style="text-indent: 2em;font-size:18px;"><hr width=’80%’>水平线(设定宽度) </p><p style="text-indent: 2em;font-size:18px;"><hr color=’ff0000’>水平线(设定颜色) </p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">(换行) </p><p style="text-indent: 2em;font-size:18px;"><nobr>...</nobr>水域(不换行) </p><p style="text-indent: 2em;font-size:18px;"><p>...</p>水域(段落) </p><p style="text-indent: 2em;font-size:18px;"><center>...</center>置中 </p><p style="text-indent: 2em;font-size:18px;"><!>连结格式 </p><p style="text-indent: 2em;font-size:18px;"><base href=位址>(预设好连结路径) </p><p style="text-indent: 2em;font-size:18px;"><a href=位址></a>外部连结 </p><p style="text-indent: 2em;font-size:18px;"><a href=位址 target=’_blank’></a>外部连结(另开新视窗) </p><p style="text-indent: 2em;font-size:18px;"><a href=位址 target=’_top’></a>外部连结(全视窗连结) </p><p style="text-indent: 2em;font-size:18px;"><a href=位址 target=’页框名’></a>外部连结(在指定页框连结) </p><p style="text-indent: 2em;font-size:18px;"><!>贴图/音乐 </p><p style="text-indent: 2em;font-size:18px;"><p style="text-indent: 2em;font-size:18px;">图片位址>贴图 </p><p style="text-indent: 2em;font-size:18px;">设定图片宽度 </p><p style="text-indent: 2em;font-size:18px;">设定图片高度 </p><p style="text-indent: 2em;font-size:18px;">设定图片提示文字 </p><p style="text-indent: 2em;font-size:18px;">设定图片边框 </p><p style="text-indent: 2em;font-size:18px;"><bgsound src=MID音乐档位址>背景音乐设定 </p><p style="text-indent: 2em;font-size:18px;"><!>表格语法 </p><p style="text-indent: 2em;font-size:18px;"><table aling=left>...</table>表格位置,置左 </p><p style="text-indent: 2em;font-size:18px;"><table aling=center>...</table>表格位置,置中 </p><p style="text-indent: 2em;font-size:18px;"><table background=图片路径>...</table>背景图片的URL=就是路径网址 </p><p style="text-indent: 2em;font-size:18px;"><table border=边框大小>...</table>设定表格边框大小(使用数字) </p><p style="text-indent: 2em;font-size:18px;"><table bgcolor=颜色码>...</table>设定表格的背景颜色 </p><p style="text-indent: 2em;font-size:18px;"><table borderclor=颜色码>...</table>设定表格边框的颜色 </p><p style="text-indent: 2em;font-size:18px;"><table borderclordark=颜色码>...</table>设定表格暗边框的颜色 </p><p style="text-indent: 2em;font-size:18px;"><table borderclorlight=颜色码>...</table>设定表格亮边框的颜色 </p><p style="text-indent: 2em;font-size:18px;"><table cellpadding=参数>...</table>指定内容与格线之间的间距(使用数字) </p><p style="text-indent: 2em;font-size:18px;"><table cellspacing=</p><p style="text-indent: 2em;font-size:18px;">参数>...</table>指定格线与格线之间的距离(使用数字) </p><p style="text-indent: 2em;font-size:18px;"><table cols=参数>...</table>指定表格的栏数 </p><p style="text-indent: 2em;font-size:18px;"><table frame=参数>...</table>设定表格外框线的显示方式 </p><p style="text-indent: 2em;font-size:18px;"><table width=宽度>...</table>指定表格的宽度大小(使用数字) </p><p style="text-indent: 2em;font-size:18px;"><table height=高度>...</table>指定表格的高度大小(使用数字) </p><p style="text-indent: 2em;font-size:18px;"><td colspan=参数>...</td>指定储存格合并栏的栏数(使用数字) </p><p style="text-indent: 2em;font-size:18px;"><td rowspan=参数>...</td>指定储存格合并列的列数(使用数字) </p><p style="text-indent: 2em;font-size:18px;">分割视窗 </p><p style="text-indent: 2em;font-size:18px;"><frameset cols="20%,*">左右分割,将左边框架分割大小为20%右边框架的大小浏览器会自</p><p style="text-indent: 2em;font-size:18px;">动调整 </p><p style="text-indent: 2em;font-size:18px;">第 72 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><frameset rows="20%,*">上下分割,将上面框架分割大小为20%下面框架的大小浏览器会自</p><p style="text-indent: 2em;font-size:18px;">动调整 </p><p style="text-indent: 2em;font-size:18px;"><frameset cols="20%,*">分割左右两个框架 </p><p style="text-indent: 2em;font-size:18px;"><frameset cols="20%,*,20%">分割左中右三个框架 </p><p style="text-indent: 2em;font-size:18px;"><分割上下两个框架 </p><p style="text-indent: 2em;font-size:18px;"><frameset rows="20%,*,20%">分割上中下三个框架 </p><p style="text-indent: 2em;font-size:18px;">属性: </p><p style="text-indent: 2em;font-size:18px;">cols 垂直切割窗口(如左右分割两个窗口)接受整数值,百分数,*(*代表占用余下空间)</p><p style="text-indent: 2em;font-size:18px;">数值的个数代表分成的部分数目,要以逗号分隔。例:cols="30,*,50%"可以 切成三个视窗,</p><p style="text-indent: 2em;font-size:18px;">第一部分是30像素(pixels)为绝对分割,第二部分是当分配完第一和第三视图后剩下的空</p><p style="text-indent: 2em;font-size:18px;">间,第三部分则占整个窗口的50%宽度,为相对分割。 </p><p style="text-indent: 2em;font-size:18px;">rows 就是横向切割,将窗口上下分开,数值设置同上。 </p><p style="text-indent: 2em;font-size:18px;">以上两属性尽量不要在同一个<frameset>标记中,因为王井(netscape)不支持,尽量采用多</p><p style="text-indent: 2em;font-size:18px;">重分割。 </p><p style="text-indent: 2em;font-size:18px;">frameborder 设置框架的边框,其值有0不要边框,1要边框。 </p><p style="text-indent: 2em;font-size:18px;">border 设置框架边框厚度 </p><p style="text-indent: 2em;font-size:18px;">framespacing 表示框架与框架间保留空白的距离 </p><p style="text-indent: 2em;font-size:18px;">frame 元素(单标签) </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><frame name="" src="url" scrolling="yes/no" noresize> </p><p style="text-indent: 2em;font-size:18px;">属性: </p><p style="text-indent: 2em;font-size:18px;">name 框架名称,指定框架来做连接的目标窗口。 </p><p style="text-indent: 2em;font-size:18px;">src 框架中要显示的网页文当url地址,每个个框架要对应一个html文挡。 </p><p style="text-indent: 2em;font-size:18px;">scrolling 是否显示滚动条,yes/no,auto是自动。 </p><p style="text-indent: 2em;font-size:18px;">noresize 设置不让使用者改变这个框架的大小, </p><p style="text-indent: 2em;font-size:18px;">noframe元素 </p><p style="text-indent: 2em;font-size:18px;">指定当使用了框架的页面在不支持框架的浏览器中打开时显示的信息 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><noframe> </p><p style="text-indent: 2em;font-size:18px;">...... </p><p style="text-indent: 2em;font-size:18px;"></noframe> </p><p style="text-indent: 2em;font-size:18px;">表单<form></form> </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><form action="url" method="get/post"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">.... </p><p style="text-indent: 2em;font-size:18px;"><input type=submit><input type=reset> </p><p style="text-indent: 2em;font-size:18px;"></form> </p><p style="text-indent: 2em;font-size:18px;">method有两种提交方式get,post </p><p style="text-indent: 2em;font-size:18px;">action 是指明处理该表单的程序位置,这样表单所填的资料才能传给cgi做处里,可设定此</p><p style="text-indent: 2em;font-size:18px;">参数为action="mailto:lwr8494@" 这样此表单所填的资料将会发送到这个邮箱地址。 </p><p style="text-indent: 2em;font-size:18px;">method 是指传送信息给cgi等网络程序的方式。可选post方法, get方法,post方法容许</p><p style="text-indent: 2em;font-size:18px;">传送大量信息。get方法只接受低于1k的信息。 </p><p style="text-indent: 2em;font-size:18px;">申请表单用的是post搜索引擎用的是get </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 73 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><! - - ... - -> 注解 </p><p style="text-indent: 2em;font-size:18px;"><A HREF TARGET> 指定超连结的分割视窗 </p><p style="text-indent: 2em;font-size:18px;"><A HREF=#锚的名称> 指定锚名称的超连结 </p><p style="text-indent: 2em;font-size:18px;"><A HREF> 指定超连结 </p><p style="text-indent: 2em;font-size:18px;"><A NAME=锚的名称> 被连结点的名称 </p><p style="text-indent: 2em;font-size:18px;"><ADDRESS>....</ADDRESS> 用来显示电子邮箱地址 </p><p style="text-indent: 2em;font-size:18px;"><B> 粗体字 </p><p style="text-indent: 2em;font-size:18px;"><BASE TARGET> 指定超连结的分割视窗 </p><p style="text-indent: 2em;font-size:18px;"><BASEFONT SIZE> 更改预设字形大小 </p><p style="text-indent: 2em;font-size:18px;"><BGSOUND SRC> 加入背景音乐 </p><p style="text-indent: 2em;font-size:18px;"><BIG> 显示大字体 </p><p style="text-indent: 2em;font-size:18px;"><BLINK> 闪烁的文字 </p><p style="text-indent: 2em;font-size:18px;"><BODY TEXT LINK VLINK> 设定文字颜色 </p><p style="text-indent: 2em;font-size:18px;"><BODY> 显示本文 </p><p style="text-indent: 2em;font-size:18px;"><BR> 换行 </p><p style="text-indent: 2em;font-size:18px;"><CAPTION ALIGN> 设定表格标题位置 </p><p style="text-indent: 2em;font-size:18px;"><CAPTION>...</CAPTION> 为表格加上标题 </p><p style="text-indent: 2em;font-size:18px;"><CENTER> 向中对齐 </p><p style="text-indent: 2em;font-size:18px;"><CITE>...<CITE> 用於引经据典的文字 </p><p style="text-indent: 2em;font-size:18px;"><CODE>...</CODE> 用於列出一段程式码 </p><p style="text-indent: 2em;font-size:18px;"><COMMENT>...</COMMENT> 加上注解 </p><p style="text-indent: 2em;font-size:18px;"><DD> 设定定义列表的项目解说 </p><p style="text-indent: 2em;font-size:18px;"><DFN>...</DFN> 显示"定义"文字 </p><p style="text-indent: 2em;font-size:18px;"><DIR>...</DIR> 列表文字标签 </p><p style="text-indent: 2em;font-size:18px;"><DL>...</DL> 设定定义列表的标签 </p><p style="text-indent: 2em;font-size:18px;"><DT> 设定定义列表的项目 </p><p style="text-indent: 2em;font-size:18px;"><EM> 强调之用 </p><p style="text-indent: 2em;font-size:18px;"><FONT FACE> 任意指定所用的字形 </p><p style="text-indent: 2em;font-size:18px;"><FONT SIZE> 设定字体大小 </p><p style="text-indent: 2em;font-size:18px;"><FORM ACTION> 设定户动式表单的处理方式 </p><p style="text-indent: 2em;font-size:18px;"><FORM METHOD> 设定户动式表单之资料传送方式 </p><p style="text-indent: 2em;font-size:18px;"><FRame MARGINHEIGHT> 设定视窗的上下边界</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"><FRame MARGINWIDTH> 设定视窗的左右边界 </p><p style="text-indent: 2em;font-size:18px;"><FRame NAME> 为分割视窗命名 </p><p style="text-indent: 2em;font-size:18px;"><FRame NORESIZE> 锁住分割视窗的大小 </p><p style="text-indent: 2em;font-size:18px;"><FRame SCROLLING> 设定分割视窗的卷轴 </p><p style="text-indent: 2em;font-size:18px;"><FRame SRC> 将HTML档加入视窗 </p><p style="text-indent: 2em;font-size:18px;"><FRameSET COLS> 将视窗分割成左右的子视窗 </p><p style="text-indent: 2em;font-size:18px;"><FRameSET ROWS> 将视窗分割成上下的子视窗 </p><p style="text-indent: 2em;font-size:18px;"><FRameSET>...</FRameSET> 划分分割视窗 </p><p style="text-indent: 2em;font-size:18px;"><H1>~<H6> 设定文字大小 </p><p style="text-indent: 2em;font-size:18px;"><HEAD> 标示文件资讯 </p><p style="text-indent: 2em;font-size:18px;"><HR> 加上分格线 </p><p style="text-indent: 2em;font-size:18px;"><HTML> 文件的开始与结束 </p><p style="text-indent: 2em;font-size:18px;">第 74 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><I> 斜体字 </p><p style="text-indent: 2em;font-size:18px;"> 调整图形影像的位置 </p><p style="text-indent: 2em;font-size:18px;"> 为你的图形影像加注 </p><p style="text-indent: 2em;font-size:18px;"> 加入影片 </p><p style="text-indent: 2em;font-size:18px;"> 插入图片并预设图形大小 </p><p style="text-indent: 2em;font-size:18px;"> 插入图片并预设图形的左右边界 </p><p style="text-indent: 2em;font-size:18px;"> 预载图片功能 </p><p style="text-indent: 2em;font-size:18px;"> 设定图片边界 </p><p style="text-indent: 2em;font-size:18px;"> 插入图片 </p><p style="text-indent: 2em;font-size:18px;"> 插入图片并预设图形的上下边界 </p><p style="text-indent: 2em;font-size:18px;"><INPUT TYPE NAME value> 在表单中加入输入栏位 </p><p style="text-indent: 2em;font-size:18px;"><ISINDEX> 定义查询用表单 </p><p style="text-indent: 2em;font-size:18px;"><KBD>...</KBD> 表示使用者输入文字 </p><p style="text-indent: 2em;font-size:18px;"><LI TYPE>...</LI> 列表的项目 ( 可指定符号 ) </p><p style="text-indent: 2em;font-size:18px;"><MARQUEE> 跑马灯效果 </p><p style="text-indent: 2em;font-size:18px;"><MENU>...</MENU> 条列文字标签 </p><p style="text-indent: 2em;font-size:18px;"><meta NAME="REFRESH" CONTENT URL> 自动更新文件内容 </p><p style="text-indent: 2em;font-size:18px;"><MULTIPLE> 可同时选择多项的列表栏 </p><p style="text-indent: 2em;font-size:18px;"><NOFRame> 定义不出现分割视窗的文字 </p><p style="text-indent: 2em;font-size:18px;"><OL>...</OL> 有序号的列表 </p><p style="text-indent: 2em;font-size:18px;"><OPTION> 定义表单中列表栏的项目 </p><p style="text-indent: 2em;font-size:18px;"><P ALIGN> 设定对齐方向 </p><p style="text-indent: 2em;font-size:18px;"><P> 分段 </p><p style="text-indent: 2em;font-size:18px;"><PERSON>...</PERSON> 显示人名 </p><p style="text-indent: 2em;font-size:18px;"><PRE> 使用原有排列 </p><p style="text-indent: 2em;font-size:18px;"><SAMP>...</SAMP> 用於引用字 </p><p style="text-indent: 2em;font-size:18px;"><select >...</select > 在表单中定义列表栏 </p><p style="text-indent: 2em;font-size:18px;"><SMALL> 显示小字体 </p><p style="text-indent: 2em;font-size:18px;"><STRIKE> 文字加横线 </p><p style="text-indent: 2em;font-size:18px;"><STRONG> 用於加强语气 </p><p style="text-indent: 2em;font-size:18px;"><SUB> 下标字 </p><p style="text-indent: 2em;font-size:18px;"><SUP> 上标字 </p><p style="text-indent: 2em;font-size:18px;"><TABLE BORDER=n> 调整表格的宽线高度 </p><p style="text-indent: 2em;font-size:18px;"><TABLE CELLPADDING> 调整资料栏位之边界</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"><TABLE CELLSPACING> 调整表格线的宽度 </p><p style="text-indent: 2em;font-size:18px;"><TABLE HEIGHT> 调整表格的高度 </p><p style="text-indent: 2em;font-size:18px;"><TABLE WIDTH> 调整表格的宽度 </p><p style="text-indent: 2em;font-size:18px;"><TABLE>...</TABLE> 产生表格的标签 </p><p style="text-indent: 2em;font-size:18px;"><TD ALIGN> 调整表格栏位之左右对齐 </p><p style="text-indent: 2em;font-size:18px;"><TD BGCOLOR> 设定表格栏位之背景颜色 </p><p style="text-indent: 2em;font-size:18px;"><TD COLSPAN ROWSPAN> 表格栏位的合并 </p><p style="text-indent: 2em;font-size:18px;"><TD NOWRAP> 设定表格栏位不换行 </p><p style="text-indent: 2em;font-size:18px;"><TD VALIGN> 调整表格栏位之上下对齐 </p><p style="text-indent: 2em;font-size:18px;"><TD WIDTH> 调整表格栏位宽度 </p><p style="text-indent: 2em;font-size:18px;">第 75 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><TD>...</TD> 定义表格的资料栏位 </p><p style="text-indent: 2em;font-size:18px;"><TEXTAREA NAME ROWS COLS> 表单中加入多少列的文字输入栏 </p><p style="text-indent: 2em;font-size:18px;"><TEXTAREA WRAP> 决定文字输入栏是自动否换行 </p><p style="text-indent: 2em;font-size:18px;"><TH>...</TH> 定义表格的标头栏位 </p><p style="text-indent: 2em;font-size:18px;"><TITLE> 文件标题 </p><p style="text-indent: 2em;font-size:18px;"><TR>...</TR> 定义表格美一行 </p><p style="text-indent: 2em;font-size:18px;"><TT> 打字机字体 </p><p style="text-indent: 2em;font-size:18px;"><U> 文字加底线 </p><p style="text-indent: 2em;font-size:18px;"><UL TYPE>...</UL> 无序号的列表 ( 可指定符号 ) </p><p style="text-indent: 2em;font-size:18px;"><var>...</var> 用於显示变数 </p><p style="text-indent: 2em;font-size:18px;">BlockQuotc文本缩进 </p><p style="text-indent: 2em;font-size:18px;">表示颜色的有三种方式; </p><p style="text-indent: 2em;font-size:18px;">1,16进制颜色代码 </p><p style="text-indent: 2em;font-size:18px;">语法:#RRGGBB </p><p style="text-indent: 2em;font-size:18px;">例:<font color="#ff0000">红色</font> </p><p style="text-indent: 2em;font-size:18px;">2,10进制RGB码 </p><p style="text-indent: 2em;font-size:18px;">语法:RGB(RRR,GGG,BBB) </p><p style="text-indent: 2em;font-size:18px;">例:<font color="rgb(255,000,000)">红色</font> </p><p style="text-indent: 2em;font-size:18px;">3,直接用颜色的英文名称 </p><p style="text-indent: 2em;font-size:18px;">例:<font color="red">红色</font> </p><p style="text-indent: 2em;font-size:18px;"><body>.....</body>属性可分为三种: </p><p style="text-indent: 2em;font-size:18px;">1,背景属性 </p><p style="text-indent: 2em;font-size:18px;">包括:bgcolor,background </p><p style="text-indent: 2em;font-size:18px;">2,文字属性: </p><p style="text-indent: 2em;font-size:18px;">包括:text,link,alink,vlink, </p><p style="text-indent: 2em;font-size:18px;">3,留白属性: </p><p style="text-indent: 2em;font-size:18px;">其中分为:leftmargin,topmargin </p><p style="text-indent: 2em;font-size:18px;">.bgcolor背景色 </p><p style="text-indent: 2em;font-size:18px;">语法格式:<body bgcolor="#ff0000"> </p><p style="text-indent: 2em;font-size:18px;">.background背景图案。 </p><p style="text-indent: 2em;font-size:18px;">语法格式:<body background="url"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">.text文本颜色(非连接文字颜色) </p><p style="text-indent: 2em;font-size:18px;">.link连接文字颜色(可连接文字颜色) </p><p style="text-indent: 2em;font-size:18px;">.alink活动连接文字颜色(正被点击的可连接文字的颜色) </p><p style="text-indent: 2em;font-size:18px;">.vlink已访问连接文字颜色)(已经点击访问过的可连接文字的颜色) </p><p style="text-indent: 2em;font-size:18px;">语法格式:<body text="color" link="color" alink="color" vlink="color"> </p><p style="text-indent: 2em;font-size:18px;">.leftmargin 页面左侧的留白距离 </p><p style="text-indent: 2em;font-size:18px;">.topmargin 页面顶部的留白距离 </p><p style="text-indent: 2em;font-size:18px;">语法格式:<body leftmargin="value" topmargin="value"> </p><p style="text-indent: 2em;font-size:18px;">注:value为长度值为数字 </p><p style="text-indent: 2em;font-size:18px;">align 属性 </p><p style="text-indent: 2em;font-size:18px;">语法:<h2 align="?">文字</h2> </p><p style="text-indent: 2em;font-size:18px;">其属性有三种:left靠左,center居中,right靠右 </p><p style="text-indent: 2em;font-size:18px;">〈p〉</p>为段落标记,可利用以上属性对整个段落进行设置 </p><p style="text-indent: 2em;font-size:18px;">第 76 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">〈br>为换行标记 </p><p style="text-indent: 2em;font-size:18px;"><nobr></nobr>为不换行标记 放在文字两边即可 </p><p style="text-indent: 2em;font-size:18px;">例:<body> </p><p style="text-indent: 2em;font-size:18px;"><h3>江南逢李龟年</h3> </p><p style="text-indent: 2em;font-size:18px;"><p>歧王宅里寻常见</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">催九堂前几度闻</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">正是江南好风景</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">落花时节又逢君</p> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;">预格式化: </p><p style="text-indent: 2em;font-size:18px;"><pre>......</pre> 浏览是效果和编写是效果格式一样 </p><p style="text-indent: 2em;font-size:18px;">列表 </p><p style="text-indent: 2em;font-size:18px;">1无序列表又称符号列表 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><ul type="">type的属性可选直disc实心圆点,clrcle空心圆点,square实心方框 </p><p style="text-indent: 2em;font-size:18px;"><li>文字</li> </p><p style="text-indent: 2em;font-size:18px;"><li>文字</li> </p><p style="text-indent: 2em;font-size:18px;"></ul> </p><p style="text-indent: 2em;font-size:18px;">2有序列表 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><ol type="?" start"?"> </p><p style="text-indent: 2em;font-size:18px;"><li>文字</li> </p><p style="text-indent: 2em;font-size:18px;"><li>文字</li> </p><p style="text-indent: 2em;font-size:18px;"></ol> </p><p style="text-indent: 2em;font-size:18px;">type的值是编号字符可选的有1...,a...,A...,i... ,I... </p><p style="text-indent: 2em;font-size:18px;">start为起始值例:如果start为3是那么将从3开始,而且必须是数字。 </p><p style="text-indent: 2em;font-size:18px;">3定义列表 </p><p style="text-indent: 2em;font-size:18px;"><dl>定义列表标记 </p><p style="text-indent: 2em;font-size:18px;"><dt>标示定义条目 </p><p style="text-indent: 2em;font-size:18px;"><dd>标示定义内容 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><dl> </p><p style="text-indent: 2em;font-size:18px;"><dt>文字</dt> </p><p style="text-indent: 2em;font-size:18px;"><dd>文字内容</dd> </p><p style="text-indent: 2em;font-size:18px;"></dl> </p><p style="text-indent: 2em;font-size:18px;">连接和图像 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><a href="url" name="?" target="?" title="?">....</a> </p><p style="text-indent: 2em;font-size:18px;">属性:href </p><p style="text-indent: 2em;font-size:18px;">连接目标 值可以是</p><p style="text-indent: 2em;font-size:18px;">url地址也可以是连接锚点 </p><p style="text-indent: 2em;font-size:18px;"><a href="url">...</a>或者 </p><p style="text-indent: 2em;font-size:18px;"><a href="锚点">...</a> </p><p style="text-indent: 2em;font-size:18px;">name 连接名称 </p><p style="text-indent: 2em;font-size:18px;">语法格式:<a name="锚点名称">...</a> </p><p style="text-indent: 2em;font-size:18px;">例:<a name="abcdcf">...</a> </p><p style="text-indent: 2em;font-size:18px;">第 77 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">连接到该锚点的连接则应是: </p><p style="text-indent: 2em;font-size:18px;"><a name="#abcdef">....</a> </p><p style="text-indent: 2em;font-size:18px;">target目标窗口语法格式: </p><p style="text-indent: 2em;font-size:18px;"><a href="url"target="_blank|_self|_farent|_top|windowname">....</a> </p><p style="text-indent: 2em;font-size:18px;">-blank打开新窗口 </p><p style="text-indent: 2em;font-size:18px;">_self当前窗口打开 </p><p style="text-indent: 2em;font-size:18px;">一下两个仅在框架叶面中应用 </p><p style="text-indent: 2em;font-size:18px;">_parent当前窗口的父级窗口(上一级)打开 </p><p style="text-indent: 2em;font-size:18px;">_top在最高一级的窗口打开 </p><p style="text-indent: 2em;font-size:18px;">windowname已命名的窗口或框架中打开连接 </p><p style="text-indent: 2em;font-size:18px;">title连接提示 </p><p style="text-indent: 2em;font-size:18px;"><a href="" title="打开狂人部落的首页">狂人部落</a> </p><p style="text-indent: 2em;font-size:18px;">图像<img> 语法格式: </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">border属性定义图片边框的宽度,默认值为0 </p><p style="text-indent: 2em;font-size:18px;">align属性设置图片旁边文字的位置 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;">可选值有: </p><p style="text-indent: 2em;font-size:18px;">top图片和文字顶部对齐 </p><p style="text-indent: 2em;font-size:18px;">middle图片和文字居中对齐 </p><p style="text-indent: 2em;font-size:18px;">bottom图片和文字底边对齐(默认) </p><p style="text-indent: 2em;font-size:18px;">left图片居左对齐,文字沿图片绕排 </p><p style="text-indent: 2em;font-size:18px;">right图片居右对齐,文字沿图片绕排 </p><p style="text-indent: 2em;font-size:18px;">absmiddle图片对齐到目前文字行绝对中央 </p><p style="text-indent: 2em;font-size:18px;">absbottom图片对齐到目前文字行绝对底部 </p><p style="text-indent: 2em;font-size:18px;">文字的排版 </p><p style="text-indent: 2em;font-size:18px;">不换行空白标记 </p><p style="text-indent: 2em;font-size:18px;">font元素 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><font face="字体名称" size="字体大小" color="字体颜色"> </p><p style="text-indent: 2em;font-size:18px;">字体大小可选值为1——7,默认为3 </p><p style="text-indent: 2em;font-size:18px;">例:〈font face="黑体" size="4" color="#ff00ff">....</font> </p><p style="text-indent: 2em;font-size:18px;">水平线<hr> </p><p style="text-indent: 2em;font-size:18px;">语法格式:<hr width="宽度" align="</p><p style="text-indent: 2em;font-size:18px;">对齐方式默认居中center" size="水平线厚度默认为2" </p><p style="text-indent: 2em;font-size:18px;">color="颜色" noshade> </p><p style="text-indent: 2em;font-size:18px;">noshade无阴影,既实线 </p><p style="text-indent: 2em;font-size:18px;">层〈div><span>两种元素 </p><p style="text-indent: 2em;font-size:18px;"><div>是块级元素,和段落元素<p>相似,不同的是两个<div>元素之间不会产生两个<p>元</p><p style="text-indent: 2em;font-size:18px;">素之间的空行, </p><p style="text-indent: 2em;font-size:18px;"><span>是行内元素,可以定义段落中部分文字的属性 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><div align="" style="">...</div> </p><p style="text-indent: 2em;font-size:18px;">align设置层中元素的水平对齐方式 </p><p style="text-indent: 2em;font-size:18px;">stule设置元素应用css规范的属性 </p><p style="text-indent: 2em;font-size:18px;">第 78 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><div>兼容性比<span>要好一点,最好使用<div> </p><p style="text-indent: 2em;font-size:18px;">表格语法格式: </p><p style="text-indent: 2em;font-size:18px;"><table width="" bgcolor="" background="" border="" cellspacing="" cellpadding=""> </p><p style="text-indent: 2em;font-size:18px;"><tr>...<td>....</td>....</tr> </p><p style="text-indent: 2em;font-size:18px;"></table> </p><p style="text-indent: 2em;font-size:18px;">border边框宽度默认值为0,既没有边框 </p><p style="text-indent: 2em;font-size:18px;">cellspacing表格中单元格的边距大小,默认值为两个像素 </p><p style="text-indent: 2em;font-size:18px;">cellpadding表格中单元格之间的间距大小,默认值为两个像素 </p><p style="text-indent: 2em;font-size:18px;">tr元素 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><tr align="" bgcolor="">....</tr> </p><p style="text-indent: 2em;font-size:18px;">align属性对齐方式可选值如下:left,center,tight,默认为left </p><p style="text-indent: 2em;font-size:18px;">bgcolor指定该行的背景颜色 </p><p style="text-indent: 2em;font-size:18px;">td元素 </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><td width="宽度" height="高度" align="水平对齐方式" valign="垂直对齐方式" bgcolor="" </p><p style="text-indent: 2em;font-size:18px;">background="" rowspan="单元格的行跨度" colapan="单元格的列跨度">.....</td> </p><p style="text-indent: 2em;font-size:18px;">align属性的可选值有:left,center,right </p><p style="text-indent: 2em;font-size:18px;">valign属性的可选值有:top,middle,bottom </p><p style="text-indent: 2em;font-size:18px;">rowspan和colapan跨行和跨列的数量,默认为1 </p><p style="text-indent: 2em;font-size:18px;">input元素 语法格式: </p><p style="text-indent: 2em;font-size:18px;"><input type=""> </p><p style="text-indent: 2em;font-size:18px;">type属性的可选值有: </p><p style="text-indent: 2em;font-size:18px;">text 单行文本框 </p><p style="text-indent: 2em;font-size:18px;">属性:name 文本框名称 </p><p style="text-indent: 2em;font-size:18px;">value 文本框的初始值 </p><p style="text-indent: 2em;font-size:18px;">size 文本框的长度 </p><p style="text-indent: 2em;font-size:18px;">maxlength 可输入字符串最大的长度 </p><p style="text-indent: 2em;font-size:18px;">radio 单选框 </p><p style="text-indent: 2em;font-size:18px;">属性:name 单选框名称 </p><p style="text-indent: 2em;font-size:18px;">value 内部值 </p><p style="text-indent: 2em;font-size:18px;">checked 默认选定 </p><p style="text-indent: 2em;font-size:18px;">checkbox </p><p style="text-indent: 2em;font-size:18px;">复选框 </p><p style="text-indent: 2em;font-size:18px;">属性:name 复选框名称 </p><p style="text-indent: 2em;font-size:18px;">value 内部值 </p><p style="text-indent: 2em;font-size:18px;">checked 默认选定 </p><p style="text-indent: 2em;font-size:18px;">reset 重置按钮 </p><p style="text-indent: 2em;font-size:18px;">submit 确定按钮 </p><p style="text-indent: 2em;font-size:18px;">属性:name 按钮名称 </p><p style="text-indent: 2em;font-size:18px;">value 显示在按钮上的文字 </p><p style="text-indent: 2em;font-size:18px;">password 密码框 </p><p style="text-indent: 2em;font-size:18px;">属性与文本框的属性完全相同 </p><p style="text-indent: 2em;font-size:18px;">file 文件域 </p><p style="text-indent: 2em;font-size:18px;">属性:name文件域名称 </p><p style="text-indent: 2em;font-size:18px;">第 79 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">size 文件域的长度 </p><p style="text-indent: 2em;font-size:18px;">maxlength 文件域可接受的字符数量的上限 </p><p style="text-indent: 2em;font-size:18px;">hidden 隐藏域 </p><p style="text-indent: 2em;font-size:18px;">属性:name 隐藏域名称 </p><p style="text-indent: 2em;font-size:18px;">value 内定值 </p><p style="text-indent: 2em;font-size:18px;">image 图片域 </p><p style="text-indent: 2em;font-size:18px;">属性:name 所要代表的按钮,可以是submit,reset,或其他. </p><p style="text-indent: 2em;font-size:18px;">src 按钮图片的url 地址 </p><p style="text-indent: 2em;font-size:18px;">列表框<select> </p><p style="text-indent: 2em;font-size:18px;">语法格式: </p><p style="text-indent: 2em;font-size:18px;"><select> </p><p style="text-indent: 2em;font-size:18px;">..... </p><p style="text-indent: 2em;font-size:18px;"><option>....</option> </p><p style="text-indent: 2em;font-size:18px;">..... </p><p style="text-indent: 2em;font-size:18px;"></select> </p><p style="text-indent: 2em;font-size:18px;">select元素 </p><p style="text-indent: 2em;font-size:18px;">语法格式:<select name="" size=""multiple></select> </p><p style="text-indent: 2em;font-size:18px;">name 指定列表框的名字 </p><p style="text-indent: 2em;font-size:18px;">size 指定列表框显示列表项的条数,如果指定了该参数,select元素是个列表,否则是一个</p><p style="text-indent: 2em;font-size:18px;">下拉列表框 </p><p style="text-indent: 2em;font-size:18px;">multiple 指定了这个参数,则表示该列表框可选择多项,否则只可选择一项 </p><p style="text-indent: 2em;font-size:18px;">option属性 </p><p style="text-indent: 2em;font-size:18px;">语法格式:<option value="" selected></option> </p><p style="text-indent: 2em;font-size:18px;">value 该列表项的值 </p><p style="text-indent: 2em;font-size:18px;">selected 如果设定了这个参数,默认为选定这一项 </p><p style="text-indent: 2em;font-size:18px;">多行文本框<textarea> </p><p style="text-indent: 2em;font-size:18px;"><textarea name="" cols="" rows="" wrap="off/physical/virtual"></textarea> </p><p style="text-indent: 2em;font-size:18px;">属性: </p><p style="text-indent: 2em;font-size:18px;">name文本框的名称 </p><p style="text-indent: 2em;font-size:18px;">cols文本框的宽度 </p><p style="text-indent: 2em;font-size:18px;">rows文本框的高度 </p><p style="text-indent: 2em;font-size:18px;">wrap文本框的折行方式可选值有: </p><p style="text-indent: 2em;font-size:18px;">off不保存换行信息 </p><p style="text-indent: 2em;font-size:18px;">physical强迫浏览器在发送信息到web服务器端时必须将多行文本框的文字一行一行的送</p><p style="text-indent: 2em;font-size:18px;">出, </p><p style="text-indent: 2em;font-size:18px;">virtual送出连续成串的字除非使用者按回车。 </p><p style="text-indent: 2em;font-size:18px;">css 层叠样式表 </p><p style="text-indent: 2em;font-size:18px;">引入层叠样式表的方法包括: </p><p style="text-indent: 2em;font-size:18px;">外联式样式表 </p><p style="text-indent: 2em;font-size:18px;">例:<head> </p><p style="text-indent: 2em;font-size:18px;"><link rel="stylesheet" href="/css/"> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;">.... </p><p style="text-indent: 2em;font-size:18px;">第 80 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">属性:rel 用来说明<link>元素在这里要完成的任务是连接一个独立的css文件。而href属</p><p style="text-indent: 2em;font-size:18px;">性给出了所要连接css文件的url地址 </p><p style="text-indent: 2em;font-size:18px;">内嵌式样式表: </p><p style="text-indent: 2em;font-size:18px;">例:<html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">td{font:9pt;color:red} </p><p style="text-indent: 2em;font-size:18px;">.font105{font:10.5pt;color:blue} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body>....</body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">元素内定 </p><p style="text-indent: 2em;font-size:18px;">格式:<p style="font-size:10.5pt"> </p><p style="text-indent: 2em;font-size:18px;">导入式样式表 </p><p style="text-indent: 2em;font-size:18px;">〈html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">@import url(css/); </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;">.... </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">css的优先级 </p><p style="text-indent: 2em;font-size:18px;">越接近目标的样式定义优先级越高,高优先级样式将继承低优先级样式的未重叠定义但覆盖</p><p style="text-indent: 2em;font-size:18px;">重叠的定义 </p><p style="text-indent: 2em;font-size:18px;">如果4种样式表对同一元素定义了不同的样式,那么他们的优先级顺序从高到低是,元素内</p><p style="text-indent: 2em;font-size:18px;">定,内嵌样式表,导入样式表,外联样式表。 </p><p style="text-indent: 2em;font-size:18px;">css结构 </p><p style="text-indent: 2em;font-size:18px;">例:td{font-size:10.5pt;color:#666666} </p><p style="text-indent: 2em;font-size:18px;">css样式包含两个基础部分, </p><p style="text-indent: 2em;font-size:18px;">选择符<td>和声明{font-size:10.5pt;color:#666666} </p><p style="text-indent: 2em;font-size:18px;">声明也有两部分组成: </p><p style="text-indent: 2em;font-size:18px;">属性font-size,color和值10.5pt,#666666 </p><p style="text-indent: 2em;font-size:18px;">选择符分为6种 </p><p style="text-indent: 2em;font-size:18px;">1元素选择符 </p><p style="text-indent: 2em;font-size:18px;">当页面上多个元素的样式相同时,可以将多个元素放在一起定义,中间以逗号分开 例:</p><p style="text-indent: 2em;font-size:18px;">第 81 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">td,p,li,input,select{font-size:12px;} </p><p style="text-indent: 2em;font-size:18px;">2class(类)选择符 </p><p style="text-indent: 2em;font-size:18px;">例:〈head> </p><p style="text-indent: 2em;font-size:18px;"><title>.....</title> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">.red{font-size:10.5pt;color:#ff0000} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body bgcolor="#ffffff"> </p><p style="text-indent: 2em;font-size:18px;"><p class="red">士大夫井冈山地方官</p> </p><p style="text-indent: 2em;font-size:18px;"><p>九连环离开计划</p> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;">还有一种方法就是限定可以应用它的页面元素 </p><p style="text-indent: 2em;font-size:18px;">例:〈head> </p><p style="text-indent: 2em;font-size:18px;"><title>.....</title> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">{color:#ff0000} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body bgcolor="#ffffff"> </p><p style="text-indent: 2em;font-size:18px;"><p class="red">士大夫井冈山地方官</p> </p><p style="text-indent: 2em;font-size:18px;"><h1 class="red">九连环离开计划</h1> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;">3 id选择符 </p><p style="text-indent: 2em;font-size:18px;">与class选择附类似,只是把'.'换成'#' </p><p style="text-indent: 2em;font-size:18px;">例:<body> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">#select{font-size:18px;color:#0000ff} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><table width="250" border="1" height="50"> </p><p style="text-indent: 2em;font-size:18px;"><tr> </p><p style="text-indent: 2em;font-size:18px;"><td align="center" id="select">id选择符</td> </p><p style="text-indent: 2em;font-size:18px;"></tr> </p><p style="text-indent: 2em;font-size:18px;"></table> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;">第 82 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">我们看到在调用ID选择附时与CLASS选择附类似,只是将class=""换成了id="",方便页</p><p style="text-indent: 2em;font-size:18px;">面脚本语言的调用 </p><p style="text-indent: 2em;font-size:18px;">关联选择符 </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">td p{font-size:18px;color:#0000ff} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><table width="250" border="1" height="50"> </p><p style="text-indent: 2em;font-size:18px;"><tr> </p><p style="text-indent: 2em;font-size:18px;"><td align="center"><p>关联选择符</p></td> </p><p style="text-indent: 2em;font-size:18px;"></tr> </p><p style="text-indent: 2em;font-size:18px;"></table> </p><p style="text-indent: 2em;font-size:18px;"><p>关联选择符</p> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">我们设定了在元素中<td>的元素<p>所包含文字的样式,只有在两个条件都满足是,样式在</p><p style="text-indent: 2em;font-size:18px;">会起作用, </p><p style="text-indent: 2em;font-size:18px;">伪类选择符 </p><p style="text-indent: 2em;font-size:18px;">是只能用在css选择符里,而不能用在html代码中的选择符 </p><p style="text-indent: 2em;font-size:18px;">例: </p><p style="text-indent: 2em;font-size:18px;">〈html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">a:link{color:#000000} </p><p style="text-indent: 2em;font-size:18px;">a:visited{color:#cccccc} </p><p style="text-indent: 2em;font-size:18px;">a:hover{color:#ff0000} </p><p style="text-indent: 2em;font-size:18px;">a:active{color:#ooooff} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></head> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><p><a href="#">关联选择符</a><p> </p><p style="text-indent: 2em;font-size:18px;"><p><a href="#">关联选择符</a><p> </p><p style="text-indent: 2em;font-size:18px;"><p><a href="#">关联选择符</a><p> </p><p style="text-indent: 2em;font-size:18px;"><p><a href="#">关联选择符</a><p> </p><p style="text-indent: 2em;font-size:18px;">〈/body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">第 83 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">正确的顺序是a:linka:visiteda:hover否则会引起页面上连接颜色混乱 </p><p style="text-indent: 2em;font-size:18px;">伪元素选择符 </p><p style="text-indent: 2em;font-size:18px;">与伪类选择符定义类似,目前被大多数浏览器支持的有两个:首行伪元素(first-line)和首</p><p style="text-indent: 2em;font-size:18px;">字符伪元素(first-letter)是用来实现首行大写和首行下沉效果的 </p><p style="text-indent: 2em;font-size:18px;">例:首行 </p><p style="text-indent: 2em;font-size:18px;"><html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">p:first-line{color:red;font-size:20pt} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></hesd> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><</p> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">长度随浏览器窗口大小而改变 </p><p style="text-indent: 2em;font-size:18px;">首字 </p><p style="text-indent: 2em;font-size:18px;"><html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">p:first-letter{color:red;font-size:50pt;float:left;} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></hesd> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><</p> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">以上两种都只能应用于块状元素上 </p><p style="text-indent: 2em;font-size:18px;">css规则 </p><p style="text-indent: 2em;font-size:18px;">1.继承 </p><p style="text-indent: 2em;font-size:18px;">例:<html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">td{font-size:12pt} </p><p style="text-indent: 2em;font-size:18px;">p{color:red} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></hesd> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;">第 84 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;"><table width="300" border="1" height="150"> </p><p style="text-indent: 2em;font-size:18px;"><tr> </p><p style="text-indent: 2em;font-size:18px;"><td align="center"> </p><p style="text-indent: 2em;font-size:18px;"><p>css规则</p> </p><p style="text-indent: 2em;font-size:18px;"></td> </p><p style="text-indent: 2em;font-size:18px;"></table> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;"><p>为最高级<td>次一级两种css用在一个属性元素上,相同的覆盖,不同的继承, </p><p style="text-indent: 2em;font-size:18px;">2.组合 </p><p style="text-indent: 2em;font-size:18px;">例:td{font-size:12pt} </p><p style="text-indent: 2em;font-size:18px;">p1{font-size:12pt} </p><p style="text-indent: 2em;font-size:18px;">组合后 </p><p style="text-indent: 2em;font-size:18px;">td,.p1{font-size:12pt} </p><p style="text-indent: 2em;font-size:18px;">3.层叠 </p><p style="text-indent: 2em;font-size:18px;">在样式里定义过后,在表格属性中又定义一次 </p><p style="text-indent: 2em;font-size:18px;"><html> </p><p style="text-indent: 2em;font-size:18px;"><head> </p><p style="text-indent: 2em;font-size:18px;"><style type="text/css"> </p><p style="text-indent: 2em;font-size:18px;"><!-- </p><p style="text-indent: 2em;font-size:18px;">red{color:#ff0000 limportant} </p><p style="text-indent: 2em;font-size:18px;">--> </p><p style="text-indent: 2em;font-size:18px;"></style> </p><p style="text-indent: 2em;font-size:18px;"></hesd> </p><p style="text-indent: 2em;font-size:18px;"><body> </p><p style="text-indent: 2em;font-size:18px;"><table width="300" border="1" height="150"> </p><p style="text-indent: 2em;font-size:18px;"><tr> </p><p style="text-indent: 2em;font-size:18px;"><td align="center" style="color:#0000ff" class="red">决撒地方官</td> </p><p style="text-indent: 2em;font-size:18px;"></tr> </p><p style="text-indent: 2em;font-size:18px;"></table> </p><p style="text-indent: 2em;font-size:18px;"></body> </p><p style="text-indent: 2em;font-size:18px;"></html> </p><p style="text-indent: 2em;font-size:18px;">css单位 </p><p style="text-indent: 2em;font-size:18px;">分四大类: </p><p style="text-indent: 2em;font-size:18px;">1 长度单位 </p><p style="text-indent: 2em;font-size:18px;">数值可以是整数,小数,正数,负数,0,后加单位(负值不要轻易使用) </p><p style="text-indent: 2em;font-size:18px;">换算关系: </p><p style="text-indent: 2em;font-size:18px;">1in(英寸)=6pc(派) </p><p style="text-indent: 2em;font-size:18px;">1in(英寸)=72pt(磅) </p><p style="text-indent: 2em;font-size:18px;">1in(英寸)=2.54(厘米) </p><p style="text-indent: 2em;font-size:18px;">1cm(厘米)=10mm(毫米) </p><p style="text-indent: 2em;font-size:18px;">1cm(厘米)=0.3937(英寸) </p><p style="text-indent: 2em;font-size:18px;">1pt(磅)=1/72in(英寸)=0.2478mm(毫米) </p><p style="text-indent: 2em;font-size:18px;">1pc(派)=1/6in(英寸)=我国新四号铅字的尺寸 </p><p style="text-indent: 2em;font-size:18px;">第 85 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">2 百分比单位 </p><p style="text-indent: 2em;font-size:18px;">3 颜色单位 </p><p style="text-indent: 2em;font-size:18px;">4 url单位 </p><p style="text-indent: 2em;font-size:18px;">div属性 </p><p style="text-indent: 2em;font-size:18px;">color : #999999 文字颜色 </p><p style="text-indent: 2em;font-size:18px;">font-family : 宋体 文字字型 </p><p style="text-indent: 2em;font-size:18px;">font-size : 10pt 文字大小 </p><p style="text-indent: 2em;font-size:18px;">font-style:itelic 文字斜体育 </p><p style="text-indent: 2em;font-size:18px;">font-variant:small-caps 小字体 </p><p style="text-indent: 2em;font-size:18px;">letter-spacing : 1pt 文字间距 </p><p style="text-indent: 2em;font-size:18px;">line-height : 200% 设定行高 </p><p style="text-indent: 2em;font-size:18px;">font-weight:bold 文字粗体 </p><p style="text-indent: 2em;font-size:18px;">vertical-align:sub 下标字 </p><p style="text-indent: 2em;font-size:18px;">vertical-align:super 上标字 </p><p style="text-indent: 2em;font-size:18px;">text-decoration:line-through 加?h除线 </p><p style="text-indent: 2em;font-size:18px;">text-decoration:overline 加顶线 </p><p style="text-indent: 2em;font-size:18px;">text-decoration:underline 加底线 </p><p style="text-indent: 2em;font-size:18px;">text-decoration:none ?h除连接底线 </p><p style="text-indent: 2em;font-size:18px;">text-transform : capitalize 首字大写 </p><p style="text-indent: 2em;font-size:18px;">text-transform : uppercase 英文大写 </p><p style="text-indent: 2em;font-size:18px;">text-transform : lowercase 英文写 </p><p style="text-indent: 2em;font-size:18px;">text-align:right 文字*右对齐 </p><p style="text-indent: 2em;font-size:18px;">text-align:left 文字*左对齐 </p><p style="text-indent: 2em;font-size:18px;">text-align:center 文字置中对齐 </p><p style="text-indent: 2em;font-size:18px;">这些是一些简单的文字效果,可以应用到css的页面中。 </p><p style="text-indent: 2em;font-size:18px;">背景 </p><p style="text-indent: 2em;font-size:18px;">background-color:black 背景颜色 </p><p style="text-indent: 2em;font-size:18px;">background-image : url(image/) 背景图片 </p><p style="text-indent: 2em;font-size:18px;">background-attachment : fixed 固定背景 </p><p style="text-indent: 2em;font-size:18px;">background-repeat : repeat 重复排列-网页预设 </p><p style="text-indent: 2em;font-size:18px;">background-repeat : no-repeat 不重复排列 </p><p style="text-indent: 2em;font-size:18px;">background-repeat : repeat-x </p><p style="text-indent: 2em;font-size:18px;">在x轴重复排列 </p><p style="text-indent: 2em;font-size:18px;">background-repeat : repeat-y 在y轴重复排列 </p><p style="text-indent: 2em;font-size:18px;">background-position : 90% 90% 背景图片x与y轴的位置 </p><p style="text-indent: 2em;font-size:18px;">链接 </p><p style="text-indent: 2em;font-size:18px;">A 所有超连接 </p><p style="text-indent: 2em;font-size:18px;">A:link 超连接文字格式 </p><p style="text-indent: 2em;font-size:18px;">A:visited 浏览过的连接文字格式 </p><p style="text-indent: 2em;font-size:18px;">A:active 按下连接的格式 </p><p style="text-indent: 2em;font-size:18px;">A:hover 鼠标移至连接 </p><p style="text-indent: 2em;font-size:18px;">边框 </p><p style="text-indent: 2em;font-size:18px;">border-top : 1px solid black 上框 </p><p style="text-indent: 2em;font-size:18px;">border-bottom : 1px solid #6699cc 下框 </p><p style="text-indent: 2em;font-size:18px;">border-left : 1px solid #6699cc 左框 </p><p style="text-indent: 2em;font-size:18px;">第 86 页 共 87 页 </p><p style="text-indent: 2em;font-size:18px;">border-right : 1px solid #6699cc 右框 </p><p style="text-indent: 2em;font-size:18px;">border: 1px solid #6699cc 四边框 </p><p style="text-indent: 2em;font-size:18px;">虚线 </p><p style="text-indent: 2em;font-size:18px;"><TEXTAREA STYLE="border:1px dashed pink"> </p><p style="text-indent: 2em;font-size:18px;">实线 </p><p style="text-indent: 2em;font-size:18px;"><TEXTAREA STYLE="border:1px solid pink"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">第 87 页 共 87 页 </p></div><br><p><h2></h2></p><div class=entry-copyright><p> 发布者:admin,转转请注明出处:<span>http://www.yc00.com/web/1720061626a2759800.html</span></p></div></div><div class=entry-tag><a href="/tag/519821.html" rel=tag>获取</a><a href="/tag/176235.html" rel=tag>设置</a><a href="/tag/249166.html" rel=tag>对象</a><a href="/tag/518734.html" rel=tag>说明</a><a href="/tag/520005.html" rel=tag>文本</a></div><div class=entry-bar><div class="linxie7ede2-1841entry-bar-inner clearfix"><div class="linxie7ede2-1841author pull-left"><a target=_blank href="/user/1.html" class="avatar"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span class=author-name>admin</span></a></div><div class="linxie7ede2-1841info pull-right"><div class="linxie7ede2-1841info-item meta"><a class=meta-item href=#comments><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i><span class=data>0</span></a></div><div class="linxie7ede2-1841info-item share"><a class="meta-item wechat" data-share=wechat target=_blank rel=nofollow href=#><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-wechat></use></svg></i></a><a class="meta-item weibo" data-share=weibo target=_blank rel=nofollow href=#><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-weibo></use></svg></i></a><a class="meta-item qq" data-share=qq target=_blank rel=nofollow href=#><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-qq></use></svg></i></a><a class="meta-item qzone" data-share=qzone target=_blank rel=nofollow href=#><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-qzone></use></svg></i></a></div><div class="linxie7ede2-1841info-item act"><a href=javascript:; id=j-reading><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-article></use></svg></i></a></div></div></div></div></div><div class=entry-related-posts><h3 class="entry-related-title">相关推荐</h3><ul class="entry-related cols-3 post-loop post-loop-default"><li class="item "><div class=item-img><a class=item-img-inner href="/web/1719928689a2759280.html" title="poi cellstyle用法" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="poi cellstyle用法" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1719928689a2759280.html" target=_blank rel=bookmark>poi cellstyle用法</a></h2><div class=item-excerpt><p>poi cellstyle用法</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>47</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/news/1719939144a2759329.html" title="基于Swing的Mini记事本源程序" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="基于Swing的Mini记事本源程序" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/news" target=_blank>建站资讯</a></div><div class=item-content><h2 class="item-title"><a href="/news/1719939144a2759329.html" target=_blank rel=bookmark>基于Swing的Mini记事本源程序</a></h2><div class=item-excerpt><p>基于Swing的Mini记事本源程序</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>99</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/news/1719957494a2759417.html" title="Scrapebox使用中文教程" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="Scrapebox使用中文教程" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/news" target=_blank>建站资讯</a></div><div class=item-content><h2 class="item-title"><a href="/news/1719957494a2759417.html" target=_blank rel=bookmark>Scrapebox使用中文教程</a></h2><div class=item-excerpt><p>Scrapebox使用中文教程</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>79</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1719960524a2759432.html" title="delphi6 picturebox用法" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="delphi6 picturebox用法" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1719960524a2759432.html" target=_blank rel=bookmark>delphi6 picturebox用法</a></h2><div class=item-excerpt><p>delphi6 picturebox用法</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>33</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1719994420a2759607.html" title="bat中echo用法" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="bat中echo用法" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1719994420a2759607.html" target=_blank rel=bookmark>bat中echo用法</a></h2><div class=item-excerpt><p>bat中echo用法</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>15</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/news/1720024014a2759696.html" title="js bind方法 用法" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="js bind方法 用法" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/news" target=_blank>建站资讯</a></div><div class=item-content><h2 class="item-title"><a href="/news/1720024014a2759696.html" target=_blank rel=bookmark>js bind方法 用法</a></h2><div class=item-excerpt><p>js bind方法 用法</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>30</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1720024918a2759698.html" title="怎么调用js方法调用方法调用" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="怎么调用js方法调用方法调用" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1720024918a2759698.html" target=_blank rel=bookmark>怎么调用js方法调用方法调用</a></h2><div class=item-excerpt><p>怎么调用js方法调用方法调用</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>36</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/news/1720027629a2759704.html" title="js实现bind的方法" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="js实现bind的方法" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/news" target=_blank>建站资讯</a></div><div class=item-content><h2 class="item-title"><a href="/news/1720027629a2759704.html" target=_blank rel=bookmark>js实现bind的方法</a></h2><div class=item-excerpt><p>js实现bind的方法</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>39</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/news/1720055423a2759784.html" title="JS知识点总结" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="JS知识点总结" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/news" target=_blank>建站资讯</a></div><div class=item-content><h2 class="item-title"><a href="/news/1720055423a2759784.html" target=_blank rel=bookmark>JS知识点总结</a></h2><div class=item-excerpt><p>JS知识点总结</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>55</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/news/1721298516a2760500.html" title="Excel数据表数据样式设置表样式" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="Excel数据表数据样式设置表样式" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/news" target=_blank>建站资讯</a></div><div class=item-content><h2 class="item-title"><a href="/news/1721298516a2760500.html" target=_blank rel=bookmark>Excel数据表数据样式设置表样式</a></h2><div class=item-excerpt><p>Excel数据表数据样式设置表样式</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">8月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>114</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/num/1724710428a3078070.html" title="机顶盒遥控器能按待机,设置,返回,别的按了没反应,是为何?" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="机顶盒遥控器能按待机,设置,返回,别的按了没反应,是为何?" decoding=async data-original="/uploads/image/0964.jpg"></a><a class=item-category href="/num" target=_blank>数码科技</a></div><div class=item-content><h2 class="item-title"><a href="/num/1724710428a3078070.html" target=_blank rel=bookmark>机顶盒遥控器能按待机,设置,返回,别的按了没反应,是为何?</a></h2><div class=item-excerpt><p></p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">6月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>11</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/num/1724935734a3373905.html" title="怎么进入多层无线ap路由,设置" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="怎么进入多层无线ap路由,设置" decoding=async data-original="/uploads/image/0353.jpg"></a><a class=item-category href="/num" target=_blank>数码科技</a></div><div class=item-content><h2 class="item-title"><a href="/num/1724935734a3373905.html" target=_blank rel=bookmark>怎么进入多层无线ap路由,设置</a></h2><div class=item-excerpt><p></p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">6月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>9</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/num/1725004023a3479363.html" title="我的手机今天早上起来就什么软件都打不开了,打开就闪退,设置,相册,相机都用不了.这是为什么啊!" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="我的手机今天早上起来就什么软件都打不开了,打开就闪退,设置,相册,相机都用不了.这是为什么啊!" decoding=async data-original="/uploads/image/0728.jpg"></a><a class=item-category href="/num" target=_blank>数码科技</a></div><div class=item-content><h2 class="item-title"><a href="/num/1725004023a3479363.html" target=_blank rel=bookmark>我的手机今天早上起来就什么软件都打不开了,打开就闪退,设置,相册,相机都用不了.这是为什么啊!</a></h2><div class=item-excerpt><p></p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">6月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>18</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1726366987a3532375.html" title="Discovery5000[1].0.0.0技术说明" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="Discovery5000[1].0.0.0技术说明" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1726366987a3532375.html" target=_blank rel=bookmark>Discovery5000[1].0.0.0技术说明</a></h2><div class=item-excerpt><p>Discovery5000[1].0.0.0技术说明</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">6月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>9</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1733260227a3655956.html" title="linux 用命令写文本编辑器,Linux 常用文本处理命令和vim文本编辑器" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="linux 用命令写文本编辑器,Linux 常用文本处理命令和vim文本编辑器" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1733260227a3655956.html" target=_blank rel=bookmark>linux 用命令写文本编辑器,Linux 常用文本处理命令和vim文本编辑器</a></h2><div class=item-excerpt><p>今天&amp;#xff0c;来介绍几个常用文本处理命令和vim文本编辑器 day3--常用文本处理命令和vim文本编辑器 col&amp;#xff0c;用于过滤控制字符&amp;#xff0c;-b过滤掉所有控制字符&amp;#xff0c;这</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">3月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>9</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1733260329a3655970.html" title="[ Linux 命令基础 4 ] Linux 命令详解-文本处理命令" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="[ Linux 命令基础 4 ] Linux 命令详解-文本处理命令" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1733260329a3655970.html" target=_blank rel=bookmark>[ Linux 命令基础 4 ] Linux 命令详解-文本处理命令</a></h2><div class=item-excerpt><p>&amp;#x1f36c; 博主介绍 &amp;#x1f468;‍&amp;#x1f393; 博主介绍&amp;#xff1a;大家好&amp;#xff0c;我是 _PowerShell &amp;#xff0c;很高兴认识大家~ ✨主攻领域&</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">3月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>11</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1734009926a3742594.html" title="腾讯云对象存储服务的使用" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="腾讯云对象存储服务的使用" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1734009926a3742594.html" target=_blank rel=bookmark>腾讯云对象存储服务的使用</a></h2><div class=item-excerpt><p>开通服务 进入官网点击立即使用 实名认证&amp;#xff0c;填写信息 开通服务创建存储桶 私有读写&amp;#xff1a;读写均要认证 公有读私有写&amp;#xff1a;写要认证&amp;#xff0c;读不用 共有读写&am</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">3月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>73</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1735049048a3783550.html" title="InDesign 教程如何在帧之间流动文本?" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="InDesign 教程如何在帧之间流动文本?" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1735049048a3783550.html" target=_blank rel=bookmark>InDesign 教程如何在帧之间流动文本?</a></h2><div class=item-excerpt><p>欢迎观看indesign教程,小编带大家学习 InDesign 的基本工具和使用技巧,了解如何将文本从一个框架转移到另一个框架。 在InDesign中工作时,您可能会导入打算从一页流向下一页的冗长文本,或者您的文本可能不适合某个区域,需要</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">2月前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>3</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1740118196a4192523.html" title="3dmax无法选中对象怎么办" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="3dmax无法选中对象怎么办" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1740118196a4192523.html" target=_blank rel=bookmark>3dmax无法选中对象怎么办</a></h2><div class=item-excerpt><p>在使用3dmax时&amp;#xff0c;有时会出现选择不了物体的情况&amp;#xff0c;这可能有4种原因导致&amp;#xff0c;可以用下面方法尝试解决下。 1、空格 在选中对象的情况下&amp;#xff0c;若不小心按了空格键就会</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">26天前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>1</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><li class="item "><div class=item-img><a class=item-img-inner href="/web/1740121105a4193039.html" title="【MyBatis】Mybatis的java对象名和数据库表名不同怎么办?" target="_blank"><img width=480 height=300 src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="【MyBatis】Mybatis的java对象名和数据库表名不同怎么办?" decoding=async data-original="/view/img/nopic.png"></a><a class=item-category href="/web" target=_blank>网站建设</a></div><div class=item-content><h2 class="item-title"><a href="/web/1740121105a4193039.html" target=_blank rel=bookmark>【MyBatis】Mybatis的java对象名和数据库表名不同怎么办?</a></h2><div class=item-excerpt><p>java对象名 和 数据库表名 不同怎么办? 提问&amp;#xff1a; 我想请教一下&amp;#xff0c;在使用mybatis的注解的时候&amp;#xff0c;如果出现java对象名和数据库表名不同的时候&amp;#xff0c;如</p></div><div class=item-meta><div class="item-meta-li author"><a target=_blank href="/user/1.html" class="avatar j-user-card"><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-60 photo' height=60 width=60><span>admin</span></a></div><span class="item-meta-li date">26天前</span><div class=item-meta-right><span class="item-meta-li views" title="阅读数"><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-eye></use></svg></i>3</span><span class="item-meta-li comments" title=评论数><i class="wpcom-icon wi"><svg aria-hidden=true><use xlink:href=#wi-comment></use></svg></i>0</span></div></div></div></li><script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src ="https://hm.baidu.com/hm.js?f186ba0b24e70e8971256f6532580d33"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </ul></div><div id=comments class=entry-comments><div id="respond" class="comment-respond"><h3 id="reply-title" class="comment-reply-title">发表回复<small><a rel="nofollow" id="cancel-comment-reply-link" href="/justnews/353.html#respond" style="display:none;"><i class="wpcom-icon wi"><svg aria-hidden="true"><use xlink:href="#wi-close"></use></svg></i></a></small></h3><form action="/comment/create/2759800.html?safe_token=Hp7wHxgZpaD7rtzwjd3XoP_2F8FuGAwnBHxYpVbo_2FmrqD5ojf05emv1nyR53SuvNhvp69xXGSDXZTkZGgW" method="post" id="commentform" class="comment-form"><div class="linxie7ede2-1841comment-form-comment"><textarea id="comment" name="message" class="required" rows="4" placeholder="写下你的评论…"></textarea></div><div class="linxie7ede2-1841form-submit"><button name="submit" type="submit" id="submit" class="btn btn-primary btn-xs submit">提交</button><input type="hidden" name="doctype" value="1" /><input type="hidden" name="quotepid" value="0" /></div></form></div><h3 class="comments-title">评论列表(0条)</h3><ul class=comments-list><li class="sn-empty">暂无评论</li></ul></div></article></main><aside class=sidebar><div class="linxie7ede2-1841widget widget_profile"><div class=profile-cover><img src="/view/template/justnews/img/avatar_bg.jpg" alt="admin"></div><div class=avatar-wrap><a target=_blank href="/user/1.html" class=avatar-link><img alt="admin" src="/upload/avatar/000/1.png?1687492101" class='avatar avatar-120 photo' height=120 width=120></a></div><div class=profile-info><a target=_blank href="/user/1.html" class=profile-name><span class=author-name>admin</span><span class=user-group>管理员组</span></a><p class=author-description>Enjoy coding, enjoy life!</p><div class=profile-stats><div class=profile-stats-inner><div class=user-stats-item><b>2699550</b><span>文章</span></div><div class=user-stats-item><b>0</b><span>评论</span></div></div></div></div><div class=profile-posts><h3 class="widget-title"><span>最近文章</span></h3><ul><li><a href="/news/1726813566a3547961.html" title="python re库用法">python re库用法</a></li><li><a href="/news/1726642346a3546263.html" title="VBA列表和下拉菜单的设计和应用">VBA列表和下拉菜单的设计和应用</a></li><li><a href="/xiaochengxu/1691040819a493072.html" title="使用多项式函数进行拟合">使用多项式函数进行拟合</a></li><li><a href="/xiaochengxu/1691040665a493033.html" title="分段多项式拟合">分段多项式拟合</a></li><li><a href="/web/1742417379a4440004.html" title="Windows 环境下 Hadoop 的安装和配置">Windows 环境下 Hadoop 的安装和配置</a></li><li><a href="/web/1742417371a4440002.html" title="Sumsung T5无法同时被Mac和Windows系统识别的原因">Sumsung T5无法同时被Mac和Windows系统识别的原因</a></li><li><a href="/num/1725041053a3519634.html" title="如何在CAD图纸一个布局里头的几十张图纸实现快速打印">如何在CAD图纸一个布局里头的几十张图纸实现快速打印</a></li><li><a href="/num/1725041052a3519633.html" title="肿么将多张CAD图形打印成一张PDF">肿么将多张CAD图形打印成一张PDF</a></li><li><a href="/xitong/1716142309a2726173.html" title="订货会设备准备组工作流程">订货会设备准备组工作流程</a></li><li><a href="/xitong/1716142255a2726168.html" title="的粤语怎么写">的粤语怎么写</a></li><li><a href="/questions/1742418098a4440133.html" title="javascript - typing into an input field using Cypress - Stack Overflow">javascript - typing into an input field using Cypress - Stack Overflow</a></li><li><a href="/questions/1742418051a4440127.html" title="javascript - Uncaught ReferenceError: Sys is not defined on ASP.NET - Stack Overflow">javascript - Uncaught ReferenceError: Sys is not defined on ASP.NET - Stack Overflow</a></li></ul></div></div><div class="linxie7ede2-1841widget widget_post_hot"><h3 class="widget-title"><span>热门文章</span></h3><ul><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/web/1742338448a4425130.html" title="小米路由器花生壳动态DDNS连接错误"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="小米路由器花生壳动态DDNS连接错误" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/web/1742338448a4425130.html" title="小米路由器花生壳动态DDNS连接错误">小米路由器花生壳动态DDNS连接错误</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742345213a4426408.html" title="jupyter notebook - How to change the labels on the y-axis of PyCaret&amp;#39;s SHAP plot? - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="jupyter notebook - How to change the labels on the y-axis of PyCaret&amp;#39;s SHAP plot? - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742345213a4426408.html" title="jupyter notebook - How to change the labels on the y-axis of PyCaret&amp;#39;s SHAP plot? - Stack Overflow">jupyter notebook - How to change the labels on the y-axis of PyCaret&amp;#39;s SHAP plot? - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742354469a4428161.html" title="javascript - How to show different header and footer based on different components in React.js? - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="javascript - How to show different header and footer based on different components in React.js? - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742354469a4428161.html" title="javascript - How to show different header and footer based on different components in React.js? - Stack Overflow">javascript - How to show different header and footer based on different components in React.js? - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742358525a4428920.html" title=".net - How do I convert hexidecimal to decimal using C# &amp;amp; BigInt? - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt=".net - How do I convert hexidecimal to decimal using C# &amp;amp; BigInt? - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742358525a4428920.html" title=".net - How do I convert hexidecimal to decimal using C# &amp;amp; BigInt? - Stack Overflow">.net - How do I convert hexidecimal to decimal using C# &amp;amp; BigInt? - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742363901a4429924.html" title="javascript - How to print props data in react component? - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="javascript - How to print props data in react component? - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742363901a4429924.html" title="javascript - How to print props data in react component? - Stack Overflow">javascript - How to print props data in react component? - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742369586a4430993.html" title="trace - trace_id is not passed to worker threads using opentelmnetry with jaeger - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="trace - trace_id is not passed to worker threads using opentelmnetry with jaeger - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742369586a4430993.html" title="trace - trace_id is not passed to worker threads using opentelmnetry with jaeger - Stack Overflow">trace - trace_id is not passed to worker threads using opentelmnetry with jaeger - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742375336a4432076.html" title="Javascript regex - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="Javascript regex - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742375336a4432076.html" title="Javascript regex - Stack Overflow">Javascript regex - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742382010a4433306.html" title="proof - What is the proper why to generate an instance from Lean4 GetElm class type? - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="proof - What is the proper why to generate an instance from Lean4 GetElm class type? - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742382010a4433306.html" title="proof - What is the proper why to generate an instance from Lean4 GetElm class type? - Stack Overflow">proof - What is the proper why to generate an instance from Lean4 GetElm class type? - Stack Overflow</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742387382a4434330.html" title="javascript - How to fix Webhook message delivery failed with error: Microsoft Teams endpoint returned HTTP error 400 in ms teams"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="javascript - How to fix Webhook message delivery failed with error: Microsoft Teams endpoint returned HTTP error 400 in ms teams" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742387382a4434330.html" title="javascript - How to fix Webhook message delivery failed with error: Microsoft Teams endpoint returned HTTP error 400 in ms teams">javascript - How to fix Webhook message delivery failed with error: Microsoft Teams endpoint returned HTTP error 400 in ms teams</a></p></div></li><li class="item"><div class="linxie7ede2-1841item-img"><a class="item-img-inner" href="/questions/1742408785a4438391.html" title="javascript - How to correctly pass xml to draw.ioembed.diagrams.net? - Stack Overflow"><img width="480" height="300" src="/view/template/justnews/img/lazy-480x300.png" class="attachment-default size-default wp-post-image j-lazy" alt="javascript - How to correctly pass xml to draw.ioembed.diagrams.net? - Stack Overflow" decoding="async" data-original="/view/img/nopic.png"></a></div><div class="linxie7ede2-1841item-content"><p class="item-title"><a href="/questions/1742408785a4438391.html" title="javascript - How to correctly pass xml to draw.ioembed.diagrams.net? - Stack Overflow">javascript - How to correctly pass xml to draw.ioembed.diagrams.net? - Stack Overflow</a></p></div></li></ul></div></aside></div></div><footer class="footer"><div class="container"><div class="footer-col-wrap footer-with-logo-icon"><div class="footer-col footer-col-logo"><img src="/view/template/justnews/img/logo-footer.png" alt="江阴网站建设,江阴网站制作,江阴网站设计,江阴SEO优化,江阴小程序开发-江阴雨辰互联"></div><div class="footer-col footer-col-copy"><ul class="footer-nav hidden-xs"><li id=menu-item-152 class="menu-item menu-item-152"><a href="/lianxi/1145089.html">联系我们</a></li><li id=menu-item-130 class="menu-item menu-item-130"><a href="#">行业动态</a></li><li id=menu-item-157 class="menu-item menu-item-157"><a href="#">专题列表</a></li><li id=menu-item-129 class="menu-item menu-item-129"><a href="#">用户列表</a></li><li id=menu-item-4252 class="menu-item menu-item-4252"><a href="#">网址导航</a></li></ul><div class="copyright"><p> CopyRight © 2022 All Rights Reserved. Powered by <a href="/">江阴网站建设,江阴网站制作,江阴网站设计,江阴SEO优化,江阴小程序开发-江阴雨辰互联</a></p><p><a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">豫ICP备2021025688号-30</a>| <p><a href="https://www.fzithome.com/xitong/">福州电脑网</a></p></p></div></div><div class="footer-col footer-col-sns"><div class=footer-sns><a class=sns-wx href=javascript:; aria-label=icon><i class="wpcom-icon fa fa-apple sns-icon"></i><span style="background-image:url('/view/template/justnews/img/qrcode.jpg');"></span></a><a class=sns-wx href=javascript:; aria-label=icon><i class="wpcom-icon fa fa-android sns-icon"></i><span style="background-image:url('/view/template/justnews/img/qrcode.jpg');"></span></a><a class=sns-wx href=javascript:; aria-label=icon><i class="wpcom-icon fa fa-weixin sns-icon"></i><span style="background-image:url('/view/template/justnews/img/qrcode.jpg');"></span></a><a href=/ target=_blank rel=nofollow aria-label=icon><i class="wpcom-icon fa fa-weibo sns-icon"></i></a></div></div></div></div></footer><div class="action action-style-0 action-color-1 action-pos-1" style=bottom:120px;><div class=action-item><i class="wpcom-icon fa fa-comments action-item-icon"></i><div class="action-item-inner action-item-type-2"><h3 style="text-align: center;">联系我们</h3><h5 style="text-align: center;"><span style="color: #2d6ded; font-size: 24px; line-height: 2;"><strong>400-800-8888</strong></span></h5><p> 在线咨询: <a class="btn btn-primary btn-xs" href="http://wpa.qq.com/msgrd?uin=99999" target=_blank rel="noopener noreferrer"><i class="wpcom-icon fa fa-qq"></i> QQ交谈 </a></p><p>邮件:admin@example.com</p><p>工作时间:周一至周五,9:30-18:30,节假日休息</p></div></div><div class=action-item><i class="wpcom-icon fa fa-wechat action-item-icon"></i><div class="action-item-inner action-item-type-1"><img class=action-item-img src="/view/template/justnews/img/qrcode.jpg" alt=关注微信></div></div><div class="action-item j-share"><i class="wpcom-icon wi action-item-icon"><svg aria-hidden=true><use xlink:href=#wi-share></use></svg></i></div><div class="action-item gotop j-top"><i class="wpcom-icon wi action-item-icon"><svg aria-hidden=true><use xlink:href=#wi-arrow-up-2></use></svg></i></div></div><script> var _wpcom_js = { "slide_speed":"5000", "is_admin":"0", "video_height":"484", "fixed_sidebar":"1", "dark_style":"0", "user_card":"1" }; var _wpmx_js = {}; </script><script src="/view/template/justnews/js/bind.js?2.3.0"></script><script src="/view/template/justnews/js/chunk.js?2.3.0"></script><script src="/view/template/justnews/js/utils.js?2.3.0"></script><script>jQuery(function($) {setup_share(1);});</script></body></html>
        1. 设置一个表格格子应跨占

          的列数(缺省为1)

          设置一个表格格子应跨占的行数(缺

          省为1)

          禁止表格格子内的内容自动断行回卷

          第 5 页 共 87 页

          窗 框

          …… 放在一个窗框文档的标签之前,也可以

          嵌在其他窗框文档中 定义一个窗框内的行

          数,可以使用绝对像素值或高度的百分比 定

          义一个窗框内的列数,可以使用绝对像素值或宽度的百分比 定义一个

          窗框内的单一窗或窗区域 …… 定义在不支持窗框的浏

          览器中显示什么提示

          窗 框 属 性

          规定窗框内显示什么HTML文档

          命名窗框或区域以便别的窗框可以指向它 定义窗

          框左右边缘的空白大小,必须大于等于1 定义窗

          框上下边缘的空白大小,必须大于等于1 设置窗框

          是否有滚动栏,其值可以是"yes","no","auto",缺省时一般为"auto"

          noresize> 禁止用户调整一个窗框的大小 表 单 对于功能性的表单,一般需要

          运行一个CGI小程序,HTML仅仅是产生表单的表面样子。

          ……

          建所有表单

          建一个滚动菜单,size设置在需要滚动前可以看到的表单项数目

          置每个表单项的内容 创建一个下拉菜单

          创建一个文

          本框区域,列的数目设置宽度,行的数目设置高度

          name="NAME"> 创建一个复选框,文字在标签后面

          name="NAME" value="x"> 创建一个单选框,文字在标签后面

          name="……" size=value> 创建一个单行文本输入区域,size设置以字符计的

          宽度 创建一个submit(提交)按钮

          创建一个使用

          图象的submit(提交)按钮 创建一个reset(重置)按

          附 加 属 性

          ……
          预置格式风格标签用来显示字体宽度固定的文本块,主要

          用来在表格格式中显示文本 …… 打字机风格用来显示打字机字体宽

          度固定的文本 …… 示例风格以单倍距显示文本

          ……
          地址风格一般用于文档的开始或结尾处,并以斜体格

          式显示文本。

          ……
          定义列表风格用来显示术语及其定义

          颜色

          #=rrggbb 16 进制 RGB 数值,或者是下列预定义色彩:

          Black,Olive,Teal,Red,Blue,Maroon,Navy,

          Gray,Lime,Yellow,white,Silver,Fuchsia,Purple,Green,Aqua[返回本页首部]

          第 6 页 共 87 页

          META标签

          描述不包含在标准HTML里的文档信息。

          本页的关键字和描述。在页面里加上这些定义后,一些搜索引擎就能够让读者根

          据这些关键字搜索到您的主页,了解你的主页内容。

          浏览器将在30秒后,自动转到。您可用它制作一个封面,在若干时间

          后,自动带读者来到您的目录页。如果URL项没有,浏览器就是刷新本页。这就

          是WWW聊天室定期刷新的实现原理。

          描述本页使用的语言。浏览器根据此项,就可以选择正确的语言编码,而不需要

          读者自己在浏览器里选择。GB2312是指简体中文,而台湾BIG5内码的主页则是

          用BIG5。

          强制性调用网上的最新版本。浏览器为节约时间,在本地硬盘上保存一个临时文

          件。在重新调用时,便直接显示那个临时文件。如果您想让读者每次都看到最新

          的版本,可加上句。[返回本页首部]

          LINK

          显示本文档和其他文档之间的连接关系。一个最有用的应用就是外部层叠样式表

          的定位。格式如下:

          REL参数说明两个文档之间的关

          系,HREF说明目标文档名。关于层叠样式表,将在后面的课程中详述。[返回本

          页首部]

          BASE

          本文档的原始地址。语法:当读者下载您的文档后,由

          此可以知道是从哪里下载的。[返回本页首部]

          BODY

          BODY标记有一些属性,用于定义页面内的显示效果。 ALINK、LINK、TEXT、

          VLINK—— 文字的颜色。

          ALINK:当前激活的连接的文字颜色。

          LINK:连接的文字颜色。

          TEXT:文字的颜色。

          VLINK:参观过的文字颜色。

          注意:文字的颜色要和背景色有明显的差别,以便读者浏览。

          BACKGROUND、BGPROPERTIES、BGCOLOR——页面的背景部分。

          BACKGROUND:背景图案,该图案在页面内平铺。背景图案应保持单一色调,

          以保证页面文字易于阅读。

          第 7 页 共 87 页

          BGPROPERTIES:设置成FIXED,则背景图案不滚动。(只对INTERNET EXPLORER

          有效)

          BGCOLOR:背景色。

          注意:如果你的背景图案是深色调,因之文字颜色为淡颜色,那么由于浏

          览器调用页面的顺序是“背景色-文字-背景图案”,那么在背景图案没有显示的

          情况下,你的文字在白颜色下很难阅读,所以应该选用一个跟你的背景图案颜色

          一致的背景色。

          LEFTMARGIN、TOPMARGIN——页边空白。(只对INTERNET EXPLORER有效)

          LEFTMARGIN:左边页边空白。

          TOPMARGIN:顶端页边空白。

          Html标签大全

          超文本链接

          创建超文本链接 ,其中的url为链接目标地址

          创建自动发送电子邮件的链接

          创建位于文档内部的书签

          创建指向位于文档内部书签的链接

          其他链接标记注解:

          target="..."决定链接源在什么地方显示(用户自定义的名字,

          _blank,_parent,_self,_top

          rel="..."发送链接的类型

          rev="..."保存链接的类型

          accesskey="..."指定该元素的热键

          shape="..."允许我们使用已定义的形状定义客户端的图形镜像(default,rect,

          circle,poly

          coord="..."使用像素或者长度百分比来定义形状的尺寸

          tabindex="..."使用定义过的tabindex元素设置在各个元素之间的焦点获取顺

          序(使用tab键使元素获得焦点)

          第 8 页 共 87 页

          ---------------------------------------------------------------------

          --------------------

          地址标记

          粗体字

          基准字体标记

          字体加大

          向右缩排

          ---------------------------------------------------------------------

          --------------------

          文件本体

          设置背景颜色。使用名字或RGB的十六进制值

          设置背景图片中国站长第一门户

          设置背景音乐

          固定背景图片(IE适用)

          设置文本颜色。使用名字或RGB的十六进制值

          设置链接颜色。使用名字或RGB的十六进制值

          设置已使用的链接的颜色。使用名字或RGB的十六进制值

          设置正在被击中的链接的颜色。使用名字或RGB的十六进制值

          设置页面的上边距

          设置页面的左边距

          ---------------------------------------------------------------------

          --------------------

          换行 插入一个回车换行符

          创建一个按钮

          disabled="..."把按钮的状态设置为不能

          第 9 页 共 87 页

          name="..."按钮的控制名 value="..."按钮的值

          type="..."按钮的类型(button, submit, reset)

          ---------------------------------------------------------------------

          --------------------