当前位置:网站首页 > SEO优化 > 正文

HTML网页设计代码有哪些?如何正确使用它们?

游客游客 2025-07-16 08:54:02 5

开篇核心突出

在当今的数字时代,拥有一个出色的在线存在是至关重要的。无论是个人博客、企业官网还是电子商务平台,一个优秀的设计都能帮助您脱颖而出。HTML(HyperTextMarkupLanguage)作为构建网页的基础,其重要性不言而喻。HTML代码的设计和结构对于网页的外观、功能以及用户体验有着决定性的影响。本文将为您深入解析HTML设计网页所需的代码,助您掌握创建优质网页的核心要素。

HTML网页设计代码有哪些?如何正确使用它们?

HTML基础结构代码

要设计一个网页,您需要掌握HTML的基础结构代码。一个基础的HTML文档通常包括以下元素:

```html

网页标题

```

这个结构是构建网页的骨架,其中:

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

``元素是所有HTML页面的根元素。

``元素包含了文档的元数据,比如``,它定义了网页的标题。</p> <p>`<body>`元素包含了可见的页面内容,比如文本、图片和链接。</p> <p style="text-align: center;"><img alt="HTML网页设计代码有哪些?如何正确使用它们?" title="HTML网页设计代码有哪些?如何正确使用它们?" src="https://www.365cms.com/zb_users/upload/2025/07/20250710021633_64064.jpeg"/></p> <h2>常用的HTML标签</h2> <p>为了丰富网页内容,您需要了解并运用各种HTML标签,以下是一些常用的标签:</p> <p><strong>文本格式标签</strong></p> <p>```html</p> <p><p>段落文本</p></p> <p><h1>至<h6>标题</h6></h1></p> <p><b>粗体文本</b></p> <p><i>斜体文本</i></p> <p><u>下划线文本</u></p> <p>```</p> <p><strong>链接和图像</strong></p> <p>```html</p> <p><ahref="链接地址">链接文本</a></p> <p><imgsrc="图片地址"alt="描述文本"></p> <p>```</p> <p><strong>列表标签</strong></p> <p>```html</p> <p><ul></p> <p><li>无序列表项</li></p> <p></ul></p> <p><ol></p> <p><li>有序列表项</li></p> <p></ol></p> <p><dl></p> <p><dt>定义列表项</dt></p> <p><dd>定义内容</dd></p> <p></dl></p> <p>```</p> <p><strong>表格标签</strong></p> <p>```html</p> <p><table></p> <p><tr></p> <p><th>表头单元格</th></p> <p></tr></p> <p><tr></p> <p><td>标准单元格</td></p> <p></tr></p> <p></table></p> <p>```</p> <p><strong>表单标签</strong></p> <p>```html</p> <p><formaction="提交地址"></p> <p><labelfor="输入框ID">标签文本</label></p> <p><inputtype="text"id="输入框ID"></p> <p><buttontype="submit">提交按钮</button></p> <p></form></p> <p>```</p> <p style="text-align: center;"><img alt="HTML网页设计代码有哪些?如何正确使用它们?" title="HTML网页设计代码有哪些?如何正确使用它们?" src="https://www.365cms.com/zb_users/upload/2025/07/20250710021633_87193.jpeg"/></p> <h2>高级HTML特性</h2> <p>为了创建更动态和交互式的网页,您还需要掌握一些高级HTML特性:</p> <p><strong>CSS引入</strong></p> <p>通过链接外部样式表或使用内联样式,来定义网页的布局和样式。</p> <p>```html</p> <p><linkrel="stylesheet"href="样式表路径.css"></p> <p><style></p> <p>body{</p> <p>background-color:f3f3f3;</p> <p></style></p> <p>```</p> <p><strong>JavaScript引入</strong></p> <p>通过`<script>`标签引入脚本,增加网页的动态功能。</p> <p>```html</p> <p><scriptsrc="脚本路径.js"></script></p> <p><script></p> <p>//JavaScript代码</p> <p></script></p> <p>```</p> <p><strong>HTML5新特性</strong></p> <p>HTML5为网页设计引入了新元素,如`<article>`、`<aside>`、`<nav>`等,增强了文档的语义化和功能性。</p> <p>```html</p> <p><article></p> <p><h1>文章标题</h1></p> <p><p>文章内容</p></p> <p></article></p> <p>```</p> <h2>优化网页设计的技巧</h2> <p>为了使网页设计更加专业和吸引人,这里有一些技巧:</p> <p>确保网站设计响应式,适应不同设备和屏幕尺寸。</p> <p>使用语义化的HTML标签来提高内容的可读性和可访问性。</p> <p>优化图片和媒体文件的大小,加快网页的加载速度。</p> <p>进行A/B测试来改善设计布局和用户体验。</p> <h2>结语</h2> <p>综合以上,设计一个优秀的网页需要对HTML代码有深入的理解和掌握。通过运用基础结构代码、常用标签、高级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-62471-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-62708-1.html" title="HTML5网站有哪些特点?如何识别一个网站是否使用了HTML5技术?">HTML5网站有哪些特点?如何识别一个网站是否使用了HTML5技术?</a> </li> <li class="fr">下一篇: <a href="https://www.365cms.com/article-62687-1.html" title="HTML中哪些标签支持action属性?如何正确使用action属性?">HTML中哪些标签支持action属性?如何正确使用action属性?</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-61869-1.html" title="HTML的发展史有哪些重要版本?每个版本带来了哪些改变?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710004105_83467.jpeg" alt="HTML的发展史有哪些重要版本?每个版本带来了哪些改变?"></a> <h3><a href="https://www.365cms.com/article-61869-1.html" title="HTML的发展史有哪些重要版本?每个版本带来了哪些改变?">HTML的发展史有哪些重要版本?每个版本带来了哪些改变?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-62463-1.html" title="HTML中常用插件有哪些?如何选择合适的HTML插件?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710021602_48365.jpeg" alt="HTML中常用插件有哪些?如何选择合适的HTML插件?"></a> <h3><a href="https://www.365cms.com/article-62463-1.html" title="HTML中常用插件有哪些?如何选择合适的HTML插件?">HTML中常用插件有哪些?如何选择合适的HTML插件?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-62168-1.html" title="HTML标记网页有哪些?如何正确使用它们?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710010611_14785.jpeg" alt="HTML标记网页有哪些?如何正确使用它们?"></a> <h3><a href="https://www.365cms.com/article-62168-1.html" title="HTML标记网页有哪些?如何正确使用它们?">HTML标记网页有哪些?如何正确使用它们?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-62527-1.html" title="HTML设置功能有哪些?如何高效利用它们?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/07/20250710021853_95755.jpeg" alt="HTML设置功能有哪些?如何高效利用它们?"></a> <h3><a href="https://www.365cms.com/article-62527-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="HTML5开发IDE有哪些选择?如何挑选适合的HTML5集成开发环境?" href="https://www.365cms.com/article-62655-1.html">HTML5开发IDE有哪些选择?如何挑选适合的HTML5集成开发环境?</a></li> <li><a title="营销型网站标题怎么设置?如何吸引潜在客户点击?" href="https://www.365cms.com/article-62649-1.html">营销型网站标题怎么设置?如何吸引潜在客户点击?</a></li> <li><a title="网站日志分析器怎么用?如何通过日志优化网站性能?" href="https://www.365cms.com/article-62645-1.html">网站日志分析器怎么用?如何通过日志优化网站性能?</a></li> <li><a title="金华网站营销怎么样啊招聘?如何找到合适的岗位?" href="https://www.365cms.com/article-62650-1.html">金华网站营销怎么样啊招聘?如何找到合适的岗位?</a></li> <li><a title="网站运营分析方式怎么写?如何有效进行网站数据分析?" href="https://www.365cms.com/article-62628-1.html">网站运营分析方式怎么写?如何有效进行网站数据分析?</a></li> <li><a title="做网站如何在网上推广呢?有哪些有效的推广策略?" href="https://www.365cms.com/article-62630-1.html">做网站如何在网上推广呢?有哪些有效的推广策略?</a></li> <li><a title="网站费用分析报告怎么写?撰写时需注意哪些要点?" href="https://www.365cms.com/article-62381-1.html">网站费用分析报告怎么写?撰写时需注意哪些要点?</a></li> <li><a title="如何建造团队网站推广?有哪些有效的推广策略?" href="https://www.365cms.com/article-62380-1.html">如何建造团队网站推广?有哪些有效的推广策略?</a></li> <li><a title="打代码的软件有哪些HTML?HTML编辑器和IDE的区别是什么?" href="https://www.365cms.com/article-62371-1.html">打代码的软件有哪些HTML?HTML编辑器和IDE的区别是什么?</a></li> <li><a title="如何做网站的推广教程?有哪些有效的推广方法?" href="https://www.365cms.com/article-62365-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-63775-1.html" title="抖音产品推广拍摄剪辑怎么做?有哪些高效技巧?">抖音产品推广拍摄剪辑怎么做?有哪些高效技巧?</a></li><li><a href="https://www.365cms.com/article-63732-1.html" title="抖音好的剪辑转场怎么弄?有哪些技巧和步骤?">抖音好的剪辑转场怎么弄?有哪些技巧和步骤?</a></li><li><a href="https://www.365cms.com/article-63763-1.html" title="快手直播回放剪辑怎么弄?操作步骤和常见问题解答?">快手直播回放剪辑怎么弄?操作步骤和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-63352-1.html" title="HTML5换行标签有哪些?如何正确使用它们?">HTML5换行标签有哪些?如何正确使用它们?</a></li><li><a href="https://www.365cms.com/article-63386-1.html" title="网站页面架构怎么看?如何优化页面结构提升SEO效果?">网站页面架构怎么看?如何优化页面结构提升SEO效果?</a></li><li><a href="https://www.365cms.com/article-63392-1.html" title="企业门户网站如何推广?有效策略和常见问题解答?">企业门户网站如何推广?有效策略和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-63764-1.html" title="快手回放剪辑高光的方法是什么?如何快速找到并剪辑精彩瞬间?">快手回放剪辑高光的方法是什么?如何快速找到并剪辑精彩瞬间?</a></li><li><a href="https://www.365cms.com/article-63350-1.html" title="网站是如何推广的?有哪些有效的推广方法?">网站是如何推广的?有哪些有效的推广方法?</a></li><li><a href="https://www.365cms.com/article-63500-1.html" title="如何做好自建网站推广?掌握这些策略和技巧!">如何做好自建网站推广?掌握这些策略和技巧!</a></li><li><a href="https://www.365cms.com/article-63590-1.html" title="抖音唱歌视频怎么剪辑好听?剪辑技巧有哪些?">抖音唱歌视频怎么剪辑好听?剪辑技巧有哪些?</a></li><li><a href="https://www.365cms.com/article-63677-1.html" title="抖音视频剪辑技巧:如何实现腿部从下往上走的视觉效果?">抖音视频剪辑技巧:如何实现腿部从下往上走的视觉效果?</a></li><li><a href="https://www.365cms.com/article-63402-1.html" title="如何给父母做个网站推广?推广网站有哪些有效方法?">如何给父母做个网站推广?推广网站有哪些有效方法?</a></li><li><a href="https://www.365cms.com/article-63435-1.html" title="怎么自己创建博客网站?需要哪些步骤和工具?">怎么自己创建博客网站?需要哪些步骤和工具?</a></li><li><a href="https://www.365cms.com/article-63478-1.html" title="网站怎么把关键词做出来?SEO优化的正确步骤是什么?">网站怎么把关键词做出来?SEO优化的正确步骤是什么?</a></li><li><a href="https://www.365cms.com/article-63497-1.html" title="网站建设成本分析怎么写?如何准确评估建站费用?">网站建设成本分析怎么写?如何准确评估建站费用?</a></li><li><a href="https://www.365cms.com/article-63666-1.html" title="许多余快手视频怎么剪辑?剪辑快手视频的步骤和技巧是什么?">许多余快手视频怎么剪辑?剪辑快手视频的步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-63765-1.html" title="快手视频怎么取出来剪辑?详细步骤和技巧是什么?">快手视频怎么取出来剪辑?详细步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-63595-1.html" title="快手视频如何实现慢动作效果?操作步骤是什么?">快手视频如何实现慢动作效果?操作步骤是什么?</a></li><li><a href="https://www.365cms.com/article-63672-1.html" title="快手滑板视频剪辑教程?如何快速制作滑板视频?">快手滑板视频剪辑教程?如何快速制作滑板视频?</a></li><li><a href="https://www.365cms.com/article-63675-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><!--334.89 ms , 23 queries , 4567kb memory , 0 error-->