当前位置:网站首页 > SEO服务 > 正文

HTML标签有哪些及其用途是什么?

游客游客 2025-06-28 14:54:01 2

在当今这个信息迅速发展的时代,网页的制作和优化变得越来越重要。掌握HTML的基础知识,尤其是HTML标签的使用,对于提升网页质量以及搜索引擎优化(SEO)效果具有重要意义。本文将详细介绍HTML中常用标签及其用途,帮助初学者和优化专家更有效地使用这些基础工具。

HTML标签概览

HTML(HyperTextMarkupLanguage)是用于创建网页的标准标记语言。它由一系列标签组成,这些标签用来定义网页的结构和内容。下面,我们将逐个了解这些标签及其用途,以增强我们的网页设计和SEO实践。

1.标签

用途:是所有HTML文档的根元素,包裹整个HTML文档内容。

2.标签

用途:包含了文档的元(meta)数据,如文档标题、链接到样式表和脚本,以及其它元信息。

3.标签</strong></p> <p><strong>用途</strong>:定义了网页的标题,这是显示在浏览器标签页上的标题,并且经常被搜索引擎用作搜索结果的标题。</p> <p><strong>4.<body>标签</strong></p> <p><strong>用途</strong>:包含了网页可见的页面内容,如文本、图片、链接等。</p> <p><strong>5.<h1>至<h6>标签</strong></p> <p><strong>用途</strong>:表示标题,<h1>是最重要的标题,<h6>是最不重要的。搜索引擎非常重视标题标签,因为它们通常包含了页面的主要主题。</p> <p><strong>6.<p>标签</strong></p> <p><strong>用途</strong>:用于定义段落,是页面中划分文本内容的常用标签。</p> <p><strong>7.<a>标签</strong></p> <p><strong>用途</strong>:定义超链接,用于导航到另一个页面或页面的某个部分,是SEO中非常重要的标签。</p> <p><strong>8.<img>标签</strong></p> <p><strong>用途</strong>:用于在网页中嵌入图片,<img>标签的“alt”属性对于SEO也至关重要,因为它提供了图片的文本描述。</p> <p><strong>9.<ul>,<ol>,<li>标签</strong></p> <p><strong>用途</strong>:分别用于定义无序列表、有序列表和列表项。这些列表有助于组织信息,并使内容结构化,对搜索引擎友好。</p> <p><strong>10.<table>标签</strong></p> <p><strong>用途</strong>:定义表格,用于展示数据或复杂信息的结构化展示。</p> <p><strong>11.<form>标签</strong></p> <p><strong>用途</strong>:创建HTML表单,用于用户输入数据。</p> <p><strong>12.<input>标签</strong></p> <p><strong>用途</strong>:定义表单内的输入字段。</p> <p><strong>13.<div>标签</strong></p> <p><strong>用途</strong>:定义文档中的分区或节,常用于布局和样式化,有助于CSS定位和布局。</p> <p><strong>14.<span>标签</strong></p> <p><strong>用途</strong>:用于对文档内的行内元素进行分组,通常与CSS一起使用来控制特定内容的样式。</p> <p style="text-align: center;"><img alt="HTML标签有哪些及其用途是什么?" title="HTML标签有哪些及其用途是什么?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623182321_49674.jpeg"/></p> <p><strong>15.<meta>标签</strong></p> <p><strong>用途</strong>:提供关于HTML文档的元信息,如字符集声明、页面描述、关键词等。</p> <p><strong>16.<link>标签</strong></p> <p><strong>用途</strong>:定义文档与外部资源之间的关系,主要用于链接CSS文件。</p> <p style="text-align: center;"><img alt="HTML标签有哪些及其用途是什么?" title="HTML标签有哪些及其用途是什么?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623182321_72019.jpeg"/></p> <p><strong>17.<script>标签</strong></p> <p><strong>用途</strong>:用于嵌入或引用可执行代码,如JavaScript。</p> <p><strong>18.<nav>标签</strong></p> <p><strong>用途</strong>:定义导航链接的部分,用于页面的主要导航部分。</p> <p><strong>19.<article>标签</strong></p> <p><strong>用途</strong>:表示页面中的独立内容块,通常用于博客文章、新闻报道等。</p> <p><strong>20.<section>标签</strong></p> <p><strong>用途</strong>:表示文档中的一个独立部分,它没有更具体的语义元素来代表。</p> <p><strong>21.<aside>标签</strong></p> <p><strong>用途</strong>:表示与页面内容间接相关的部分,比如侧边栏。</p> <p><strong>22.<footer>标签</strong></p> <p><strong>用途</strong>:表示文档或部分的页脚,通常包含版权信息、联系信息等。</p> <p><strong>23.<strong>标签</strong></p> <p><strong>用途</strong>:表示文本的重要性,通常以粗体显示,强调文本的重要性。</p> <p><strong>24.<em>标签</strong></p> <p><strong>用途</strong>:表示文本的强调,通常以斜体显示,表达语句中的某种语气或情感变化。</p> <p style="text-align: center;"><img alt="HTML标签有哪些及其用途是什么?" title="HTML标签有哪些及其用途是什么?" src="https://www.365cms.com/zb_users/upload/2025/06/20250623182322_46264.jpeg"/></p> <p><strong>25.<br>标签</strong></p> <p><strong>用途</strong>:定义简单的文本换行,用于在文本中创建一个换行。</p> <p>以上就是HTML中一些最常用标签的介绍及其用途。理解并正确使用这些标签,对于创建结构良好、搜索引擎友好的网页至关重要。随着HTML标准的不断发展,新的标签和属性也会不断涌现,但基本的标签使用和结构布局仍然是网页设计和优化的基础。在实际应用中,不断实践和掌握这些基础,将有助于我们更好地完成网页的设计和优化工作。</p> <p>通过以上讲解,您应该对HTML标签及其重要性有了更深刻的认识。在网页开发和优化过程中,这些标签不仅有助于构建出更加丰富的用户界面,而且对于搜索引擎爬虫来说,合理的标签使用也是提升网页可读性和索引效率的关键。希望本文能够帮助您在SEO优化和网页开发的道路上迈出坚实一步。</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-59382-1.html" title="HTML标签有哪些及其用途是什么?">《HTML标签有哪些及其用途是什么?》</a><p> <p class="info-tag">标签:<a href="https://www.365cms.com/view-12396-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-60093-1.html" title="抖音视频加速剪辑技巧?如何快速调整视频播放速度?">抖音视频加速剪辑技巧?如何快速调整视频播放速度?</a> </li> <li class="fr">下一篇: <a href="https://www.365cms.com/article-60086-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-59261-1.html" title="下面哪些html标签是必须了解的?它们各自的作用是什么?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250623181138_28505.jpeg" alt="下面哪些html标签是必须了解的?它们各自的作用是什么?"></a> <h3><a href="https://www.365cms.com/article-59261-1.html" title="下面哪些html标签是必须了解的?它们各自的作用是什么?">下面哪些html标签是必须了解的?它们各自的作用是什么?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-59365-1.html" title="HTML标签特性有哪些?如何正确使用它们?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250623182148_77877.jpeg" alt="HTML标签特性有哪些?如何正确使用它们?"></a> <h3><a href="https://www.365cms.com/article-59365-1.html" title="HTML标签特性有哪些?如何正确使用它们?">HTML标签特性有哪些?如何正确使用它们?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-57085-1.html" title="HTML列表标签有哪些?如何正确使用它们?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250607180037_54650.jpeg" alt="HTML列表标签有哪些?如何正确使用它们?"></a> <h3><a href="https://www.365cms.com/article-57085-1.html" title="HTML列表标签有哪些?如何正确使用它们?">HTML列表标签有哪些?如何正确使用它们?</a></h3> </li> <li class="col-6 col-m-12"> <a href="https://www.365cms.com/article-57032-1.html" title="HTML标签点击事件有哪些?如何为它们添加点击功能?" class="img-x20"><img src="https://www.365cms.com/zb_users/upload/2025/06/20250607175631_81051.jpeg" alt="HTML标签点击事件有哪些?如何为它们添加点击功能?"></a> <h3><a href="https://www.365cms.com/article-57032-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-56229-1.html" title="快手直播切片怎么剪辑的?视频编辑的步骤和技巧是什么?">快手直播切片怎么剪辑的?视频编辑的步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-56187-1.html" title="怎么剪辑整集动画片发到抖音?视频上传后会被限流吗?">怎么剪辑整集动画片发到抖音?视频上传后会被限流吗?</a></li><li><a href="https://www.365cms.com/article-56178-1.html" title="抖音剪辑怎么做?新手入门指南有哪些?">抖音剪辑怎么做?新手入门指南有哪些?</a></li><li><a href="https://www.365cms.com/article-56181-1.html" title="快手视频剪辑教程?如何快速上手剪辑功能?">快手视频剪辑教程?如何快速上手剪辑功能?</a></li><li><a href="https://www.365cms.com/article-56194-1.html" title="抖音歌曲剪辑员怎么弄的?视频剪辑技巧和工具介绍?">抖音歌曲剪辑员怎么弄的?视频剪辑技巧和工具介绍?</a></li><li><a href="https://www.365cms.com/article-56200-1.html" title="抖音剪辑里英文翻译方法是什么?如何快速实现字幕翻译?">抖音剪辑里英文翻译方法是什么?如何快速实现字幕翻译?</a></li><li><a href="https://www.365cms.com/article-56250-1.html" title="抖音团购照片剪辑教程怎么做?视频编辑有哪些技巧?">抖音团购照片剪辑教程怎么做?视频编辑有哪些技巧?</a></li><li><a href="https://www.365cms.com/article-56176-1.html" title="搞笑剪辑抖音同款音乐怎么弄?步骤和技巧是什么?">搞笑剪辑抖音同款音乐怎么弄?步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-56185-1.html" title="快手触漫视频剪辑教程?步骤和技巧是什么?">快手触漫视频剪辑教程?步骤和技巧是什么?</a></li><li><a href="https://www.365cms.com/article-56192-1.html" title="抖音剪辑音效库怎么弄的?如何快速创建个性音效库?">抖音剪辑音效库怎么弄的?如何快速创建个性音效库?</a></li><li><a href="https://www.365cms.com/article-56226-1.html" title="抖音舞艺剪辑怎么弄的啊?视频编辑技巧有哪些?">抖音舞艺剪辑怎么弄的啊?视频编辑技巧有哪些?</a></li><li><a href="https://www.365cms.com/article-59632-1.html" title="怎么访问博客网站呢?博客网站访问步骤和常见问题解答?">怎么访问博客网站呢?博客网站访问步骤和常见问题解答?</a></li><li><a href="https://www.365cms.com/article-56180-1.html" title="小红书游戏剪辑怎么说话?视频配音技巧有哪些?">小红书游戏剪辑怎么说话?视频配音技巧有哪些?</a></li><li><a href="https://www.365cms.com/article-56182-1.html" title="快手视频原声无法调整怎么办?如何解决?">快手视频原声无法调整怎么办?如何解决?</a></li><li><a href="https://www.365cms.com/article-56222-1.html" title="如何在抖音上制作游戏剪辑?推荐的剪辑教学步骤是什么?">如何在抖音上制作游戏剪辑?推荐的剪辑教学步骤是什么?</a></li><li><a href="https://www.365cms.com/article-59595-1.html" title="网站关键词排名怎么设置?优化策略有哪些?">网站关键词排名怎么设置?优化策略有哪些?</a></li><li><a href="https://www.365cms.com/article-60240-1.html" title="短视频画质优化技巧有哪些?如何提升视频清晰度?">短视频画质优化技巧有哪些?如何提升视频清晰度?</a></li><li><a href="https://www.365cms.com/article-56175-1.html" title="抖音演出类剪辑怎么做?如何快速高效地制作热门视频?">抖音演出类剪辑怎么做?如何快速高效地制作热门视频?</a></li><li><a href="https://www.365cms.com/article-56233-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><!--128.29 ms , 24 queries , 4591kb memory , 0 error-->