最权威的html 标签属性大全
阅读原文时间:2023年07月08日阅读:1

---恢复内容开始---

1.html标签

普通卷动

滑动
预设卷动
来回卷动
向下卷动
向上卷动
向右卷动
向左卷动
卷动次数
设定宽度
设定高度

设定背景颜色
设定滚动速度
设定卷动时间

鼠标经过上面时停止滚动
鼠标离开时开始滚动

...

标题字(最大)

...

标题字(最小)
粗体字

粗体字(强调) (同上效果略同)
斜体字
斜体字(强调)

斜体字(表示定义)
底线

底线(表示插入文字)
横线
删除线

删除线(表示删除)
键盘文字
打字体

固定宽度字体(在文件中空白、换行、定位功能有效)
…</plaintext>固定宽度字体(不执行标记符号) <br /> <listing>…</listing> 固定宽度小字体 <br /> <hr size=’9’>水平线(设定大小) <br /> <hr width=’80%’>水平线(设定宽度) <br /> <hr color=’ff0000’>水平线(设定颜色) <br /> <br>(换行)</p> <p><nobr>…</nobr>水域(不换行) </p> <p>...</p> <p>水域(段落) <br /> <center>…</center>置中</p> <p><base href=位址>(预设好连结路径) <br /> <a rel="nofollow noopener noreferrer" href=位址></a>外部连结</p> <p><a rel="nofollow noopener noreferrer" href=位址 target=’\_blank’></a>外部连结(另开新视窗) <br /> <a rel="nofollow noopener noreferrer" href=位址 target=’\_top’></a>外部连结(全视窗连结) <br /> <a rel="nofollow noopener noreferrer" href=位址 target=’页框名’></a>外部连结(在指定页框连结)</p> <p><img class='lazyload' data-src=图片位址>贴图</p> <p><img class='lazyload' data-src=图片位址 width=’180’>设定图片宽度 <br /> <img class='lazyload' data-src=图片位址 height=’30’>设定图片高度</p> <p><img class='lazyload' data-src=图片位址 alt=’提示文字’>设定图片提示文字 <br /> <img class='lazyload' data-src=图片位址’ border=’1’>设定图片边框 <br /> <bgsound src=MID音乐档位址>背景音乐设定</p> <table aling=left>...</table> <p>表格位置,置左 </p> <table aling=center>...</table> <p>表格位置,置中</p> <table background=图片路径>...</table> <p>背景图片的URL=就是路径网址 </p> <table border=边框大小>...</table> <p>设定表格边框大小(使用数字) </p> <table bgcolor=颜色码>...</table> <p>设定表格的背景颜色 </p> <table borderclor=颜色码>...</table> <p>设定表格边框的颜色</p> <table borderclordark=颜色码>...</table> <p>设定表格暗边框的颜色 </p> <table borderclorlight=颜色码>...</table> <p>设定表格亮边框的颜色</p> <table cellpadding=参数>...</table> <p>指定内容与格线之间的间距(使用数字) </p> <table cellspacing=参数>...</table> <p>指定格线与格线之间的距离(使用数字) </p> <table cols=参数>...</table> <p>指定表格的栏数</p> <table frame=参数>...</table> <p>设定表格外框线的显示方式 </p> <table width=宽度>...</table> <p>指定表格的宽度大小(使用数字) </p> <table height=高度>...</table> <p>指定表格的高度大小(使用数字) <br /> <td colspan=参数>…</td>指定储存格合并栏的栏数(使用数字) <br /> <td rowspan=参数>…</td>指定储存格合并列的列数(使用数字)</p> <p>分割视窗</p> <p><frameset cols="20%,\*">左右分割,将左边框架分割大小为20%右边框架的大小浏览器会自动调整</p> <p><frameset rows="20%,\*">上下分割,将上面框架分割大小为20%下面框架的大小浏览器会自动调整</p> <p><frameset cols="20%,\*">分割左右两个框架</p> <p><frameset cols="20%,\*,20%">分割左中右三个框架</p> <p>&lt;分割上下两个框架</p> <p><frameset rows="20%,\*,20%">分割上中下三个框架 <br /> 属性: <br /> cols 垂直切割窗口(如左右分割两个窗口)接受整数值,百分数,*(*代表占用余下空间)数值的个数代表分成的部分数目,要以逗号分隔。例:cols="30,*,50%"可以 切成三个视窗,第一部分是30像素(pixels)为绝对分割,第二部分是当分配完第一和第三视图后剩下的空间,第三部分则占整个窗口的50%宽度,为相对分割。</p> <p>rows 就是横向切割,将窗口上下分开,数值设置同上。</p> <p>以上两属性尽量不要在同一个<frameset>标记中,因为王井(netscape)不支持,尽量采用多重分割。</p> <p>frameborder 设置框架的边框,其值有0不要边框,1要边框。 <br /> border 设置框架边框厚度 <br /> framespacing 表示框架与框架间保留空白的距离 <br /> frame 元素(单标签) <br /> 语法格式: <br /> <frame name="" src="url" scrolling="yes/no" noresize> <br /> 属性: <br /> name 框架名称,指定框架来做连接的目标窗口。</p> <p>src 框架中要显示的网页文当url地址,每个个框架要对应一个html文挡。 <br /> scrolling 是否显示滚动条,yes/no,auto是自动。 <br /> noresize 设置不让使用者改变这个框架的大小,</p> <p>noframe元素 <br /> 指定当使用了框架的页面在不支持框架的浏览器中打开时显示的信息 <br /> 语法格式: <noframe> …… </noframe></p> <p>表单<form></form> <br /> 语法格式: </p> <form action="url" method="get/post"> .... <input type=submit><input type=reset> </form> <p>method有两种提交方式get,post <br /> action 是指明处理该表单的程序位置,这样表单所填的资料才能传给cgi做处里,可设定此参数为action="mailto:lwr8494@163.com" 这样此表单所填的资料将会发送到这个邮箱地址。 <br /> method 是指传送信息给cgi等网络程序的方式。可选post方法, <br /> get方法,post方法容许传送大量信息。get方法只接受低于1k的信息。 <br /> 申请表单用的是post搜索引擎用的是get<p>---恢复内容结束---</p>1.html标签</p> <p><marquee>…</marquee>普通卷动</p> <p><marquee behavior=slide>…</marquee>滑动 <br /> <marquee behavior=scroll>…</marquee>预设卷动 <br /> <marquee behavior=alternate>…</marquee>来回卷动 <br /> <marquee direction=down>…</marquee>向下卷动 <br /> <marquee direction=up>…</marquee>向上卷动 <br /> <marquee direction=right></marquee>向右卷动 <br /> <marquee direction=’left’></marquee>向左卷动 <br /> <marquee loop=2>…</marquee>卷动次数 <br /> <marquee width=180>…</marquee>设定宽度 <br /> <marquee height=30>…</marquee>设定高度</p> <p><marquee bgcolor=FF0000>…</marquee>设定背景颜色 <br /> <marquee scrollamount=30>…</marquee>设定滚动速度 <br /> <marquee scrolldelay=300>…</marquee>设定卷动时间</p> <p><marquee οnmοuseοver="this.stop()">…</marquee>鼠标经过上面时停止滚动 <br /> <marquee οnmοuseοver="this.start()">…</marquee>鼠标离开时开始滚动</p> <h1>...</h1> <p>标题字(最大) </p> <h6>...</h6> <p>标题字(最小) <br /> <b>…</b>粗体字</p> <p><strong>…</strong>粗体字(强调) (同上效果略同) <br /> <i>…</i>斜体字 <br /> <em>…</em>斜体字(强调)</p> <p><dfn>…</dfn>斜体字(表示定义) <br /> <u>…</u>底线</p> <p><ins>…</ins>底线(表示插入文字) <br /> <strike>…</strike>横线 <br /> <s>…</s>删除线</p> <p><del>…</del>删除线(表示删除) <br /> <kbd>…</kbd>键盘文字 <br /> <tt>…</tt> 打字体</p> <p><xmp>…</xmp>固定宽度字体(在文件中空白、换行、定位功能有效) <br /> <plaintext>…</plaintext>固定宽度字体(不执行标记符号) <br /> <listing>…</listing> 固定宽度小字体 <br /> <hr size=’9’>水平线(设定大小) <br /> <hr width=’80%’>水平线(设定宽度) <br /> <hr color=’ff0000’>水平线(设定颜色) <br /> <br>(换行)</p> <p><nobr>…</nobr>水域(不换行) </p> <p>...</p> <p>水域(段落) <br /> <center>…</center>置中</p> <p><base href=位址>(预设好连结路径) <br /> <a rel="nofollow noopener noreferrer" href=位址></a>外部连结</p> <p><a rel="nofollow noopener noreferrer" href=位址 target=’\_blank’></a>外部连结(另开新视窗) <br /> <a rel="nofollow noopener noreferrer" href=位址 target=’\_top’></a>外部连结(全视窗连结) <br /> <a rel="nofollow noopener noreferrer" href=位址 target=’页框名’></a>外部连结(在指定页框连结)</p> <p><img class='lazyload' data-src=图片位址>贴图</p> <p><img class='lazyload' data-src=图片位址 width=’180’>设定图片宽度 <br /> <img class='lazyload' data-src=图片位址 height=’30’>设定图片高度</p> <p><img class='lazyload' data-src=图片位址 alt=’提示文字’>设定图片提示文字 <br /> <img class='lazyload' data-src=图片位址’ border=’1’>设定图片边框 <br /> <bgsound src=MID音乐档位址>背景音乐设定</p> <table aling=left>...</table> <p>表格位置,置左 </p> <table aling=center>...</table> <p>表格位置,置中</p> <table background=图片路径>...</table> <p>背景图片的URL=就是路径网址 </p> <table border=边框大小>...</table> <p>设定表格边框大小(使用数字) </p> <table bgcolor=颜色码>...</table> <p>设定表格的背景颜色 </p> <table borderclor=颜色码>...</table> <p>设定表格边框的颜色</p> <table borderclordark=颜色码>...</table> <p>设定表格暗边框的颜色 </p> <table borderclorlight=颜色码>...</table> <p>设定表格亮边框的颜色</p> <table cellpadding=参数>...</table> <p>指定内容与格线之间的间距(使用数字) </p> <table cellspacing=参数>...</table> <p>指定格线与格线之间的距离(使用数字) </p> <table cols=参数>...</table> <p>指定表格的栏数</p> <table frame=参数>...</table> <p>设定表格外框线的显示方式 </p> <table width=宽度>...</table> <p>指定表格的宽度大小(使用数字) </p> <table height=高度>...</table> <p>指定表格的高度大小(使用数字) <br /> <td colspan=参数>…</td>指定储存格合并栏的栏数(使用数字) <br /> <td rowspan=参数>…</td>指定储存格合并列的列数(使用数字)</p> <p>分割视窗</p> <p><frameset cols="20%,\*">左右分割,将左边框架分割大小为20%右边框架的大小浏览器会自动调整</p> <p><frameset rows="20%,\*">上下分割,将上面框架分割大小为20%下面框架的大小浏览器会自动调整</p> <p><frameset cols="20%,\*">分割左右两个框架</p> <p><frameset cols="20%,\*,20%">分割左中右三个框架</p> <p>&lt;分割上下两个框架</p> <p><frameset rows="20%,\*,20%">分割上中下三个框架 <br /> 属性: <br /> cols 垂直切割窗口(如左右分割两个窗口)接受整数值,百分数,*(*代表占用余下空间)数值的个数代表分成的部分数目,要以逗号分隔。例:cols="30,*,50%"可以 切成三个视窗,第一部分是30像素(pixels)为绝对分割,第二部分是当分配完第一和第三视图后剩下的空间,第三部分则占整个窗口的50%宽度,为相对分割。</p> <p>rows 就是横向切割,将窗口上下分开,数值设置同上。</p> <p>以上两属性尽量不要在同一个<frameset>标记中,因为王井(netscape)不支持,尽量采用多重分割。</p> <p>frameborder 设置框架的边框,其值有0不要边框,1要边框。 <br /> border 设置框架边框厚度 <br /> framespacing 表示框架与框架间保留空白的距离 <br /> frame 元素(单标签) <br /> 语法格式: <br /> <frame name="" src="url" scrolling="yes/no" noresize> <br /> 属性: <br /> name 框架名称,指定框架来做连接的目标窗口。</p> <p>src 框架中要显示的网页文当url地址,每个个框架要对应一个html文挡。 <br /> scrolling 是否显示滚动条,yes/no,auto是自动。 <br /> noresize 设置不让使用者改变这个框架的大小,</p> <p>noframe元素 <br /> 指定当使用了框架的页面在不支持框架的浏览器中打开时显示的信息 <br /> 语法格式: <noframe> …… </noframe></p> <p>表单<form></form> <br /> 语法格式: </p> <form action="url" method="get/post"> .... <input type=submit><input type=reset> </form> <p>method有两种提交方式get,post <br /> action 是指明处理该表单的程序位置,这样表单所填的资料才能传给cgi做处里,可设定此参数为action="mailto:lwr8494@163.com" 这样此表单所填的资料将会发送到这个邮箱地址。 <br /> method 是指传送信息给cgi等网络程序的方式。可选post方法, <br /> get方法,post方法容许传送大量信息。get方法只接受低于1k的信息。 <br /> 申请表单用的是post搜索引擎用的是get</p></div></div><div class="MuiGrid-root jss8 MuiGrid-item MuiGrid-grid-xs-true MuiGrid-grid-md-3"><div class="MuiTypography-root jss26 MuiTypography-body1"><div class="MuiTypography-root jss27 MuiTypography-body1"><canvas style="height:108px;width:108px" height="108" width="108"></canvas><div class="MuiTypography-root jss28 MuiTypography-body1"><p class="MuiTypography-root jss29 MuiTypography-body1">手机扫一扫</p><p class="MuiTypography-root jss29 MuiTypography-body1">移动阅读更方便</p></div></div></div><div class="MuiTypography-root jss9 MuiTypography-body1"><div class="MuiTypography-root jss30 MuiTypography-body1" style="height:150px"><div class="swiper-container jss32"><div class="swiper-pagination"></div><div class="swiper-wrapper"><div class="swiper-slide jss32"><a class="MuiTypography-root MuiLink-root MuiLink-underlineHover jss32 MuiTypography-colorInherit" target="_blank" rel="nofollow noopener noreferrer" href="https://qd.rs/aliyun"><img alt="阿里云服务器" class="jss31" src="https://article.cdnof.com/promotion/aliyun.jpg"/></a></div><div class="swiper-slide jss32"><a class="MuiTypography-root MuiLink-root MuiLink-underlineHover jss32 MuiTypography-colorInherit" target="_blank" rel="nofollow noopener noreferrer" href="https://qd.rs/tencent"><img alt="腾讯云服务器" class="jss31" src="https://article.cdnof.com/promotion/tencent.jpg"/></a></div><div class="swiper-slide jss32"><a class="MuiTypography-root MuiLink-root MuiLink-underlineHover jss32 MuiTypography-colorInherit" target="_blank" rel="nofollow noopener noreferrer" href="https://qd.rs/qiniu"><img alt="七牛云服务器" class="jss31" src="https://article.cdnof.com/promotion/qiniu.png"/></a></div></div></div></div></div><div class="MuiTypography-root MuiTypography-body1"><div class="MuiTypography-root jss33 MuiTypography-body1"><p class="MuiTypography-root jss34 MuiTypography-body1">你可能感兴趣的文章</p><div class="MuiList-root MuiList-padding" aria-label="main mailbox folders"></div></div></div></div></div></div><footer style="margin-top:30px"><p class="MuiTypography-root MuiTypography-body2 MuiTypography-colorTextSecondary MuiTypography-alignCenter">Copyright © <a class="MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorInherit" href="https://v2as.com" title="哇哦,有大量工具等你探索">V2AS | 问路</a> <!-- -->2023<!-- --> <!-- -->.</p><p class="MuiTypography-root MuiTypography-body2 MuiTypography-colorTextSecondary MuiTypography-alignCenter"><a class="MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorInherit" rel="nofollow noopener noreferrer" href="https://beian.miit.gov.cn/">浙ICP备15029886号</a></p></footer></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"article":{"article_id":"b504436a-c3fc-4f61-9347-ca39951eaf63","title":"最权威的html 标签属性大全","link":"","description":"\u003cp\u003e---恢复内容开始---\u003c/p\u003e1.html标签\n\u003cmarquee\u003e...\u003c/marquee\u003e普通卷动\n\u003cmarquee behavior=slide\u003e...\u003c/marquee\u003e滑动 \u003cmarquee behavior=scroll\u003e...\u003c/marquee\u003e预设卷动 \u003cmarquee behavior=alternate\u003e...\u003c/marquee\u003e来回卷动 \u003cmarquee direc","image":"","keywords":["marquee","table","设定","框架","位址","属性","20","卷动","边框","src"],"created_at":"2023-07-08T12:40:43.672Z","html":"\u003cp\u003e---恢复内容开始---\u003c/p\u003e\n\u003cp\u003e1.html标签\u003c/p\u003e\n\u003cp\u003e\u003cmarquee\u003e…\u003c/marquee\u003e普通卷动\u003c/p\u003e\n\u003cp\u003e\u003cmarquee behavior=slide\u003e…\u003c/marquee\u003e滑动 \u003cbr /\u003e\n\u003cmarquee behavior=scroll\u003e…\u003c/marquee\u003e预设卷动 \u003cbr /\u003e\n\u003cmarquee behavior=alternate\u003e…\u003c/marquee\u003e来回卷动 \u003cbr /\u003e\n\u003cmarquee direction=down\u003e…\u003c/marquee\u003e向下卷动 \u003cbr /\u003e\n\u003cmarquee direction=up\u003e…\u003c/marquee\u003e向上卷动 \u003cbr /\u003e\n\u003cmarquee direction=right\u003e\u003c/marquee\u003e向右卷动 \u003cbr /\u003e\n\u003cmarquee direction=’left’\u003e\u003c/marquee\u003e向左卷动 \u003cbr /\u003e\n\u003cmarquee loop=2\u003e…\u003c/marquee\u003e卷动次数 \u003cbr /\u003e\n\u003cmarquee width=180\u003e…\u003c/marquee\u003e设定宽度 \u003cbr /\u003e\n\u003cmarquee height=30\u003e…\u003c/marquee\u003e设定高度\u003c/p\u003e\n\u003cp\u003e\u003cmarquee bgcolor=FF0000\u003e…\u003c/marquee\u003e设定背景颜色 \u003cbr /\u003e\n\u003cmarquee scrollamount=30\u003e…\u003c/marquee\u003e设定滚动速度 \u003cbr /\u003e\n\u003cmarquee scrolldelay=300\u003e…\u003c/marquee\u003e设定卷动时间\u003c/p\u003e\n\u003cp\u003e\u003cmarquee οnmοuseοver=\"this.stop()\"\u003e…\u003c/marquee\u003e鼠标经过上面时停止滚动 \u003cbr /\u003e\n\u003cmarquee οnmοuseοver=\"this.start()\"\u003e…\u003c/marquee\u003e鼠标离开时开始滚动\u003c/p\u003e\n\u003ch1\u003e...\u003c/h1\u003e\n\u003cp\u003e标题字(最大) \u003c/p\u003e\n\u003ch6\u003e...\u003c/h6\u003e\n\u003cp\u003e标题字(最小) \u003cbr /\u003e\n\u003cb\u003e…\u003c/b\u003e粗体字\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e…\u003c/strong\u003e粗体字(强调) (同上效果略同) \u003cbr /\u003e\n\u003ci\u003e…\u003c/i\u003e斜体字 \u003cbr /\u003e\n\u003cem\u003e…\u003c/em\u003e斜体字(强调)\u003c/p\u003e\n\u003cp\u003e\u003cdfn\u003e…\u003c/dfn\u003e斜体字(表示定义) \u003cbr /\u003e\n\u003cu\u003e…\u003c/u\u003e底线\u003c/p\u003e\n\u003cp\u003e\u003cins\u003e…\u003c/ins\u003e底线(表示插入文字) \u003cbr /\u003e\n\u003cstrike\u003e…\u003c/strike\u003e横线 \u003cbr /\u003e\n\u003cs\u003e…\u003c/s\u003e删除线\u003c/p\u003e\n\u003cp\u003e\u003cdel\u003e…\u003c/del\u003e删除线(表示删除) \u003cbr /\u003e\n\u003ckbd\u003e…\u003c/kbd\u003e键盘文字 \u003cbr /\u003e\n\u003ctt\u003e…\u003c/tt\u003e 打字体\u003c/p\u003e\n\u003cp\u003e\u003cxmp\u003e…\u003c/xmp\u003e固定宽度字体(在文件中空白、换行、定位功能有效) \u003cbr /\u003e\n\u003cplaintext\u003e…\u003c/plaintext\u003e固定宽度字体(不执行标记符号) \u003cbr /\u003e\n\u003clisting\u003e…\u003c/listing\u003e 固定宽度小字体 \u003cbr /\u003e\n\u003chr size=’9’\u003e水平线(设定大小) \u003cbr /\u003e\n\u003chr width=’80%’\u003e水平线(设定宽度) \u003cbr /\u003e\n\u003chr color=’ff0000’\u003e水平线(设定颜色) \u003cbr /\u003e\n\u003cbr\u003e(换行)\u003c/p\u003e\n\u003cp\u003e\u003cnobr\u003e…\u003c/nobr\u003e水域(不换行) \u003c/p\u003e\n\u003cp\u003e...\u003c/p\u003e\n\u003cp\u003e水域(段落) \u003cbr /\u003e\n\u003ccenter\u003e…\u003c/center\u003e置中\u003c/p\u003e\n\u003cp\u003e\u003cbase href=位址\u003e(预设好连结路径) \u003cbr /\u003e\n\u003ca rel=\"nofollow noopener noreferrer\" href=位址\u003e\u003c/a\u003e外部连结\u003c/p\u003e\n\u003cp\u003e\u003ca rel=\"nofollow noopener noreferrer\" href=位址 target=’\\_blank’\u003e\u003c/a\u003e外部连结(另开新视窗) \u003cbr /\u003e\n\u003ca rel=\"nofollow noopener noreferrer\" href=位址 target=’\\_top’\u003e\u003c/a\u003e外部连结(全视窗连结) \u003cbr /\u003e\n\u003ca rel=\"nofollow noopener noreferrer\" href=位址 target=’页框名’\u003e\u003c/a\u003e外部连结(在指定页框连结)\u003c/p\u003e\n\u003cp\u003e\u003cimg class='lazyload' data-src=图片位址\u003e贴图\u003c/p\u003e\n\u003cp\u003e\u003cimg class='lazyload' data-src=图片位址 width=’180’\u003e设定图片宽度 \u003cbr /\u003e\n\u003cimg class='lazyload' data-src=图片位址 height=’30’\u003e设定图片高度\u003c/p\u003e\n\u003cp\u003e\u003cimg class='lazyload' data-src=图片位址 alt=’提示文字’\u003e设定图片提示文字 \u003cbr /\u003e\n\u003cimg class='lazyload' data-src=图片位址’ border=’1’\u003e设定图片边框 \u003cbr /\u003e\n\u003cbgsound src=MID音乐档位址\u003e背景音乐设定\u003c/p\u003e\n\u003ctable aling=left\u003e...\u003c/table\u003e\n\u003cp\u003e表格位置,置左 \u003c/p\u003e\n\u003ctable aling=center\u003e...\u003c/table\u003e\n\u003cp\u003e表格位置,置中\u003c/p\u003e\n\u003ctable background=图片路径\u003e...\u003c/table\u003e\n\u003cp\u003e背景图片的URL=就是路径网址 \u003c/p\u003e\n\u003ctable border=边框大小\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格边框大小(使用数字) \u003c/p\u003e\n\u003ctable bgcolor=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格的背景颜色 \u003c/p\u003e\n\u003ctable borderclor=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格边框的颜色\u003c/p\u003e\n\u003ctable borderclordark=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格暗边框的颜色 \u003c/p\u003e\n\u003ctable borderclorlight=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格亮边框的颜色\u003c/p\u003e\n\u003ctable cellpadding=参数\u003e...\u003c/table\u003e\n\u003cp\u003e指定内容与格线之间的间距(使用数字) \u003c/p\u003e\n\u003ctable cellspacing=参数\u003e...\u003c/table\u003e\n\u003cp\u003e指定格线与格线之间的距离(使用数字) \u003c/p\u003e\n\u003ctable cols=参数\u003e...\u003c/table\u003e\n\u003cp\u003e指定表格的栏数\u003c/p\u003e\n\u003ctable frame=参数\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格外框线的显示方式 \u003c/p\u003e\n\u003ctable width=宽度\u003e...\u003c/table\u003e\n\u003cp\u003e指定表格的宽度大小(使用数字) \u003c/p\u003e\n\u003ctable height=高度\u003e...\u003c/table\u003e\n\u003cp\u003e指定表格的高度大小(使用数字) \u003cbr /\u003e\n\u003ctd colspan=参数\u003e…\u003c/td\u003e指定储存格合并栏的栏数(使用数字) \u003cbr /\u003e\n\u003ctd rowspan=参数\u003e…\u003c/td\u003e指定储存格合并列的列数(使用数字)\u003c/p\u003e\n\u003cp\u003e分割视窗\u003c/p\u003e\n\u003cp\u003e\u003cframeset cols=\"20%,\\*\"\u003e左右分割,将左边框架分割大小为20%右边框架的大小浏览器会自动调整\u003c/p\u003e\n\u003cp\u003e\u003cframeset rows=\"20%,\\*\"\u003e上下分割,将上面框架分割大小为20%下面框架的大小浏览器会自动调整\u003c/p\u003e\n\u003cp\u003e\u003cframeset cols=\"20%,\\*\"\u003e分割左右两个框架\u003c/p\u003e\n\u003cp\u003e\u003cframeset cols=\"20%,\\*,20%\"\u003e分割左中右三个框架\u003c/p\u003e\n\u003cp\u003e\u0026lt;分割上下两个框架\u003c/p\u003e\n\u003cp\u003e\u003cframeset rows=\"20%,\\*,20%\"\u003e分割上中下三个框架 \u003cbr /\u003e\n属性: \u003cbr /\u003e\ncols 垂直切割窗口(如左右分割两个窗口)接受整数值,百分数,*(*代表占用余下空间)数值的个数代表分成的部分数目,要以逗号分隔。例:cols=\"30,*,50%\"可以 切成三个视窗,第一部分是30像素(pixels)为绝对分割,第二部分是当分配完第一和第三视图后剩下的空间,第三部分则占整个窗口的50%宽度,为相对分割。\u003c/p\u003e\n\u003cp\u003erows 就是横向切割,将窗口上下分开,数值设置同上。\u003c/p\u003e\n\u003cp\u003e以上两属性尽量不要在同一个\u003cframeset\u003e标记中,因为王井(netscape)不支持,尽量采用多重分割。\u003c/p\u003e\n\u003cp\u003eframeborder 设置框架的边框,其值有0不要边框,1要边框。 \u003cbr /\u003e\nborder 设置框架边框厚度 \u003cbr /\u003e\nframespacing 表示框架与框架间保留空白的距离 \u003cbr /\u003e\nframe 元素(单标签) \u003cbr /\u003e\n语法格式: \u003cbr /\u003e\n\u003cframe name=\"\" src=\"url\" scrolling=\"yes/no\" noresize\u003e \u003cbr /\u003e\n属性: \u003cbr /\u003e\nname 框架名称,指定框架来做连接的目标窗口。\u003c/p\u003e\n\u003cp\u003esrc 框架中要显示的网页文当url地址,每个个框架要对应一个html文挡。 \u003cbr /\u003e\nscrolling 是否显示滚动条,yes/no,auto是自动。 \u003cbr /\u003e\nnoresize 设置不让使用者改变这个框架的大小,\u003c/p\u003e\n\u003cp\u003enoframe元素 \u003cbr /\u003e\n指定当使用了框架的页面在不支持框架的浏览器中打开时显示的信息 \u003cbr /\u003e\n语法格式: \u003cnoframe\u003e …… \n\u003c/noframe\u003e\u003c/p\u003e\n\u003cp\u003e表单\u003cform\u003e\u003c/form\u003e \u003cbr /\u003e\n语法格式: \u003c/p\u003e\n\u003cform action=\"url\" method=\"get/post\"\u003e .... \n\u003cinput type=submit\u003e\u003cinput type=reset\u003e \u003c/form\u003e\n\u003cp\u003emethod有两种提交方式get,post \u003cbr /\u003e\naction 是指明处理该表单的程序位置,这样表单所填的资料才能传给cgi做处里,可设定此参数为action=\"mailto:lwr8494@163.com\" 这样此表单所填的资料将会发送到这个邮箱地址。 \u003cbr /\u003e\nmethod 是指传送信息给cgi等网络程序的方式。可选post方法, \u003cbr /\u003e\nget方法,post方法容许传送大量信息。get方法只接受低于1k的信息。 \u003cbr /\u003e\n申请表单用的是post搜索引擎用的是get\u003cp\u003e---恢复内容结束---\u003c/p\u003e1.html标签\u003c/p\u003e\n\u003cp\u003e\u003cmarquee\u003e…\u003c/marquee\u003e普通卷动\u003c/p\u003e\n\u003cp\u003e\u003cmarquee behavior=slide\u003e…\u003c/marquee\u003e滑动 \u003cbr /\u003e\n\u003cmarquee behavior=scroll\u003e…\u003c/marquee\u003e预设卷动 \u003cbr /\u003e\n\u003cmarquee behavior=alternate\u003e…\u003c/marquee\u003e来回卷动 \u003cbr /\u003e\n\u003cmarquee direction=down\u003e…\u003c/marquee\u003e向下卷动 \u003cbr /\u003e\n\u003cmarquee direction=up\u003e…\u003c/marquee\u003e向上卷动 \u003cbr /\u003e\n\u003cmarquee direction=right\u003e\u003c/marquee\u003e向右卷动 \u003cbr /\u003e\n\u003cmarquee direction=’left’\u003e\u003c/marquee\u003e向左卷动 \u003cbr /\u003e\n\u003cmarquee loop=2\u003e…\u003c/marquee\u003e卷动次数 \u003cbr /\u003e\n\u003cmarquee width=180\u003e…\u003c/marquee\u003e设定宽度 \u003cbr /\u003e\n\u003cmarquee height=30\u003e…\u003c/marquee\u003e设定高度\u003c/p\u003e\n\u003cp\u003e\u003cmarquee bgcolor=FF0000\u003e…\u003c/marquee\u003e设定背景颜色 \u003cbr /\u003e\n\u003cmarquee scrollamount=30\u003e…\u003c/marquee\u003e设定滚动速度 \u003cbr /\u003e\n\u003cmarquee scrolldelay=300\u003e…\u003c/marquee\u003e设定卷动时间\u003c/p\u003e\n\u003cp\u003e\u003cmarquee οnmοuseοver=\"this.stop()\"\u003e…\u003c/marquee\u003e鼠标经过上面时停止滚动 \u003cbr /\u003e\n\u003cmarquee οnmοuseοver=\"this.start()\"\u003e…\u003c/marquee\u003e鼠标离开时开始滚动\u003c/p\u003e\n\u003ch1\u003e...\u003c/h1\u003e\n\u003cp\u003e标题字(最大) \u003c/p\u003e\n\u003ch6\u003e...\u003c/h6\u003e\n\u003cp\u003e标题字(最小) \u003cbr /\u003e\n\u003cb\u003e…\u003c/b\u003e粗体字\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e…\u003c/strong\u003e粗体字(强调) (同上效果略同) \u003cbr /\u003e\n\u003ci\u003e…\u003c/i\u003e斜体字 \u003cbr /\u003e\n\u003cem\u003e…\u003c/em\u003e斜体字(强调)\u003c/p\u003e\n\u003cp\u003e\u003cdfn\u003e…\u003c/dfn\u003e斜体字(表示定义) \u003cbr /\u003e\n\u003cu\u003e…\u003c/u\u003e底线\u003c/p\u003e\n\u003cp\u003e\u003cins\u003e…\u003c/ins\u003e底线(表示插入文字) \u003cbr /\u003e\n\u003cstrike\u003e…\u003c/strike\u003e横线 \u003cbr /\u003e\n\u003cs\u003e…\u003c/s\u003e删除线\u003c/p\u003e\n\u003cp\u003e\u003cdel\u003e…\u003c/del\u003e删除线(表示删除) \u003cbr /\u003e\n\u003ckbd\u003e…\u003c/kbd\u003e键盘文字 \u003cbr /\u003e\n\u003ctt\u003e…\u003c/tt\u003e 打字体\u003c/p\u003e\n\u003cp\u003e\u003cxmp\u003e…\u003c/xmp\u003e固定宽度字体(在文件中空白、换行、定位功能有效) \u003cbr /\u003e\n\u003cplaintext\u003e…\u003c/plaintext\u003e固定宽度字体(不执行标记符号) \u003cbr /\u003e\n\u003clisting\u003e…\u003c/listing\u003e 固定宽度小字体 \u003cbr /\u003e\n\u003chr size=’9’\u003e水平线(设定大小) \u003cbr /\u003e\n\u003chr width=’80%’\u003e水平线(设定宽度) \u003cbr /\u003e\n\u003chr color=’ff0000’\u003e水平线(设定颜色) \u003cbr /\u003e\n\u003cbr\u003e(换行)\u003c/p\u003e\n\u003cp\u003e\u003cnobr\u003e…\u003c/nobr\u003e水域(不换行) \u003c/p\u003e\n\u003cp\u003e...\u003c/p\u003e\n\u003cp\u003e水域(段落) \u003cbr /\u003e\n\u003ccenter\u003e…\u003c/center\u003e置中\u003c/p\u003e\n\u003cp\u003e\u003cbase href=位址\u003e(预设好连结路径) \u003cbr /\u003e\n\u003ca rel=\"nofollow noopener noreferrer\" href=位址\u003e\u003c/a\u003e外部连结\u003c/p\u003e\n\u003cp\u003e\u003ca rel=\"nofollow noopener noreferrer\" href=位址 target=’\\_blank’\u003e\u003c/a\u003e外部连结(另开新视窗) \u003cbr /\u003e\n\u003ca rel=\"nofollow noopener noreferrer\" href=位址 target=’\\_top’\u003e\u003c/a\u003e外部连结(全视窗连结) \u003cbr /\u003e\n\u003ca rel=\"nofollow noopener noreferrer\" href=位址 target=’页框名’\u003e\u003c/a\u003e外部连结(在指定页框连结)\u003c/p\u003e\n\u003cp\u003e\u003cimg class='lazyload' data-src=图片位址\u003e贴图\u003c/p\u003e\n\u003cp\u003e\u003cimg class='lazyload' data-src=图片位址 width=’180’\u003e设定图片宽度 \u003cbr /\u003e\n\u003cimg class='lazyload' data-src=图片位址 height=’30’\u003e设定图片高度\u003c/p\u003e\n\u003cp\u003e\u003cimg class='lazyload' data-src=图片位址 alt=’提示文字’\u003e设定图片提示文字 \u003cbr /\u003e\n\u003cimg class='lazyload' data-src=图片位址’ border=’1’\u003e设定图片边框 \u003cbr /\u003e\n\u003cbgsound src=MID音乐档位址\u003e背景音乐设定\u003c/p\u003e\n\u003ctable aling=left\u003e...\u003c/table\u003e\n\u003cp\u003e表格位置,置左 \u003c/p\u003e\n\u003ctable aling=center\u003e...\u003c/table\u003e\n\u003cp\u003e表格位置,置中\u003c/p\u003e\n\u003ctable background=图片路径\u003e...\u003c/table\u003e\n\u003cp\u003e背景图片的URL=就是路径网址 \u003c/p\u003e\n\u003ctable border=边框大小\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格边框大小(使用数字) \u003c/p\u003e\n\u003ctable bgcolor=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格的背景颜色 \u003c/p\u003e\n\u003ctable borderclor=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格边框的颜色\u003c/p\u003e\n\u003ctable borderclordark=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格暗边框的颜色 \u003c/p\u003e\n\u003ctable borderclorlight=颜色码\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格亮边框的颜色\u003c/p\u003e\n\u003ctable cellpadding=参数\u003e...\u003c/table\u003e\n\u003cp\u003e指定内容与格线之间的间距(使用数字) \u003c/p\u003e\n\u003ctable cellspacing=参数\u003e...\u003c/table\u003e\n\u003cp\u003e指定格线与格线之间的距离(使用数字) \u003c/p\u003e\n\u003ctable cols=参数\u003e...\u003c/table\u003e\n\u003cp\u003e指定表格的栏数\u003c/p\u003e\n\u003ctable frame=参数\u003e...\u003c/table\u003e\n\u003cp\u003e设定表格外框线的显示方式 \u003c/p\u003e\n\u003ctable width=宽度\u003e...\u003c/table\u003e\n\u003cp\u003e指定表格的宽度大小(使用数字) \u003c/p\u003e\n\u003ctable height=高度\u003e...\u003c/table\u003e\n\u003cp\u003e指定表格的高度大小(使用数字) \u003cbr /\u003e\n\u003ctd colspan=参数\u003e…\u003c/td\u003e指定储存格合并栏的栏数(使用数字) \u003cbr /\u003e\n\u003ctd rowspan=参数\u003e…\u003c/td\u003e指定储存格合并列的列数(使用数字)\u003c/p\u003e\n\u003cp\u003e分割视窗\u003c/p\u003e\n\u003cp\u003e\u003cframeset cols=\"20%,\\*\"\u003e左右分割,将左边框架分割大小为20%右边框架的大小浏览器会自动调整\u003c/p\u003e\n\u003cp\u003e\u003cframeset rows=\"20%,\\*\"\u003e上下分割,将上面框架分割大小为20%下面框架的大小浏览器会自动调整\u003c/p\u003e\n\u003cp\u003e\u003cframeset cols=\"20%,\\*\"\u003e分割左右两个框架\u003c/p\u003e\n\u003cp\u003e\u003cframeset cols=\"20%,\\*,20%\"\u003e分割左中右三个框架\u003c/p\u003e\n\u003cp\u003e\u0026lt;分割上下两个框架\u003c/p\u003e\n\u003cp\u003e\u003cframeset rows=\"20%,\\*,20%\"\u003e分割上中下三个框架 \u003cbr /\u003e\n属性: \u003cbr /\u003e\ncols 垂直切割窗口(如左右分割两个窗口)接受整数值,百分数,*(*代表占用余下空间)数值的个数代表分成的部分数目,要以逗号分隔。例:cols=\"30,*,50%\"可以 切成三个视窗,第一部分是30像素(pixels)为绝对分割,第二部分是当分配完第一和第三视图后剩下的空间,第三部分则占整个窗口的50%宽度,为相对分割。\u003c/p\u003e\n\u003cp\u003erows 就是横向切割,将窗口上下分开,数值设置同上。\u003c/p\u003e\n\u003cp\u003e以上两属性尽量不要在同一个\u003cframeset\u003e标记中,因为王井(netscape)不支持,尽量采用多重分割。\u003c/p\u003e\n\u003cp\u003eframeborder 设置框架的边框,其值有0不要边框,1要边框。 \u003cbr /\u003e\nborder 设置框架边框厚度 \u003cbr /\u003e\nframespacing 表示框架与框架间保留空白的距离 \u003cbr /\u003e\nframe 元素(单标签) \u003cbr /\u003e\n语法格式: \u003cbr /\u003e\n\u003cframe name=\"\" src=\"url\" scrolling=\"yes/no\" noresize\u003e \u003cbr /\u003e\n属性: \u003cbr /\u003e\nname 框架名称,指定框架来做连接的目标窗口。\u003c/p\u003e\n\u003cp\u003esrc 框架中要显示的网页文当url地址,每个个框架要对应一个html文挡。 \u003cbr /\u003e\nscrolling 是否显示滚动条,yes/no,auto是自动。 \u003cbr /\u003e\nnoresize 设置不让使用者改变这个框架的大小,\u003c/p\u003e\n\u003cp\u003enoframe元素 \u003cbr /\u003e\n指定当使用了框架的页面在不支持框架的浏览器中打开时显示的信息 \u003cbr /\u003e\n语法格式: \u003cnoframe\u003e …… \n\u003c/noframe\u003e\u003c/p\u003e\n\u003cp\u003e表单\u003cform\u003e\u003c/form\u003e \u003cbr /\u003e\n语法格式: \u003c/p\u003e\n\u003cform action=\"url\" method=\"get/post\"\u003e .... \n\u003cinput type=submit\u003e\u003cinput type=reset\u003e \u003c/form\u003e\n\u003cp\u003emethod有两种提交方式get,post \u003cbr /\u003e\naction 是指明处理该表单的程序位置,这样表单所填的资料才能传给cgi做处里,可设定此参数为action=\"mailto:lwr8494@163.com\" 这样此表单所填的资料将会发送到这个邮箱地址。 \u003cbr /\u003e\nmethod 是指传送信息给cgi等网络程序的方式。可选post方法, \u003cbr /\u003e\nget方法,post方法容许传送大量信息。get方法只接受低于1k的信息。 \u003cbr /\u003e\n申请表单用的是post搜索引擎用的是get\u003c/p\u003e"},"seo":{"title":"最权威的html 标签属性大全","description":"\u003cp\u003e---恢复内容开始---\u003c/p\u003e1.html标签\n\u003cmarquee\u003e...\u003c/marquee\u003e普通卷动\n\u003cmarquee behavior=slide\u003e...\u003c/marquee\u003e滑动 \u003cmarquee behavior=scroll\u003e...\u003c/marquee\u003e预设卷动 \u003cmarquee behavior=alternate\u003e...\u003c/marquee\u003e来回卷动 \u003cmarquee direc","image":"","url":"https://v2as.com/article/b504436a-c3fc-4f61-9347-ca39951eaf63","keywords":["marquee","table","设定","框架","位址","属性","20","卷动","边框","src"]},"viewsCount":1,"promotionList":[{"title":"阿里云服务器","image":"https://article.cdnof.com/promotion/aliyun.jpg","link":"https://qd.rs/aliyun"},{"title":"腾讯云服务器","image":"https://article.cdnof.com/promotion/tencent.jpg","link":"https://qd.rs/tencent"},{"title":"七牛云服务器","image":"https://article.cdnof.com/promotion/qiniu.png","link":"https://qd.rs/qiniu"}],"similarKeywordsList":null},"__N_SSG":true},"page":"/article/[article_id]","query":{"article_id":"b504436a-c3fc-4f61-9347-ca39951eaf63"},"buildId":"7EtL49Y65E8zx1NwcIC_o","isFallback":false,"gsp":true,"scriptLoader":[]}</script></body></html>