当前位置:网站首页 > 城市SEO > 正文

HTML基础有哪些?如何快速掌握HTML基础知识点?

游客游客 2025-07-03 09:54:01 7

HTML,全称为超文本标记语言(HyperTextMarkupLanguage),是构成网页文档的基石,它定义了网页内容的结构。对于初学者来说,掌握HTML的基础是开启网页设计和开发旅程的第一步。本文将详细介绍HTML的基础知识,确保读者能够全面理解并掌握其核心概念。

HTML基本结构

任何HTML文档都由一系列标签(tags)构成,每个标签都有其特定的含义和功能。一个标准的HTML页面通常包含以下基本结构:

```html

页面标题

```

1.``声明了文档类型和HTML版本。

2.``标签是所有HTML页面的根元素。

3.``元素包含了文档的元数据,如``,它定义了网页的标题。</p> <p>4.`<body>`包含了网页的所有可见内容,如文本、图片、链接等。</p> <p style="text-align: center;"><img alt="HTML基础有哪些?如何快速掌握HTML基础知识点?" title="HTML基础有哪些?如何快速掌握HTML基础知识点?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623172334_54391.jpeg"/></p> <h2>HTML基础标签</h2> <p>初学者必须熟悉的一些基础标签包括:</p> <p>`<h1>`到`<h6>`:标题标签,用于定义不同级别的标题。</p> <p>`<p>`:段落标签,用于定义文本段落。</p> <p>`<a>`:锚点标签,用于创建超链接。</p> <p>`<img>`:图像标签,用于在网页中嵌入图片。</p> <p>`<ul>`、`<ol>`、`<li>`:无序列表和有序列表及其列表项。</p> <p>`<table>`、`<tr>`、`<th>`、`<td>`:表格相关标签,用于创建表格。</p> <p>`<div>`和`<span>`:用于布局和样式的分组。</p> <p style="text-align: center;"><img alt="HTML基础有哪些?如何快速掌握HTML基础知识点?" title="HTML基础有哪些?如何快速掌握HTML基础知识点?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623172334_29434.jpeg"/></p> <h2>HTML文档格式</h2> <p>在学习HTML时,理解文档格式很重要。文档格式包括字符编码、元数据和文档类型定义(DTD)。例如:</p> <p>```html</p> <p><metacharset="UTF-8"></p> <p>```</p> <p>这行代码告诉浏览器使用UTF-8字符编码,这是一种支持多种语言的编码格式。了解如何使用`<meta>`标签来设置视口(viewport)是很关键的,它决定了网页在移动设备上的显示方式。</p> <p style="text-align: center;"><img alt="HTML基础有哪些?如何快速掌握HTML基础知识点?" title="HTML基础有哪些?如何快速掌握HTML基础知识点?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623172334_31510.jpeg"/></p> <h2>实用技巧</h2> <p><strong>使用语义化标签:</strong>选择合适的标签不仅有助于文档的可读性,还利于搜索引擎优化(SEO)。</p> <p><strong>调试代码:</strong>使用浏览器的开发者工具进行代码调试,可以快速找到并修复问题。</p> <p><strong>学习CSS和JavaScript:</strong>虽然CSS用于样式布局,JavaScript用于添加交互功能,但了解它们如何与HTML协同工作是很重要的。</p> <h2>常见问题解答</h2> <p><strong>问:如何创建一个超链接?</strong></p> <p>答:创建超链接需要使用`<a>`标签,并指定`href`属性来定义链接的目标地址,如:</p> <p>```html</p> <p><ahref="https://www.baidu.com"rel="nofollownoopener">访问百度</a></p> <p>```</p> <p><strong>问:如何在网页中嵌入图片?</strong></p> <p>答:使用`<img>`标签,指定`src`属性来定义图片的路径,如:</p> <p>```html</p> <p><img alt="HTML基础有哪些?如何快速掌握HTML基础知识点?" title="HTML基础有哪些?如何快速掌握HTML基础知识点?" src="image.jpg"/></p> <p>```</p> <p>`alt`属性为图片提供了一个文本替代选项,这对于搜索引擎和视觉障碍的用户来说非常重要。</p> <h2>结语</h2> <p>通过以上内容的介绍,我们可以了解到HTML的基础结构、标签及其使用,以及一些实用的技巧和常见的问题解答。随着技术的不断更新,HTML也不断演进,但是掌握这些基础将为学习更高级的Web开发技能打下坚实的基础。想要成为Web开发领域的专家,不断地实践和探索新的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-58738-1.html" title="HTML基础有哪些?如何快速掌握HTML基础知识点?">《HTML基础有哪些?如何快速掌握HTML基础知识点?》</a><p> <p class="info-tag">标签:</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-59763-1.html" title="不好的抖音视频如何剪辑优化?剪辑过程中常见问题有哪些?">不好的抖音视频如何剪辑优化?剪辑过程中常见问题有哪些?</a> </li> <li class="fr">下一篇: <a href="https://www.365cms.com/article-59756-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-63322-1.html" title="如何撰写竞争对手网站分析报告?分析中常见问题有哪些?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710030416_95543.jpeg" alt="如何撰写竞争对手网站分析报告?分析中常见问题有哪些?"></a> <h3><a href="https://www.365cms.com/article-63322-1.html" title="如何撰写竞争对手网站分析报告?分析中常见问题有哪些?">如何撰写竞争对手网站分析报告?分析中常见问题有哪些?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-63319-1.html" title="网站如何进行推广宣传?有哪些有效的推广策略?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710030402_94099.jpeg" alt="网站如何进行推广宣传?有哪些有效的推广策略?"></a> <h3><a href="https://www.365cms.com/article-63319-1.html" title="网站如何进行推广宣传?有哪些有效的推广策略?">网站如何进行推广宣传?有哪些有效的推广策略?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-63317-1.html" title="营销网站建设前景怎么样?未来趋势如何预测?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710030351_62684.jpeg" alt="营销网站建设前景怎么样?未来趋势如何预测?"></a> <h3><a href="https://www.365cms.com/article-63317-1.html" title="营销网站建设前景怎么样?未来趋势如何预测?">营销网站建设前景怎么样?未来趋势如何预测?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-63309-1.html" title="新网站如何进行有效营销?推出网站后常见的营销问题有哪些?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710030313_86232.jpeg" alt="新网站如何进行有效营销?推出网站后常见的营销问题有哪些?"></a> <h3><a href="https://www.365cms.com/article-63309-1.html" title="新网站如何进行有效营销?推出网站后常见的营销问题有哪些?">新网站如何进行有效营销?推出网站后常见的营销问题有哪些?</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-61703-1.html">如何进行有效的竞品分析?寻找最佳网站的方法是什么?</a></li> <li><a title="网站怎么输入关键词?输入关键词有哪些技巧和注意事项?" href="https://www.365cms.com/article-61678-1.html">网站怎么输入关键词?输入关键词有哪些技巧和注意事项?</a></li> <li><a title="HTML表单标签有哪些?它们各自的作用是什么?" href="https://www.365cms.com/article-61725-1.html">HTML表单标签有哪些?它们各自的作用是什么?</a></li> <li><a title="怎么做网站营销策略?常见问题与解决方法是什么?" href="https://www.365cms.com/article-61718-1.html">怎么做网站营销策略?常见问题与解决方法是什么?</a></li> <li><a title="怎么做网站平台营销?有哪些有效策略和常见问题解答?" href="https://www.365cms.com/article-61717-1.html">怎么做网站平台营销?有哪些有效策略和常见问题解答?</a></li> <li><a title="博客网站收益怎么样?如何提高博客的盈利能力?" href="https://www.365cms.com/article-61713-1.html">博客网站收益怎么样?如何提高博客的盈利能力?</a></li> <li><a title="谷歌优化中关键词的使用技巧是什么?如何有效提升网站SEO排名?" href="https://www.365cms.com/article-61712-1.html">谷歌优化中关键词的使用技巧是什么?如何有效提升网站SEO排名?</a></li> <li><a title="新手如何建一个网站推广?有哪些步骤和技巧?" href="https://www.365cms.com/article-61695-1.html">新手如何建一个网站推广?有哪些步骤和技巧?</a></li> <li><a title="如何打造高效的营销性校园网站?常见问题有哪些?" href="https://www.365cms.com/article-61707-1.html">如何打造高效的营销性校园网站?常见问题有哪些?</a></li> <li><a title="网站流量分析怎么写?分析工具和步骤有哪些?" href="https://www.365cms.com/article-61706-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-60781-1.html" title="网站分析怎么做?如何通过数据分析优化网站性能?">网站分析怎么做?如何通过数据分析优化网站性能?</a></li><li><a href="https://www.365cms.com/article-60890-1.html" title="网站改版究竟要怎么改?改版过程中常见的问题有哪些?">网站改版究竟要怎么改?改版过程中常见的问题有哪些?</a></li><li><a href="https://www.365cms.com/article-60941-1.html" title="如何进行有效的网站关键词搜索?掌握哪些技巧可以提高搜索效率?">如何进行有效的网站关键词搜索?掌握哪些技巧可以提高搜索效率?</a></li><li><a href="https://www.365cms.com/article-60811-1.html" title="HTML5基本标签有哪些?如何正确使用它们?">HTML5基本标签有哪些?如何正确使用它们?</a></li><li><a href="https://www.365cms.com/article-60918-1.html" title="网站符号分析怎么写的啊?步骤和要点是什么?">网站符号分析怎么写的啊?步骤和要点是什么?</a></li><li><a href="https://www.365cms.com/article-60789-1.html" title="自己做博客网站怎么变现?有哪些变现方式和策略?">自己做博客网站怎么变现?有哪些变现方式和策略?</a></li><li><a href="https://www.365cms.com/article-60724-1.html" title="如何进行论文网站的对比分析?分析时应注意哪些问题?">如何进行论文网站的对比分析?分析时应注意哪些问题?</a></li><li><a href="https://www.365cms.com/article-60736-1.html" title="怎么来分析一个网站的tdk?tdk分析的正确步骤是什么?">怎么来分析一个网站的tdk?tdk分析的正确步骤是什么?</a></li><li><a href="https://www.365cms.com/article-60944-1.html" title="网站图片细节分析怎么写?如何提升图片SEO效果?">网站图片细节分析怎么写?如何提升图片SEO效果?</a></li><li><a href="https://www.365cms.com/article-60754-1.html" title="网站营销页怎么做?如何打造高效的营销页面?">网站营销页怎么做?如何打造高效的营销页面?</a></li><li><a href="https://www.365cms.com/article-60850-1.html" title="HTML样式有哪些?如何正确使用它们?">HTML样式有哪些?如何正确使用它们?</a></li><li><a href="https://www.365cms.com/article-60857-1.html" title="html5游戏引擎有哪些?它们各自的特点是什么?">html5游戏引擎有哪些?它们各自的特点是什么?</a></li><li><a href="https://www.365cms.com/article-60961-1.html" title="怎么匹配网站关键词?优化网站内容的正确方法是什么?">怎么匹配网站关键词?优化网站内容的正确方法是什么?</a></li><li><a href="https://www.365cms.com/article-60911-1.html" title="如何在搜网站上有效搜索关键词?常见问题有哪些?">如何在搜网站上有效搜索关键词?常见问题有哪些?</a></li><li><a href="https://www.365cms.com/article-60917-1.html" title=" 如何优化网站推荐模式以提升用户转化率?转化率提升策略有哪些?"> 如何优化网站推荐模式以提升用户转化率?转化率提升策略有哪些?</a></li><li><a href="https://www.365cms.com/article-60674-1.html" title="网站设计里如何导入地图?导入地图有哪些步骤和注意事项?">网站设计里如何导入地图?导入地图有哪些步骤和注意事项?</a></li><li><a href="https://www.365cms.com/article-60741-1.html" title="网站优化怎么设置关键词?关键词密度和布局的最佳实践是什么?">网站优化怎么设置关键词?关键词密度和布局的最佳实践是什么?</a></li><li><a href="https://www.365cms.com/article-60868-1.html" title="响应式的设计是什么?如何优化网站的响应式体验?">响应式的设计是什么?如何优化网站的响应式体验?</a></li><li><a href="https://www.365cms.com/article-60905-1.html" title="网站怎么筛选关键词?有效关键词筛选的步骤是什么?">网站怎么筛选关键词?有效关键词筛选的步骤是什么?</a></li><li><a href="https://www.365cms.com/article-60949-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"> (494)</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"> (370)</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"> (1224)</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"> (3019)</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"> (1418)</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"> (508)</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"> (633)</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><!--267.58 ms , 25 queries , 4620kb memory , 0 error-->