当前位置:网站首页 > SEO知识 > 正文

HTML标签定义有哪些?如何正确使用它们?

游客游客 2025-07-21 11:27:01 4

HTML(HyperTextMarkupLanguage)是用于创建网页和网络应用程序的标准标记语言。它通过定义各种标签来告诉浏览器如何展示内容。了解HTML中的定义标签是构建网页的基础。本文将详细介绍HTML中常用的一些定义标签,并解释它们在网页设计中的作用。

1.HTML文档结构标签

每个HTML文档都从``声明开始,它定义了文档类型,并帮助浏览器正确地显示页面。紧接着是``标签,它包裹整个文档内容。

:声明文档类型,告诉浏览器这是HTML5文档。

:根元素,整个HTML文档将被这个标签包裹。

HTML标签定义有哪些?如何正确使用它们?

2.页面头部标签

头部区域包含文档的元信息,如标题、字符集、链接到样式表和脚本等。

:包含文档的元数据,如标题、脚本、样式表链接等。

</strong>:定义页面的标题,显示在浏览器的标题栏或页面的标签上。</p> <p><strong><meta></strong>:提供关于HTML文档的元信息,例如字符集声明、页面描述、关键词等。</p> <p><strong><link></strong>:定义文档和外部资源之间的关系,常见用于链接CSS样式表。</p> <p><strong><style></strong>:包含页面的内联CSS样式。</p> <p><strong><script></strong>:用于加载或定义执行脚本代码。</p> <p style="text-align: center;"><img alt="HTML标签定义有哪些?如何正确使用它们?" title="HTML标签定义有哪些?如何正确使用它们?" src="https://www.365cms.com/zb_users/upload/2025/07/20250710010221_30630.jpeg"/></p> <h2>3.页面主体标签</h2> <p>主体部分包含网页上可见的所有内容。</p> <p><strong><body></strong>:包含了HTML文档的所有内容,如文本、图片、链接等。</p> <p><strong><header></strong>:定义文档或页面的头部区域,通常包含导航链接或介绍性内容。</p> <p><strong><footer></strong>:表示文档或页面的尾部区域,通常用于提供版权信息、相关链接等。</p> <p><strong><article></strong>:定义页面中独立的、自包含的内容区域。</p> <p><strong><section></strong>:表示文档中的一个独立区域,通常用于将页面内容分块。</p> <p><strong><nav></strong>:定义页面的主要导航链接。</p> <p><strong><aside></strong>:包含与页面内容间接相关的内容,比如侧边栏。</p> <p style="text-align: center;"><img alt="HTML标签定义有哪些?如何正确使用它们?" title="HTML标签定义有哪些?如何正确使用它们?" src="https://www.365cms.com/zb_users/upload/2025/07/20250710010221_36314.jpeg"/></p> <h2>4.基本内容标签</h2> <p>这些标签用于定义页面内容的基本结构。</p> <p><strong><h1>to<h6></strong>:定义HTML中的六个级别的标题,`<h1>`是最大的标题。</p> <p><strong><p></strong>:表示段落。</p> <p><strong><a></strong>:定义超链接,允许用户点击链接跳转到其他页面或位置。</p> <p><strong><ul></strong>,<strong><ol></strong>,<strong><li></strong>:分别用于无序列表、有序列表和列表项。</p> <p><strong><img></strong>:插入图像到文档中。</p> <p><strong><div></strong>:定义文档中的分区或节,常用于样式化或脚本操作。</p> <h2>5.表单和输入标签</h2> <p>这些标签用于创建交互式的用户输入区域。</p> <p><strong><form></strong>:表示文档中的一个区域,可以包含输入控件,用于收集和发送信息。</p> <p><strong><label></strong>:定义输入控件的标签。</p> <p><strong><input></strong>:定义不同类型的输入控件,如文本框、复选框、按钮等。</p> <p><strong><textarea></strong>:定义一个文本控件,用于输入多行文本。</p> <p><strong><button></strong>:创建一个可点击的按钮。</p> <h2>6.多媒体和嵌入内容标签</h2> <p><strong><audio></strong>:定义音频内容的控件。</p> <p><strong><video></strong>:定义视频内容的控件。</p> <p><strong><canvas></strong>:定义使用脚本(通常是JavaScript)动态绘制的图形。</p> <p><strong><iframe></strong>:嵌入其他HTML页面。</p> <p><strong><object></strong>:定义嵌入外部对象。</p> <h2>7.元数据内容标签</h2> <p><strong><base></strong>:定义页面上所有相对URL的基准URL。</p> <p><strong><meta></strong>:提供关于HTML文档的元信息,如字符集、页面描述、关键词等。</p> <h2>8.其他标签</h2> <p><strong><br></strong>:插入一个简单的换行。</p> <p><strong><hr></strong>:表示水平线,通常用于分隔内容。</p> <p>了解并掌握这些HTML定义标签,对于创建结构良好、易于维护和扩展的网页至关重要。通过这些标签的组合使用,我们可以构建出符合Web标准的页面,并确保它们能够在各种浏览器上一致地呈现。</p> <p>在实际开发过程中,了解每个标签的具体属性和用法是构建高效网页的关键。建议开发者通过实践和阅读更多的HTML文档来加深对这些标签的理解。持续跟踪最新的HTML标准更新,也是作为Web开发者的必备技能之一。</p> <div style="background-color: #fcf8e3;border-color: #faebcc;color: #f39c12;padding: 15px;margin-bottom: 17px;border: 1px solid transparent;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent;border-left-color: transparent;border-radius: 3px;"> <p>版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 3561739510@qq.com 举报,一经查实,本站将立刻删除。</p> </div> <p>转载请注明来自<a href="https://www.365cms.com/" title="365seo"><strong>365seo</strong></a>,本文标题:<a href="https://www.365cms.com/article-62123-1.html" title="HTML标签定义有哪些?如何正确使用它们?">《HTML标签定义有哪些?如何正确使用它们?》</a><p> <p class="info-tag">标签:<a href="https://www.365cms.com/view-11273-1.html" title="HTML" rel="tag" >HTML</a></p> <div class="info-zan ta-c"> <a href="javascript:;" class="share"><i class="iconfont icon-fenxiang"></i></a> <a href="javascript:;" class="sponsor"><i class="iconfont icon-redpacket"></i></a> </div> </div> </div> </div> <div class="info-next tx-box mb15"> <ul class="clearfix"> <li class="fl">上一篇: <a href="https://www.365cms.com/article-61336-1.html" title="外贸营销网站怎么做?如何提升网站的国际影响力?">外贸营销网站怎么做?如何提升网站的国际影响力?</a> </li> <li class="fr">下一篇: <a href="https://www.365cms.com/article-62156-1.html" title="HTML中哪些标签不需要结束标签?这些标签的使用规则是什么?">HTML中哪些标签不需要结束标签?这些标签的使用规则是什么?</a> </li> </ul> </div> <div class="info-close tx-box mb15"> <h2 class="tx-title">猜你喜欢</h2> <div class="pd15"> <ul class="row"> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-61898-1.html" title="HTML美化单词有哪些?如何选择合适的HTML美化元素?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710004320_22267.jpeg" alt="HTML美化单词有哪些?如何选择合适的HTML美化元素?"></a> <h3><a href="https://www.365cms.com/article-61898-1.html" title="HTML美化单词有哪些?如何选择合适的HTML美化元素?">HTML美化单词有哪些?如何选择合适的HTML美化元素?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-61589-1.html" title="HTML背景设置有哪些标签?如何正确使用它们?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250709193246_94092.jpeg" alt="HTML背景设置有哪些标签?如何正确使用它们?"></a> <h3><a href="https://www.365cms.com/article-61589-1.html" title="HTML背景设置有哪些标签?如何正确使用它们?">HTML背景设置有哪些标签?如何正确使用它们?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-61198-1.html" title="HTML写网页有哪些方法?初学者如何快速上手?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250709185921_76657.jpeg" alt="HTML写网页有哪些方法?初学者如何快速上手?"></a> <h3><a href="https://www.365cms.com/article-61198-1.html" title="HTML写网页有哪些方法?初学者如何快速上手?">HTML写网页有哪些方法?初学者如何快速上手?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-62037-1.html" title="HTML中绿色的种类有哪些?如何在网页设计中使用它们?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710005452_49947.jpeg" alt="HTML中绿色的种类有哪些?如何在网页设计中使用它们?"></a> <h3><a href="https://www.365cms.com/article-62037-1.html" title="HTML中绿色的种类有哪些?如何在网页设计中使用它们?">HTML中绿色的种类有哪些?如何在网页设计中使用它们?</a></h3> </li> </ul> </div> </div> </div> </div> <div class="box-left"> <dl> <ul class="side-menu"> <li><a title="城市SEO" href="https://www.365cms.com/CSSEO.html">城市SEO</a></li> <li><a title="百度优化" href="https://www.365cms.com/BDYH.html">百度优化</a></li> <li><a title="SEO优化" href="https://www.365cms.com/SEOYH.html">SEO优化</a></li> <li><a title="SEO技术" href="https://www.365cms.com/SEOJS.html">SEO技术</a></li> <li><a title="SEO服务" href="https://www.365cms.com/SEOFW.html">SEO服务</a></li> <li><a title="短视频推广" href="https://www.365cms.com/DSPTG.html">短视频推广</a></li> <li><a title="网站推广" href="https://www.365cms.com/WZTG.html">网站推广</a></li> <li><a title="SEO知识" href="https://www.365cms.com/SEOZS.html">SEO知识</a></li> </ul> </dl> <dl> <dt>关于我</dt> <dd> <!--<p class="mb10">关注微信送SEO教程</p>--> <p class="mb10 img-d"><img src="https://www.365cms.com/zb_users/theme/tx_three/include/weixin.png"></p> <ul class="side-contact row"> <li class="col-8 col-m-8"><a href="http://wpa.qq.com/msgrd?v=3&uin=1561571580&site=qq&menu=yes" target="_blank" rel="nofollow"><i class="iconfont icon-qq2"></i> <p>QQ</p></a></li> <li class="col-8 col-m-8"><a href="#" target="_blank" rel="nofollow"><i class="iconfont icon-weibo1"></i> <p>微博</p></a></li> <li class="col-8 col-m-8"><a href="mailto:@1561571580@qq.com" target="_blank" rel="nofollow"><i class="iconfont icon-mail"></i> <p>邮箱</p></a></li> </ul> </dd> </dl> </div> <div class="side-right"> <dl class="function" id="divSearchPanel"> <dt class="function_t">搜索</dt><dd class="function_c"> <div><form name="search" method="post" action="https://www.365cms.com/zb_system/cmd.php?act=search"><input type="text" name="q" size="11" /> <input type="submit" value="搜索" /></form></div> </dd> </dl> <dl class="function" id="divPrevious"> <dt class="function_t">最新文章</dt><dd class="function_c"> <ul><li><a title="实测6款AI搜索,谁才是效率之王?" href="https://www.365cms.com/article-64057-1.html">实测6款AI搜索,谁才是效率之王?</a></li> <li><a title="2025年AI搜索优化排行榜:技术创新与市场份额权威解读" href="https://www.365cms.com/article-64056-1.html">2025年AI搜索优化排行榜:技术创新与市场份额权威解读</a></li> <li><a title="外卖大战为何京东隐身?100亿补贴钱太少,还是准备细水长流" href="https://www.365cms.com/article-64055-1.html">外卖大战为何京东隐身?100亿补贴钱太少,还是准备细水长流</a></li> <li><a title="淘宝、闪购追赶美团,京东为啥不跟了?" href="https://www.365cms.com/article-64054-1.html">淘宝、闪购追赶美团,京东为啥不跟了?</a></li> <li><a title="失业了,准备跑外卖,选择美团好,还是京东好?DeepSeek" href="https://www.365cms.com/article-64053-1.html">失业了,准备跑外卖,选择美团好,还是京东好?DeepSeek</a></li> <li><a title="看似外卖之争,实则美团单挑四大电商平台的基本盘" href="https://www.365cms.com/article-64052-1.html">看似外卖之争,实则美团单挑四大电商平台的基本盘</a></li> <li><a title="在抖音,超过1亿人正在重新定义「家」" href="https://www.365cms.com/article-64051-1.html">在抖音,超过1亿人正在重新定义「家」</a></li> <li><a title="一篇文章带你认识抖音:从娱乐工具到生活新方式" href="https://www.365cms.com/article-64050-1.html">一篇文章带你认识抖音:从娱乐工具到生活新方式</a></li> <li><a title="抖音:无限期封禁!彻底凉凉!结语" href="https://www.365cms.com/article-64049-1.html">抖音:无限期封禁!彻底凉凉!结语</a></li> <li><a title="抖音音乐关键词分享的步骤是什么?" href="https://www.365cms.com/article-63890-1.html">抖音音乐关键词分享的步骤是什么?</a></li> </ul> </dd> </dl> <dl class="function" id="divtxhotlist"> <dt class="function_t">热门文章</dt><dd class="function_c"> <ul><li><a href="https://www.365cms.com/article-62371-1.html" title="打代码的软件有哪些HTML?HTML编辑器和IDE的区别是什么?">打代码的软件有哪些HTML?HTML编辑器和IDE的区别是什么?</a></li><li><a href="https://www.365cms.com/article-62380-1.html" title="如何建造团队网站推广?有哪些有效的推广策略?">如何建造团队网站推广?有哪些有效的推广策略?</a></li><li><a href="https://www.365cms.com/article-62365-1.html" title="如何做网站的推广教程?有哪些有效的推广方法?">如何做网站的推广教程?有哪些有效的推广方法?</a></li><li><a href="https://www.365cms.com/article-62493-1.html" title="网站开发架构怎么写好?架构设计的常见问题有哪些?">网站开发架构怎么写好?架构设计的常见问题有哪些?</a></li><li><a href="https://www.365cms.com/article-62628-1.html" title="网站运营分析方式怎么写?如何有效进行网站数据分析?">网站运营分析方式怎么写?如何有效进行网站数据分析?</a></li><li><a href="https://www.365cms.com/article-62819-1.html" title="台州网站改版怎么样?改版后有哪些常见问题?">台州网站改版怎么样?改版后有哪些常见问题?</a></li><li><a href="https://www.365cms.com/article-62536-1.html" title="抖音排行分析网站怎么做?如何打造高效的抖音数据分析平台?">抖音排行分析网站怎么做?如何打造高效的抖音数据分析平台?</a></li><li><a href="https://www.365cms.com/article-62092-1.html" title="关键词排到网站怎么排?优化策略有哪些?">关键词排到网站怎么排?优化策略有哪些?</a></li><li><a href="https://www.365cms.com/article-62381-1.html" title="网站费用分析报告怎么写?撰写时需注意哪些要点?">网站费用分析报告怎么写?撰写时需注意哪些要点?</a></li><li><a href="https://www.365cms.com/article-62650-1.html" title="金华网站营销怎么样啊招聘?如何找到合适的岗位?">金华网站营销怎么样啊招聘?如何找到合适的岗位?</a></li><li><a href="https://www.365cms.com/article-62999-1.html" title="网站建设怎么设置关键词?关键词设置有哪些常见问题?">网站建设怎么设置关键词?关键词设置有哪些常见问题?</a></li><li><a href="https://www.365cms.com/article-62304-1.html" title="购物网站如何推广文案?有哪些有效策略?">购物网站如何推广文案?有哪些有效策略?</a></li><li><a href="https://www.365cms.com/article-62990-1.html" title="如何从网站提取地图?提取步骤和常见问题解答?">如何从网站提取地图?提取步骤和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-62211-1.html" title="如何开网站广告推广店铺?有哪些有效策略和常见问题解答?">如何开网站广告推广店铺?有哪些有效策略和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-62329-1.html" title="网站建设如何推广?有哪些有效的推广策略?">网站建设如何推广?有哪些有效的推广策略?</a></li><li><a href="https://www.365cms.com/article-62575-1.html" title="HTML中align属性有哪些内容?如何正确使用?">HTML中align属性有哪些内容?如何正确使用?</a></li><li><a href="https://www.365cms.com/article-62596-1.html" title="如何做抖音团购网站推广?有哪些有效策略和常见问题解答?">如何做抖音团购网站推广?有哪些有效策略和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-62632-1.html" title="网站服务架构怎么拆分?拆分后如何优化性能?">网站服务架构怎么拆分?拆分后如何优化性能?</a></li><li><a href="https://www.365cms.com/article-62655-1.html" title="HTML5开发IDE有哪些选择?如何挑选适合的HTML5集成开发环境?">HTML5开发IDE有哪些选择?如何挑选适合的HTML5集成开发环境?</a></li><li><a href="https://www.365cms.com/article-62847-1.html" title="百度上如何推广网站?有哪些有效的方法和技巧?">百度上如何推广网站?有哪些有效的方法和技巧?</a></li></ul> </dd> </dl> <dl class="function" id="divhottag"> <dt class="function_t">热门tag</dt><dd class="function_c"> <div><a href="https://www.365cms.com/view-2-1.html" title="优化">优化</a><a href="https://www.365cms.com/view-50-1.html" title="抖音">抖音</a><a href="https://www.365cms.com/view-331-1.html" title="抖音小店">抖音小店</a><a href="https://www.365cms.com/view-302-1.html" title="SEO优化">SEO优化</a><a href="https://www.365cms.com/view-18-1.html" title="网站优化">网站优化</a><a href="https://www.365cms.com/view-8-1.html" title="网站推广">网站推广</a><a href="https://www.365cms.com/view-1121-1.html" title="快手">快手</a><a href="https://www.365cms.com/view-36-1.html" title="抖音seo">抖音seo</a><a href="https://www.365cms.com/view-465-1.html" title="抖音橱窗">抖音橱窗</a><a href="https://www.365cms.com/view-1186-1.html" title="小红书">小红书</a><a href="https://www.365cms.com/view-1807-1.html" title="快手小店">快手小店</a><a href="https://www.365cms.com/view-4-1.html" title="关键词排名">关键词排名</a><a href="https://www.365cms.com/view-54-1.html" title="百度优化">百度优化</a><a href="https://www.365cms.com/view-16-1.html" title="网站排名">网站排名</a><a href="https://www.365cms.com/view-944-1.html" title="网站建设">网站建设</a><a href="https://www.365cms.com/view-6-1.html" title="排名">排名</a><a href="https://www.365cms.com/view-7-1.html" title="关键词优化">关键词优化</a><a href="https://www.365cms.com/view-127-1.html" title="抖音直播">抖音直播</a><a href="https://www.365cms.com/view-13-1.html" title="SEO知识">SEO知识</a><a href="https://www.365cms.com/view-321-1.html" title="推广">推广</a></div> </dd> </dl> <dl class="function" id="divTags"> <dt class="function_t">标签列表</dt><dd class="function_c"> <ul><li><a title="优化" href="https://www.365cms.com/view-2-1.html">优化<span class="tag-count"> (3399)</span></a></li> <li><a title="关键词排名" href="https://www.365cms.com/view-4-1.html">关键词排名<span class="tag-count"> (618)</span></a></li> <li><a title="排名" href="https://www.365cms.com/view-6-1.html">排名<span class="tag-count"> (506)</span></a></li> <li><a title="关键词优化" href="https://www.365cms.com/view-7-1.html">关键词优化<span class="tag-count"> (495)</span></a></li> <li><a title="网站推广" href="https://www.365cms.com/view-8-1.html">网站推广<span class="tag-count"> (1056)</span></a></li> <li><a title="关键词" href="https://www.365cms.com/view-10-1.html">关键词<span class="tag-count"> (371)</span></a></li> <li><a title="SEO知识" href="https://www.365cms.com/view-13-1.html">SEO知识<span class="tag-count"> (423)</span></a></li> <li><a title="网站排名" href="https://www.365cms.com/view-16-1.html">网站排名<span class="tag-count"> (515)</span></a></li> <li><a title="网站优化" href="https://www.365cms.com/view-18-1.html">网站优化<span class="tag-count"> (1225)</span></a></li> <li><a title="抖音seo" href="https://www.365cms.com/view-36-1.html">抖音seo<span class="tag-count"> (1019)</span></a></li> <li><a title="抖音" href="https://www.365cms.com/view-50-1.html">抖音<span class="tag-count"> (3029)</span></a></li> <li><a title="百度优化" href="https://www.365cms.com/view-54-1.html">百度优化<span class="tag-count"> (532)</span></a></li> <li><a title="网站" href="https://www.365cms.com/view-76-1.html">网站<span class="tag-count"> (368)</span></a></li> <li><a title="SEO技术" href="https://www.365cms.com/view-79-1.html">SEO技术<span class="tag-count"> (377)</span></a></li> <li><a title="抖音直播" href="https://www.365cms.com/view-127-1.html">抖音直播<span class="tag-count"> (454)</span></a></li> <li><a title="搜索引擎优化" href="https://www.365cms.com/view-301-1.html">搜索引擎优化<span class="tag-count"> (406)</span></a></li> <li><a title="SEO优化" href="https://www.365cms.com/view-302-1.html">SEO优化<span class="tag-count"> (1419)</span></a></li> <li><a title="推广" href="https://www.365cms.com/view-321-1.html">推广<span class="tag-count"> (419)</span></a></li> <li><a title="抖音小店" href="https://www.365cms.com/view-331-1.html">抖音小店<span class="tag-count"> (1595)</span></a></li> <li><a title="抖音橱窗" href="https://www.365cms.com/view-465-1.html">抖音橱窗<span class="tag-count"> (638)</span></a></li> <li><a title="营销型网站" href="https://www.365cms.com/view-887-1.html">营销型网站<span class="tag-count"> (399)</span></a></li> <li><a title="网站建设" href="https://www.365cms.com/view-944-1.html">网站建设<span class="tag-count"> (509)</span></a></li> <li><a title="快手" href="https://www.365cms.com/view-1121-1.html">快手<span class="tag-count"> (1022)</span></a></li> <li><a title="小红书" href="https://www.365cms.com/view-1186-1.html">小红书<span class="tag-count"> (636)</span></a></li> <li><a title="快手小店" href="https://www.365cms.com/view-1807-1.html">快手小店<span class="tag-count"> (631)</span></a></li> </ul> </dd> </dl> <dl class="function" id="divLinkage"> <dt class="function_t">友情链接</dt><dd class="function_c"> <ul><li class="link-item"><a href="https://www.19587.cn/" target="_blank" title="1号数码网">1号数码网</a></li><li class="link-item"><a href="https://www.dgsjsyxx.com/" target="_blank" title="电脑知识号">电脑知识号</a></li><li class="link-item"><a href="https://www.sgdj.net/" target="_blank" title="时光数码">时光数码</a></li> </ul> </dd> </dl> </div> </div> <div class="footer tx-color1 tx-color2"> <div class="wide"> Copyright © www.365cms.com All Rights Reserved. <a href="https://beian.miit.gov.cn/#/Integrated/index" rel="nofollow" target="_blank">渝ICP备2023007620号</a> 图片来源于网络,如有侵权请联系删除<br><script>(function(){var bp=document.createElement('script');var curProtocol=window.location.protocol.split(':')[0];if(curProtocol==='https'){bp.src='https://zz.bdstatic.com/linksubmit/push.js'}else{bp.src='http://push.zhanzhang.baidu.com/push.js'}var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(bp,s)})();</script><script>var _hmt=_hmt||[];(function(){var hm=document.createElement("script");hm.src="https://hm.baidu.com/hm.js?f01259ab09c3ac8b2d0aa7fac941f762";var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm,s)})();</script> </div> </div> <div class="sponsor-box pop-box" style="display:none;"> <div class="pop-con"> <h2><a href="javascript:void(0)" class="pop-off fr"><i class="iconfont icon-guanbi1"></i></a>谢谢打赏</h2> <ul class="clearfix"> <li> <img src="https://www.365cms.com/zb_users/theme/tx_three/include/weixin.png"> <p>支付宝</p> </li> <li> <img src="https://www.365cms.com/zb_users/theme/tx_three/include/zfb.png"> <p>微信</p> </li> </ul> </div> <div class="pop-off1"></div> </div> <div class="share-box pop-box" style="display:none;"> <div class="pop-con"> <h2><a href="javascript:void(0)" class="pop-off fr"><i class="iconfont icon-guanbi1"></i></a>在线分享</h2> <div class="pd20"> <div class="bsync-custom icon-long-orange"><a title="一键分享到各大微博和社交网络" class="bshare-bsync" onclick="javascript:bSync.share(event)"></a><span class="BSHARE_COUNT bshare-share-count">0</span></div> <script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/bsync.js#uuid=#uuid=&style=1"></script> </div> </div> <div class="pop-off1"></div> </div> <div class="gotop" style="display:none"><i class="iconfont icon-dingbu"></i></div> <script src="https://www.365cms.com/zb_users/theme/tx_three/script/txcstx.js" type="text/javascript"></script> <script src="https://www.365cms.com/zb_users/theme/tx_three/script/imgpang.js?r=1.5.8" type="text/javascript"></script><script language="javascript" src="https://www.365cms.com/zb_users/plugin/tx_side/js/txcstx.js"></script> </body> </html><!--396.17 ms , 23 queries , 4596kb memory , 0 error-->