2024年6月14日发(作者:)

html标签属性大全(完美版)

html标签属性大全是朋友们整理常用的html标签,和大家更好的交流沟通。学习html标签属

性大全

html标签<

...普通卷动

...滑动

...预设卷动

...来回卷动

...向下卷动

...向上卷动

向右卷动

向左卷动

...卷动次数

...设定宽度

...设定高度

...设定背景颜色

...设定滚动速度

...设定卷动时间

...鼠标经过上面时停止滚动

...鼠标离开时开始滚动

字体效果

...

标题字(最大)

...
标题字(最小)

...粗体字

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

...斜体字

...斜体字(强调)

...斜体字(表示定义)

...底线

...底线(表示插入文字)

...横线

...删除线

...删除线(表示删除)

...键盘文字

... 打字体

...固定宽度字体(在文件中空白、换行、定位功能有效)

...</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;"><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;">00 0 </p><p style="text-indent: 2em;font-size:18px;"></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><p style="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=参数>...</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;"><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;">00 0 </p><p><p><h2></h2></p></img></p></div></article></div><div class="fzithome-com info"><div><span>本文发布于:2024-06-14,感谢您对本站的认可!</span></div><div><span>本文链接:</span><a href="https://www.fzithome.com/xitong/1718332321a700940.html" title="html标签属性大全(完美版)">https://www.fzithome.com/xitong/1718332321a700940.html</a></div><div><span>版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。</span></div></div><span class="tag"><i class="iconfont icon-discount" style="font-size:12px;font-weight:bold;opacity:.7;">本文标签:</i><a href="/tag/509.html" target="_blank">设定</a><a href="/tag/867.html" target="_blank">表格</a><a href="/tag/420.html" target="_blank">图片</a><a href="/tag/4938.html" target="_blank">宽度</a><a href="/tag/1493.html" target="_blank">标签</a></span></div><div class="fzithome-com post_comments" id="comments"><div id="comt-respond" class="commentpost"><h4>发布评论 <span><a rel="nofollow" id="cancel-reply" href="#comment" style="display:none;"><small>取消回复</small></a></span></h4><form action="/comment/create/700940.html?safe_token=wOsB0QZiBQha9tdXwSWRCBhy5nX5pASkpOwauN6XiBEsmOIX3f7aUzqfwEUphnPguL5x5bSsKqeXBz8JlcigLQ_3D_3D" method="post" name="saypl" id="frmSumbit"><input type="hidden" name="doctype" value="1" /><input type="hidden" name="quotepid" value="0" /><div id="comment-tools"><div class="fzithome-com tools_text"><textarea placeholder="请在这里留言..." name="message" id="txaArticle" class="text input-block-level comt-area" cols="50" rows="4" tabindex="5"></textarea></div></div><div class="fzithome-com psumbit"><input name="sumbit" type="submit" tabindex="6" value="发布" class="button" /></div></form></div><div class="fzithome-com commentlist"><div class="fzithome-com comment-tab"><div class="fzithome-com come-comt">评论列表<span id="comment_count">(有<span id="infocommentnumarea" style="color:#c81111">0</span>条评论)</span></div></div><ul class="diy-comment"></ul></div></div></div><div class="fzithome-com mainr"><div class="widget widget_previous"><h4 class="bar">最近发表</h4><ul><li><a href="/xitong/1700739005a100.html"title='SPI操作手册编程指南' aria-label='SPI操作手册编程指南'>SPI操作手册编程指南</a></li><li><a href="/xitong/1700742940a272.html"title='Web应用程序设计(ASP[1].NET)试卷B卷' aria-label='Web应用程序设计(ASP[1].NET)试卷B卷'>Web应用程序设计(ASP[1].NET)试卷B卷</a></li><li><a href="/xitong/1700742985a274.html"title='办公软件使用技巧' aria-label='办公软件使用技巧'>办公软件使用技巧</a></li><li><a href="/xitong/1700743059a278.html"title='Dreamweaver与数据库的连接(使用DSN连接数据库)' aria-label='Dreamweaver与数据库的连接(使用DSN连接数据库)'>Dreamweaver与数据库的连接(使用DSN连接数据库)</a></li><li><a href="/xitong/1700745949a421.html"title='怎么清理手机卸载残留文件?彻底清除手机APP卸载后的残余文件夹方法介绍' aria-label='怎么清理手机卸载残留文件?彻底清除手机APP卸载后的残余文件夹方法介绍'>怎么清理手机卸载残留文件?彻底清除手机APP卸载后的残余文件夹方法介绍</a></li><li><a href="/xitong/1700746004a424.html"title='Wind 资讯终端功能命令集' aria-label='Wind 资讯终端功能命令集'>Wind 资讯终端功能命令集</a></li><li><a href="/xitong/1700747227a486.html"title='终于可以直接在Kindle上彻底删除电子书了' aria-label='终于可以直接在Kindle上彻底删除电子书了'>终于可以直接在Kindle上彻底删除电子书了</a></li><li><a href="/xitong/1700748502a547.html"title='南方财富网' aria-label='南方财富网'>南方财富网</a></li><li><a href="/xitong/1700748752a560.html"title='海虹药网' aria-label='海虹药网'>海虹药网</a></li><li><a href="/xitong/1700749295a588.html"title='体育热点资讯怎么写范文' aria-label='体育热点资讯怎么写范文'>体育热点资讯怎么写范文</a></li><li><a href="/xitong/1700749316a589.html"title='新闻工作计划(精选12篇)' aria-label='新闻工作计划(精选12篇)'>新闻工作计划(精选12篇)</a></li><li><a href="/xitong/1700751784a707.html"title='资讯综览·热点关注' aria-label='资讯综览·热点关注'>资讯综览·热点关注</a></li><li><a href="/xitong/1700760126a1111.html"title='GPT系统分区备份还原的解决方案' aria-label='GPT系统分区备份还原的解决方案'>GPT系统分区备份还原的解决方案</a></li><li><a href="/xitong/1700760230a1117.html"title='诺顿ghost一键还原' aria-label='诺顿ghost一键还原'>诺顿ghost一键还原</a></li><li><a href="/xitong/1700760840a1150.html"title='System Four操作系统和应用软件的备份与恢复' aria-label='System Four操作系统和应用软件的备份与恢复'>System Four操作系统和应用软件的备份与恢复</a></li><li><a href="/xitong/1700762680a1251.html"title='如何实现像网吧电脑那样开机还原' aria-label='如何实现像网吧电脑那样开机还原'>如何实现像网吧电脑那样开机还原</a></li><li><a href="/xitong/1700764265a1339.html"title='笔记本风扇转速的调节方法' aria-label='笔记本风扇转速的调节方法'>笔记本风扇转速的调节方法</a></li><li><a href="/xitong/1700766890a1488.html"title='笔记本的电脑风扇转速多少算正常' aria-label='笔记本的电脑风扇转速多少算正常'>笔记本的电脑风扇转速多少算正常</a></li><li><a href="/xitong/1700767342a1513.html"title='电脑找不到序数什么原因导致' aria-label='电脑找不到序数什么原因导致'>电脑找不到序数什么原因导致</a></li><li><a href="/xitong/1700767880a1544.html"title='555电路设计风扇调带电路' aria-label='555电路设计风扇调带电路'>555电路设计风扇调带电路</a></li></ul></div><section id="aside_about" class="widget widget_aside_about sb br mb"><div class="avatar"><img class="img" src="/view/template/mitiqin/img/tx.jpg" alt="福州电脑网_福州电脑维修_福州电脑之家_福州iThome"/></div><div class="wrap pd"><p class="title">福州电脑网_福州电脑维修_福州电脑之家_福州iThome</p><p class="info">福州电脑维修网(fzithome.com)专业的电脑维修,笔记本维修,上门维修各种电脑,笔记本,平板等,快速上门.电脑知识频道内容覆盖:计算机资讯,电脑基础应用知识,各种电脑故障维修学习,电脑外设产品维修维护,病毒,软件,硬件,常识.</p><ul class="ul clearfix"></ul></div></section><div class="fzithome-com clear"></div><div class="fzithome-com widgets"><h4 class="bar">相关推荐</h4><div class="fzithome-com hot-post"><ul class="clearfix"><li><a href="/biancheng/1755036492a2662381.html"title='PhotoShop修改图片颜色的两种方法' aria-label='PhotoShop修改图片颜色的两种方法'><span class="sptit">PhotoShop修改图片颜色的两种方法</span></a></li><li><a href="/biancheng/1755036714a2662416.html"title='Photoshop如何打开、编辑和导出Webp格式图片的方法' aria-label='Photoshop如何打开、编辑和导出Webp格式图片的方法'><span class="sptit">Photoshop如何打开、编辑和导出Webp格式图片的方法</span></a></li><li><a href="/biancheng/1755037021a2662476.html"title='C#调用PhotoShop打开指定路径图片' aria-label='C#调用PhotoShop打开指定路径图片'><span class="sptit">C#调用PhotoShop打开指定路径图片</span></a></li><li><a href="/biancheng/1755046901a2664787.html"title='PP-Structure—表格数据提取' aria-label='PP-Structure—表格数据提取'><span class="sptit">PP-Structure—表格数据提取</span></a></li><li><a href="/biancheng/1755047201a2664828.html"title='使用PP-Structure识别表格,使用save_structure_res保存结果,只生成res_0.txt,没有生成excel。' aria-label='使用PP-Structure识别表格,使用save_structure_res保存结果,只生成res_0.txt,没有生成excel。'><span class="sptit">使用PP-Structure识别表格,使用save_structure_res保存结果,只生成res_0.txt,没有生成excel。</span></a></li><li><a href="/biancheng/1755047556a2664879.html"title='Windows系统下使用pyinstaller打包PaddleOCR中表格识别PP-Structure' aria-label='Windows系统下使用pyinstaller打包PaddleOCR中表格识别PP-Structure'><span class="sptit">Windows系统下使用pyinstaller打包PaddleOCR中表格识别PP-Structure</span></a></li><li><a href="/biancheng/1755048399a2665015.html"title='表格识别论文阅读——《Robust Table Detection and Structure Recognition from Heterogeneous Document Images》' aria-label='表格识别论文阅读——《Robust Table Detection and Structure Recognition from Heterogeneous Document Images》'><span class="sptit">表格识别论文阅读——《Robust Table Detection and Structure Recognition from Heterogeneous Document Images》</span></a></li><li><a href="/biancheng/1755067081a2666863.html"title='Java itextpdf7将HTML转PDF解决图片或中文不显示(LinuxWindows通用版本)' aria-label='Java itextpdf7将HTML转PDF解决图片或中文不显示(LinuxWindows通用版本)'><span class="sptit">Java itextpdf7将HTML转PDF解决图片或中文不显示(LinuxWindows通用版本)</span></a></li><li><a href="/xitong/1770793964a2680262.html"title='从入门到精通:在单张A10 GPU中部署SeqGPT-560M的秘诀,内存消耗仅需1.8GB' aria-label='从入门到精通:在单张A10 GPU中部署SeqGPT-560M的秘诀,内存消耗仅需1.8GB'><span class="sptit">从入门到精通:在单张A10 GPU中部署SeqGPT-560M的秘诀,内存消耗仅需1.8GB</span></a></li><li><a href="/xitong/1770794041a2680263.html"title='从菜鸟到高手,DAMO-YOLO教你怎么快速部署WebUI,让模型检测触手可及!' aria-label='从菜鸟到高手,DAMO-YOLO教你怎么快速部署WebUI,让模型检测触手可及!'><span class="sptit">从菜鸟到高手,DAMO-YOLO教你怎么快速部署WebUI,让模型检测触手可及!</span></a></li><li><a href="/biancheng/1770804877a2680380.html"title='NFC大揭秘:Android平台上的读写操作详解' aria-label='NFC大揭秘:Android平台上的读写操作详解'><span class="sptit">NFC大揭秘:Android平台上的读写操作详解</span></a></li><li><a href="/biancheng/1770849415a2680882.html"title='Adobe Flash Player大揭秘:快速获取网页中的图片资源' aria-label='Adobe Flash Player大揭秘:快速获取网页中的图片资源'><span class="sptit">Adobe Flash Player大揭秘:快速获取网页中的图片资源</span></a></li><li><a href="/xitong/1770850026a2680890.html"title='超全教程:巧用SWF与Flash中心,挖掘网页图像宝藏' aria-label='超全教程:巧用SWF与Flash中心,挖掘网页图像宝藏'><span class="sptit">超全教程:巧用SWF与Flash中心,挖掘网页图像宝藏</span></a></li><li><a href="/biancheng/1770943743a2681950.html"title='Java秘籍:SevenZFile帮你搞定7z格式文件解压。' aria-label='Java秘籍:SevenZFile帮你搞定7z格式文件解压。'><span class="sptit">Java秘籍:SevenZFile帮你搞定7z格式文件解压。</span></a></li><li><a href="/xitong/1771619716a2688311.html"title='手把手教你Excel自动换行,告别冗长表格' aria-label='手把手教你Excel自动换行,告别冗长表格'><span class="sptit">手把手教你Excel自动换行,告别冗长表格</span></a></li><li><a href="/biancheng/1772044238a2692134.html"title='在Vue应用里,轻松阻断A标签中的鼠标右击操作,防止新窗口弹出。' aria-label='在Vue应用里,轻松阻断A标签中的鼠标右击操作,防止新窗口弹出。'><span class="sptit">在Vue应用里,轻松阻断A标签中的鼠标右击操作,防止新窗口弹出。</span></a></li><li><a href="/biancheng/1772279242a2694789.html"title='紧急救援!快速解决移动端HTML5播放器按钮变小问题的Adobe Flash Player设置技巧' aria-label='紧急救援!快速解决移动端HTML5播放器按钮变小问题的Adobe Flash Player设置技巧'><span class="sptit">紧急救援!快速解决移动端HTML5播放器按钮变小问题的Adobe Flash Player设置技巧</span></a></li><li><a href="/biancheng/1772398650a2696138.html"title='导出失败大吐槽:我的Excel文件被转换成神秘 Blob,寻求解密方法!' aria-label='导出失败大吐槽:我的Excel文件被转换成神秘 Blob,寻求解密方法!'><span class="sptit">导出失败大吐槽:我的Excel文件被转换成神秘 Blob,寻求解密方法!</span></a></li><li><a href="/xitong/1772639796a2698208.html"title='掌握Wireshark与Lua,解锁PCAP中的秘密:图片、视频与文件的提取技巧!' aria-label='掌握Wireshark与Lua,解锁PCAP中的秘密:图片、视频与文件的提取技巧!'><span class="sptit">掌握Wireshark与Lua,解锁PCAP中的秘密:图片、视频与文件的提取技巧!</span></a></li><li><a href="/biancheng/1774364226a2709985.html"title='导出excel,文件打不开_blob导出excel无法打开文件' aria-label='导出excel,文件打不开_blob导出excel无法打开文件'><span class="sptit">导出excel,文件打不开_blob导出excel无法打开文件</span></a></li></ul></div></div><div class="fzithome-com clear"></div><div class="widget widget_tags"><h4 class="bar">标签列表</h4><ul><li class="submenu"><a target="_blank" href="/tag/245232.html">开机瞬间</a></li><li class="submenu"><a target="_blank" href="/tag/245227.html">从按下到</a></li><li class="submenu"><a target="_blank" href="/tag/245218.html">插入智能</a></li><li class="submenu"><a target="_blank" href="/tag/245157.html">查你的软</a></li><li class="submenu"><a target="_blank" href="/tag/245123.html">网国际服</a></li><li class="submenu"><a target="_blank" href="/tag/245097.html">强行登陆</a></li><li class="submenu"><a target="_blank" href="/tag/245092.html">时通讯软</a></li><li class="submenu"><a target="_blank" href="/tag/245077.html">必须来自</a></li><li class="submenu"><a target="_blank" href="/tag/245064.html">者必读</a></li><li class="submenu"><a target="_blank" href="/tag/245055.html">内核提权</a></li><li class="submenu"><a target="_blank" href="/tag/245044.html">告别无尽</a></li><li class="submenu"><a target="_blank" href="/tag/244967.html">文件进行</a></li><li class="submenu"><a target="_blank" href="/tag/244952.html">路由器桥</a></li><li class="submenu"><a target="_blank" href="/tag/244936.html">持监听</a></li><li class="submenu"><a target="_blank" href="/tag/244924.html">设备结点</a></li><li class="submenu"><a target="_blank" href="/tag/244918.html">控制台的</a></li><li class="submenu"><a target="_blank" href="/tag/244915.html">中心大师</a></li><li class="submenu"><a target="_blank" href="/tag/244913.html">新建磁盘</a></li><li class="submenu"><a target="_blank" href="/tag/244813.html">盘问题</a></li><li class="submenu"><a target="_blank" href="/tag/244808.html">自己做个</a></li></ul></div><div class="fzithome-com clear"></div></div></div><footer id="footer"><div class="footer container-w cl"><div class="fnav"></div><span class="copy"> CopyRight © 2022 All Rights Reserved <a href="/" title="福州电脑网_福州电脑维修_福州电脑之家_福州iThome" target="_blank">福州电脑网_福州电脑维修_福州电脑之家_福州iThome</a></span> 备案号:<a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">豫ICP备2022026798号-13</a></div></footer><script src="/view/template/mitiqin/js/common.min.js?2.3.0"></script><script src="/view/js/xiuno.js"></script><script src="/view/template/mitiqin/js/app.js?2.3.0"></script><div id="gotop"><div style="display: none; margin-bottom:5px;" id="goTopBtn"><a title="返回顶部" class="gotopa"><span class="iconfont icon-rocket-fill"></span></a></div></div></body></html>