当前位置:网站首页 > SEO技术 > 正文

HTML中必须的标签有哪些?如何正确使用它们?

游客游客 2025-06-24 10:27:01 6

HTML(超文本标记语言)是构建网页的基础,它通过各种标签来组织网页内容。在HTML文档中,存在一些必要的标签,它们是构建一个功能完整的网页不可或缺的部分。本文将为您详细介绍这些必须的HTML标签,帮助您掌握网页开发的基础知识。

HTML文档的基本结构

一个标准的HTML文档都包含以下基本的标签结构:

```html

网页标题

```

HTML中必须的标签有哪些?如何正确使用它们?

文档类型声明DOCTYPE

在HTML5中,``是文档类型声明,它告诉浏览器您使用的是HTML5版本的文档。这是每个HTML文档开头必须的声明。

HTML根标签

紧接着文档类型声明后,是``标签,它是所有HTML元素的容器,代表整个HTML文档的开始和结束。

头部Head

``标签内包含了一些关于文档的信息,它位于``和``标签之间。虽然这些内容不直接显示在网页上,但它们对于网页的结构和搜索引擎优化(SEO)是非常重要的。以下是一些常见的必须的子标签:

字符编码

```html

```

在``内部,``标签指定了字符编码为UTF-8,它支持大多数字符集,是现代网页中推荐使用的字符编码。

网页标题

```html

网页标题

```

``标签定义了浏览器工具栏中的标题,也是搜索引擎搜索结果中的标题显示内容。一个具有描述性的标题对于SEO是非常关键的。</p> <p><strong>正文Body</strong></p> <p>`<body>`标签包含了网页上所有可见的内容,比如文本、图片、链接、表单等等。</p> <p style="text-align: center;"><img alt="HTML中必须的标签有哪些?如何正确使用它们?" title="HTML中必须的标签有哪些?如何正确使用它们?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623183417_29864.jpeg"/></p> <h2>必须的HTML标签详细解析</h2> <p><strong>HTML标题标签`<h1>`到`<h6>`</strong></p> <p>标题标签从`<h1>`到`<h6>`,表示从最高到最低的级别。标题标签对于网页结构和SEO都十分重要,其中`<h1>`标签尤为重要,因为它通常被视为页面上最重要的标题。</p> <p><strong>段落标签`<p>`</strong></p> <p>`<p>`标签用于定义文本段落。它是网页内容组织的基础标签之一。</p> <p><strong>链接标签`<a>`</strong></p> <p>`<a>`标签用于创建超链接,它可以链接到其他页面、文件、位置或者邮箱地址。例如:</p> <p>```html</p> <p><ahref="https://www.baidu.com"rel="nofollownoopener">访问百度</a></p> <p>```</p> <p>链接标签的`rel="nofollownoopener"`属性指示浏览器在新的窗口或标签页打开链接,同时告诉搜索引擎不对该链接进行追踪。</p> <p><strong>图片标签`<img>`</strong></p> <p>`<img>`标签用于嵌入图片到网页中。它必须包含`src`属性(图片资源的URL)和`alt`属性(图片的替代文本)。例如:</p> <p>```html</p> <p><img alt="HTML中必须的标签有哪些?如何正确使用它们?" title="HTML中必须的标签有哪些?如何正确使用它们?" src="image.jpg"/></p> <p>```</p> <p><strong>列表标签`<ul>`,`<ol>`,`<li>`</strong></p> <p>无序列表`<ul>`和有序列表`<ol>`用于创建列表项`<li>`。这些标签常用于制作导航菜单、文章大纲等。</p> <p><strong>表格标签`<table>`,`<tr>`,`<th>`,`<td>`</strong></p> <p>这些标签分别用于创建表格、表格行、表头单元格和表格数据单元格。它们可以帮助组织和展示结构性数据。</p> <p style="text-align: center;"><img alt="HTML中必须的标签有哪些?如何正确使用它们?" title="HTML中必须的标签有哪些?如何正确使用它们?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623183417_48307.jpeg"/></p> <h2>结语</h2> <p>通过以上介绍,我们可以看到HTML中的必须标签是构建网页框架的基础。它们不仅帮助浏览器正确解析和显示网页内容,而且还影响着SEO表现。熟练掌握这些标签对于网页开发者来说至关重要。记得在您的网页中妥善运用这些标签,并在实践中不断优化和完善您的网页结构和内容。</p> <p>现在您已经了解了HTML中必须的标签,不妨尝试在自己的网页项目中应用这些知识,以创建结构良好、内容丰富的网页。通过不断实践,您将能够逐渐提升您的HTML技能,并构建出更加专业和功能强大的网站。</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-59493-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-60286-1.html" title="抖音电影剪辑内容如何表现?有哪些技巧和注意事项?">抖音电影剪辑内容如何表现?有哪些技巧和注意事项?</a> </li> <li class="fr">下一篇: <a href="https://www.365cms.com/article-60279-1.html" title="小红书壁纸剪辑教程?如何快速制作个性化壁纸?">小红书壁纸剪辑教程?如何快速制作个性化壁纸?</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-59496-1.html" title="HTML代码缩进规则是什么?如何正确使用HTML缩进?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250623183433_67150.jpeg" alt="HTML代码缩进规则是什么?如何正确使用HTML缩进?"></a> <h3><a href="https://www.365cms.com/article-59496-1.html" title="HTML代码缩进规则是什么?如何正确使用HTML缩进?">HTML代码缩进规则是什么?如何正确使用HTML缩进?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-59619-1.html" title="HTML在网页设计中的应用有哪些?常见问题解答?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250623184619_81229.jpeg" alt="HTML在网页设计中的应用有哪些?常见问题解答?"></a> <h3><a href="https://www.365cms.com/article-59619-1.html" title="HTML在网页设计中的应用有哪些?常见问题解答?">HTML在网页设计中的应用有哪些?常见问题解答?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-59547-1.html" title="HTML版本符号有哪些?它们分别代表什么含义?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250623183923_51506.jpeg" alt="HTML版本符号有哪些?它们分别代表什么含义?"></a> <h3><a href="https://www.365cms.com/article-59547-1.html" title="HTML版本符号有哪些?它们分别代表什么含义?">HTML版本符号有哪些?它们分别代表什么含义?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-59600-1.html" title="HTML按钮属性有哪些?如何正确使用它们以增强网页交互性?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250623184427_13849.jpeg" alt="HTML按钮属性有哪些?如何正确使用它们以增强网页交互性?"></a> <h3><a href="https://www.365cms.com/article-59600-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="抖音快拍慢拍视频剪辑技巧有哪些?" href="https://www.365cms.com/article-60238-1.html">抖音快拍慢拍视频剪辑技巧有哪些?</a></li> <li><a title="抖音纪录片剪辑违规吗?遇到违规内容该如何举报?" href="https://www.365cms.com/article-60237-1.html">抖音纪录片剪辑违规吗?遇到违规内容该如何举报?</a></li> <li><a title="抖音转发日常视频如何剪辑?剪辑过程中常见问题有哪些?" href="https://www.365cms.com/article-60236-1.html">抖音转发日常视频如何剪辑?剪辑过程中常见问题有哪些?</a></li> <li><a title="抖音干剪辑怎么挣钱的呢?有哪些盈利方式?" href="https://www.365cms.com/article-60235-1.html">抖音干剪辑怎么挣钱的呢?有哪些盈利方式?</a></li> <li><a title="网站关键词排名怎么设置?优化策略有哪些?" href="https://www.365cms.com/article-59595-1.html">网站关键词排名怎么设置?优化策略有哪些?</a></li> <li><a title="网站改版升级告知怎么写?升级后有哪些新功能?" href="https://www.365cms.com/article-59588-1.html">网站改版升级告知怎么写?升级后有哪些新功能?</a></li> <li><a title="比价网站如何进行有效的营销推广?推广策略有哪些常见问题?" href="https://www.365cms.com/article-59586-1.html">比价网站如何进行有效的营销推广?推广策略有哪些常见问题?</a></li> <li><a title="响应式设计的重要性是什么?如何提升用户体验?" href="https://www.365cms.com/article-59570-1.html">响应式设计的重要性是什么?如何提升用户体验?</a></li> <li><a title="快手剪辑帅气视频怎么做?有哪些技巧和步骤?" href="https://www.365cms.com/article-60241-1.html">快手剪辑帅气视频怎么做?有哪些技巧和步骤?</a></li> <li><a title="短视频画质优化技巧有哪些?如何提升视频清晰度?" href="https://www.365cms.com/article-60240-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-56193-1.html" title="如何将帅气的剪辑特效添加到抖音视频中?">如何将帅气的剪辑特效添加到抖音视频中?</a></li><li><a href="https://www.365cms.com/article-56508-1.html" title="快手视频剪辑怎么弄的啊?详细步骤和技巧是什么?">快手视频剪辑怎么弄的啊?详细步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-57291-1.html" title="小红书视屏怎么剪辑的?视频编辑的步骤和技巧是什么?">小红书视屏怎么剪辑的?视频编辑的步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-57274-1.html" title="快手视频拍摄与剪辑技巧有哪些?如何快速上手?">快手视频拍摄与剪辑技巧有哪些?如何快速上手?</a></li><li><a href="https://www.365cms.com/article-56436-1.html" title="怎么拍小红书滤镜视频剪辑?视频编辑有哪些技巧?">怎么拍小红书滤镜视频剪辑?视频编辑有哪些技巧?</a></li><li><a href="https://www.365cms.com/article-56493-1.html" title="小红书发表用什么剪辑器?视频编辑工具推荐及使用教程?">小红书发表用什么剪辑器?视频编辑工具推荐及使用教程?</a></li><li><a href="https://www.365cms.com/article-57256-1.html" title="抖音运营口播怎么剪辑?剪辑过程中常见问题有哪些?">抖音运营口播怎么剪辑?剪辑过程中常见问题有哪些?</a></li><li><a href="https://www.365cms.com/article-56668-1.html" title="HTML网页能展示哪些内容?如何优化网页内容展示效果?">HTML网页能展示哪些内容?如何优化网页内容展示效果?</a></li><li><a href="https://www.365cms.com/article-57281-1.html" title="抖音台球剪辑赛道如何制作?有哪些技巧和步骤?">抖音台球剪辑赛道如何制作?有哪些技巧和步骤?</a></li><li><a href="https://www.365cms.com/article-57292-1.html" title="小红书时尚剪辑怎么做?视频编辑技巧有哪些?">小红书时尚剪辑怎么做?视频编辑技巧有哪些?</a></li><li><a href="https://www.365cms.com/article-57293-1.html" title="快手短剧剪辑技巧是什么?如何快速上手制作?">快手短剧剪辑技巧是什么?如何快速上手制作?</a></li><li><a href="https://www.365cms.com/article-56469-1.html" title="小红书剪辑没有流量怎么办?提高曝光率的技巧有哪些?">小红书剪辑没有流量怎么办?提高曝光率的技巧有哪些?</a></li><li><a href="https://www.365cms.com/article-55826-1.html" title="瑞幸网站营销效果如何评估?常见问题有哪些解决方法?">瑞幸网站营销效果如何评估?常见问题有哪些解决方法?</a></li><li><a href="https://www.365cms.com/article-57241-1.html" title="小红书接单剪辑赚钱方法是什么?如何提高收入?">小红书接单剪辑赚钱方法是什么?如何提高收入?</a></li><li><a href="https://www.365cms.com/article-55824-1.html" title="如何撰写营销比赛简历网站?常见问题有哪些?">如何撰写营销比赛简历网站?常见问题有哪些?</a></li><li><a href="https://www.365cms.com/article-55874-1.html" title="如何推广知识付费网站呢?有效策略和方法有哪些?">如何推广知识付费网站呢?有效策略和方法有哪些?</a></li><li><a href="https://www.365cms.com/article-57267-1.html" title="最新小红书剪辑方法是什么?如何快速掌握高效剪辑技巧?">最新小红书剪辑方法是什么?如何快速掌握高效剪辑技巧?</a></li><li><a href="https://www.365cms.com/article-55833-1.html" title="网站关键词怎么规划?如何有效进行关键词布局?">网站关键词怎么规划?如何有效进行关键词布局?</a></li><li><a href="https://www.365cms.com/article-55905-1.html" title="网站推广企业分析怎么写?分析步骤和常见问题解答?">网站推广企业分析怎么写?分析步骤和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-56470-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-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-8-1.html" title="网站推广">网站推广</a><a href="https://www.365cms.com/view-465-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-1186-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-6-1.html" title="排名">排名</a><a href="https://www.365cms.com/view-944-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-301-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"> (610)</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"> (472)</span></a></li> <li><a title="网站推广" href="https://www.365cms.com/view-8-1.html">网站推广<span class="tag-count"> (772)</span></a></li> <li><a title="关键词" href="https://www.365cms.com/view-10-1.html">关键词<span class="tag-count"> (346)</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"> (509)</span></a></li> <li><a title="网站优化" href="https://www.365cms.com/view-18-1.html">网站优化<span class="tag-count"> (1174)</span></a></li> <li><a title="抖音seo" href="https://www.365cms.com/view-36-1.html">抖音seo<span class="tag-count"> (886)</span></a></li> <li><a title="抖音" href="https://www.365cms.com/view-50-1.html">抖音<span class="tag-count"> (2888)</span></a></li> <li><a title="百度优化" href="https://www.365cms.com/view-54-1.html">百度优化<span class="tag-count"> (531)</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"> (452)</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"> (1413)</span></a></li> <li><a title="搜索引擎" href="https://www.365cms.com/view-314-1.html">搜索引擎<span class="tag-count"> (343)</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"> (366)</span></a></li> <li><a title="网站建设" href="https://www.365cms.com/view-944-1.html">网站建设<span class="tag-count"> (484)</span></a></li> <li><a title="快手" href="https://www.365cms.com/view-1121-1.html">快手<span class="tag-count"> (979)</span></a></li> <li><a title="小红书" href="https://www.365cms.com/view-1186-1.html">小红书<span class="tag-count"> (595)</span></a></li> <li><a title="快手小店" href="https://www.365cms.com/view-1807-1.html">快手小店<span class="tag-count"> (631)</span></a></li> <li><a title="SEO" href="https://www.365cms.com/view-10536-1.html">SEO<span class="tag-count"> (325)</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><!--264.71 ms , 23 queries , 4558kb memory , 0 error-->