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

HTML标签大全:常用标签及其用途是什么?

游客游客 2025-06-05 10:38:02 3

HTML,即超文本标记语言(HyperTextMarkupLanguage),是构成网页内容的基础。它使用一系列的标签(Tags)来定义网页的结构和内容。了解HTML中的标签对于任何希望深入网页开发和搜索引擎优化(SEO)的用户至关重要。本文将详细介绍HTML中的常见标签,帮助您掌握这一基础技能。

1.HTML文档结构标签

当创建一个HTML文档时,必须包含以下几个基本结构标签,它们定义了网页的起始和结束,以及网页标题、头部和主体内容。

:声明文档类型,告诉浏览器我们使用的是HTML5。

:是所有HTML标签的根元素。

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

</strong>:定义网页的标题,这个标题会显示在浏览器标签上。</p> <p><strong><body></strong>:包含网页的所有内容,如文本、图片、链接等。</p> <p style="text-align: center;"><img alt="HTML标签大全:常用标签及其用途是什么?" title="HTML标签大全:常用标签及其用途是什么?" src="https://www.seohx.cn/zb_users/upload/2025/06/20250604181021_19407.jpeg"/></p> <h2>2.常用的HTML内容标签</h2> <p>HTML中的内容标签用来定义网页的文本内容,以下是一些基础且常用的标签:</p> <p><strong><h1>到<h6></strong>:定义标题,h1代表最高级别,h6代表最低级别。</p> <p><strong><p></strong>:用于定义段落。</p> <p><strong><a></strong>:用于创建超链接,将文本或图像连接到其他网页或页面的特定部分,例如:<ahref="https://www.baidu.com"rel="nofollownoopener">访问百度</a>。</p> <p><strong><img></strong>:用于插入图像,必须包含src(图像来源)和alt(图像的文本替代)属性。</p> <p><strong><ul>、<ol>和<li></strong>:分别用于定义无序列表和有序列表及其列表项。</p> <p style="text-align: center;"><img alt="HTML标签大全:常用标签及其用途是什么?" title="HTML标签大全:常用标签及其用途是什么?" src="https://www.seohx.cn/zb_users/upload/2025/06/20250604181022_85604.jpeg"/></p> <h2>3.表格相关标签</h2> <p>表格标签用于在网页上展示表格数据。</p> <p><strong><table></strong>:定义一个表格。</p> <p><strong><tr></strong>:定义表格中的行。</p> <p><strong><td></strong>:定义表格中的标准单元格。</p> <p><strong><th></strong>:定义表格中的表头单元格,通常以粗体居中显示。</p> <p><strong><thead>、<tbody>和<tfoot></strong>:分别用于定义表格头部、主体和尾部,有助于结构化表格内容。</p> <p style="text-align: center;"><img alt="HTML标签大全:常用标签及其用途是什么?" title="HTML标签大全:常用标签及其用途是什么?" src="https://www.seohx.cn/zb_users/upload/2025/06/20250604181022_95423.jpeg"/></p> <h2>4.表单标签</h2> <p>表单标签用于创建用户可与之交互的输入字段。</p> <p><strong><form></strong>:定义表单,用于收集用户输入。</p> <p><strong><input></strong>:定义多种类型的输入数据,比如文本、密码、单选按钮、复选框等。</p> <p><strong><label></strong>:定义输入字段的标签。</p> <p><strong><textarea></strong>:定义多行的文本输入控件。</p> <p><strong><button></strong>:定义可点击的按钮。</p> <h2>5.其他重要标签</h2> <p><strong><div></strong>:定义文档中的分区或节,常用于布局控制。</p> <p><strong><span></strong>:没有特定语义,仅用于应用样式到一小段文本。</p> <p><strong><section></strong>:定义文档中的一个区段。</p> <p><strong><article></strong>:定义页面中的独立内容区块。</p> <p><strong><nav></strong>:定义导航链接的区块。</p> <p><strong><aside></strong>:定义与页面内容间接相关的侧边栏内容。</p> <h2>6.高级语义标签</h2> <p>HTML5引入了一些新的语义标签,它们提供了更丰富的页面结构和更好的SEO优化可能性:</p> <p><strong><header></strong>:定义文档或节的头部。</p> <p><strong><footer></strong>:定义文档或节的底部。</p> <p><strong><main></strong>:定义文档的主体部分。</p> <p><strong><figure>和<figcaption></strong>:分别用于定义内容区域和其标题。</p> <h2>7.HTML标签的SEO影响</h2> <p>正确使用HTML标签不仅能够提高网页的可读性和用户体验,而且对于SEO优化同样重要。例如:</p> <p>使用合适的标题标签(h1h6)来组织页面的结构和内容,使搜索引擎能够快速理解页面的主题和重要性。</p> <p>使用alt属性来描述图像内容,这有助于图像的SEO并增加在搜索引擎图片结果中的可见性。</p> <p>优化链接文本(锚文本)以反映链接的目标页面内容,这有助于改善网站的内部链接结构。</p> <h2>8.关键词密度与相关性</h2> <p>在撰写HTML相关的内容时,要确保核心关键词和长尾关键词的密度适当,一般控制在2-3%左右。这有助于让文章内容在搜索引擎中获得更好的排名。本文在适当位置嵌入了“HTML标签”、“SEO优化”等关键词。</p> <h2>9.实用技巧与常见问题</h2> <p><strong>实用技巧</strong>:使用HTML标签时,保持标签的层次清晰,使用合适的标签嵌套。列表标签中的<li>应该嵌套在<ul>或<ol>中。</p> <p><strong>常见问题</strong>:在使用HTML标签时,有时候会出现标签未闭合或使用错误的情况。确保每开启一个标签都正确闭合,如使用<p>标签时不要忘记对应的</p>。</p> <h2>10.结语</h2> <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.seohx.cn/" title="火星seo"><strong>火星seo</strong></a>,本文标题:<a href="https://www.seohx.cn/article-32491-1.html" title="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.seohx.cn/article-33070-1.html" title="苹果手机如何在抖音上进行视频剪辑?常见问题有哪些?">苹果手机如何在抖音上进行视频剪辑?常见问题有哪些?</a> </li> <li class="fr">下一篇: <a href="https://www.seohx.cn/article-33067-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.seohx.cn/article-32577-1.html" title="HTML中哪些标签用于不换行?如何使用它们?" class="img-x20"><img src="https://www.seohx.cn/zb_users/upload/2025/06/20250604181713_39559.jpeg" alt="HTML中哪些标签用于不换行?如何使用它们?"></a> <h3><a href="https://www.seohx.cn/article-32577-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.seohx.cn/DQSEO.html">地区SEO</a></li> <li><a title="百度优化" href="https://www.seohx.cn/BDYH.html">百度优化</a></li> <li><a title="SEO优化" href="https://www.seohx.cn/SEOYH.html">SEO优化</a></li> <li><a title="SEO技术" href="https://www.seohx.cn/SEOJS.html">SEO技术</a></li> <li><a title="SEO服务" href="https://www.seohx.cn/SEOFW.html">SEO服务</a></li> <li><a title="抖音推广" href="https://www.seohx.cn/DYTG.html">抖音推广</a></li> <li><a title="网络推广" href="https://www.seohx.cn/WLTG.html">网络推广</a></li> <li><a title="SEO经验" href="https://www.seohx.cn/SEOJY.html">SEO经验</a></li> </ul> </dl> <dl> <dt>关于我</dt> <dd> <!--<p class="mb10">关注微信送SEO教程</p>--> <p class="mb10 img-d"><img src="https://www.seohx.cn/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.seohx.cn/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.seohx.cn/article-32600-1.html">会员营销网站推荐怎么写?如何选择最佳的会员营销平台?</a></li> <li><a title="如何在周口做招聘网站推广?有哪些有效的推广策略?" href="https://www.seohx.cn/article-32594-1.html">如何在周口做招聘网站推广?有哪些有效的推广策略?</a></li> <li><a title="驾校营销网站链接怎么弄?如何有效推广驾校服务?" href="https://www.seohx.cn/article-32563-1.html">驾校营销网站链接怎么弄?如何有效推广驾校服务?</a></li> <li><a title="网站换服务器改版怎么办?如何确保SEO排名不受影响?" href="https://www.seohx.cn/article-32551-1.html">网站换服务器改版怎么办?如何确保SEO排名不受影响?</a></li> <li><a title="如何做链接网站推广?有哪些有效策略和常见错误?" href="https://www.seohx.cn/article-32606-1.html">如何做链接网站推广?有哪些有效策略和常见错误?</a></li> <li><a title="如何找到最佳营销文案网站?寻找营销文案网站的技巧是什么?" href="https://www.seohx.cn/article-32601-1.html">如何找到最佳营销文案网站?寻找营销文案网站的技巧是什么?</a></li> <li><a title="企业网站的网络营销功能怎么写?如何有效提升网站转化率?" href="https://www.seohx.cn/article-32543-1.html">企业网站的网络营销功能怎么写?如何有效提升网站转化率?</a></li> <li><a title="网站需求分析怎么做?分析过程中常见的问题有哪些?" href="https://www.seohx.cn/article-32527-1.html">网站需求分析怎么做?分析过程中常见的问题有哪些?</a></li> <li><a title="HTML5基础选择器有哪些?如何正确使用它们?" href="https://www.seohx.cn/article-32575-1.html">HTML5基础选择器有哪些?如何正确使用它们?</a></li> <li><a title="泰安数据分析网站如何搭建?常见问题有哪些?" href="https://www.seohx.cn/article-32569-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.seohx.cn/article-31511-1.html" title="如何选择合适的搜索关键词网站?">如何选择合适的搜索关键词网站?</a></li><li><a href="https://www.seohx.cn/article-31586-1.html" title="SEO网站优化有哪些有效方法?">SEO网站优化有哪些有效方法?</a></li><li><a href="https://www.seohx.cn/article-31523-1.html" title="谷歌优化公司面试怎么样?面试流程是怎样的?">谷歌优化公司面试怎么样?面试流程是怎样的?</a></li><li><a href="https://www.seohx.cn/article-31530-1.html" title="网站SEO关键词分析的正确方法是什么?">网站SEO关键词分析的正确方法是什么?</a></li><li><a href="https://www.seohx.cn/article-31540-1.html" title="网站搜索优化方案怎么写?有哪些要点?">网站搜索优化方案怎么写?有哪些要点?</a></li><li><a href="https://www.seohx.cn/article-31606-1.html" title="小网站英文关键词应该搜什么?">小网站英文关键词应该搜什么?</a></li><li><a href="https://www.seohx.cn/article-31611-1.html" title="如何撰写一份有效的网站优化推广方案?">如何撰写一份有效的网站优化推广方案?</a></li><li><a href="https://www.seohx.cn/article-31662-1.html" title="关键词配合视频的网站叫什么?如何进行关键词视频优化?">关键词配合视频的网站叫什么?如何进行关键词视频优化?</a></li><li><a href="https://www.seohx.cn/article-31703-1.html" title="谷歌优化登后台用什么?如何安全高效地管理优化工具?">谷歌优化登后台用什么?如何安全高效地管理优化工具?</a></li><li><a href="https://www.seohx.cn/article-31742-1.html" title="网站关键词是什么意思?如何理解网站关键词的重要性?">网站关键词是什么意思?如何理解网站关键词的重要性?</a></li><li><a href="https://www.seohx.cn/article-31569-1.html" title="网站热点关键词怎么查找?有哪些工具和方法可以查找热点关键词?">网站热点关键词怎么查找?有哪些工具和方法可以查找热点关键词?</a></li><li><a href="https://www.seohx.cn/article-31573-1.html" title="网站都搜什么关键词?如何分析竞争对手关键词?">网站都搜什么关键词?如何分析竞争对手关键词?</a></li><li><a href="https://www.seohx.cn/article-31587-1.html" title="谷歌加速优化如何关闭?关闭谷歌加速优化的正确方法是什么?">谷歌加速优化如何关闭?关闭谷歌加速优化的正确方法是什么?</a></li><li><a href="https://www.seohx.cn/article-31623-1.html" title="怎样快速搜索关键词并找到相关网站?">怎样快速搜索关键词并找到相关网站?</a></li><li><a href="https://www.seohx.cn/article-31646-1.html" title="谷歌优化师业绩如何计算?">谷歌优化师业绩如何计算?</a></li><li><a href="https://www.seohx.cn/article-31651-1.html" title="英文网站关键词设置的要点有哪些?">英文网站关键词设置的要点有哪些?</a></li><li><a href="https://www.seohx.cn/article-31740-1.html" title="谷歌sem优化实习生的职责是什么?">谷歌sem优化实习生的职责是什么?</a></li><li><a href="https://www.seohx.cn/article-30062-1.html" title="关键词布局和优化应如何进行?">关键词布局和优化应如何进行?</a></li><li><a href="https://www.seohx.cn/article-31518-1.html" title="网站关键词优化的步骤和技巧是什么?">网站关键词优化的步骤和技巧是什么?</a></li><li><a href="https://www.seohx.cn/article-31521-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.seohx.cn/view-28-1.html" title="优化">优化</a><a href="https://www.seohx.cn/view-7-1.html" title="抖音">抖音</a><a href="https://www.seohx.cn/view-38-1.html" title="SEO优化">SEO优化</a><a href="https://www.seohx.cn/view-82-1.html" title="抖音seo">抖音seo</a><a href="https://www.seohx.cn/view-118-1.html" title="抖音小店">抖音小店</a><a href="https://www.seohx.cn/view-41-1.html" title="网站优化">网站优化</a><a href="https://www.seohx.cn/view-980-1.html" title="快手小店">快手小店</a><a href="https://www.seohx.cn/view-286-1.html" title="网站建设">网站建设</a><a href="https://www.seohx.cn/view-23-1.html" title="百度优化">百度优化</a><a href="https://www.seohx.cn/view-1894-1.html" title="抖音橱窗">抖音橱窗</a><a href="https://www.seohx.cn/view-982-1.html" title="快手">快手</a><a href="https://www.seohx.cn/view-22-1.html" title="关键词优化">关键词优化</a><a href="https://www.seohx.cn/view-967-1.html" title="小红书">小红书</a><a href="https://www.seohx.cn/view-35-1.html" title="排名">排名</a><a href="https://www.seohx.cn/view-37-1.html" title="关键词排名">关键词排名</a><a href="https://www.seohx.cn/view-31-1.html" title="网络推广">网络推广</a><a href="https://www.seohx.cn/view-26-1.html" title="网站排名">网站排名</a><a href="https://www.seohx.cn/view-650-1.html" title="搜索引擎">搜索引擎</a><a href="https://www.seohx.cn/view-71-1.html" title="搜索引擎优化">搜索引擎优化</a><a href="https://www.seohx.cn/view-2-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.seohx.cn/view-2-1.html">抖音直播<span class="tag-count"> (248)</span></a></li> <li><a title="抖音" href="https://www.seohx.cn/view-7-1.html">抖音<span class="tag-count"> (1306)</span></a></li> <li><a title="关键词优化" href="https://www.seohx.cn/view-22-1.html">关键词优化<span class="tag-count"> (338)</span></a></li> <li><a title="百度优化" href="https://www.seohx.cn/view-23-1.html">百度优化<span class="tag-count"> (395)</span></a></li> <li><a title="网站排名" href="https://www.seohx.cn/view-26-1.html">网站排名<span class="tag-count"> (266)</span></a></li> <li><a title="优化" href="https://www.seohx.cn/view-28-1.html">优化<span class="tag-count"> (1451)</span></a></li> <li><a title="网络推广" href="https://www.seohx.cn/view-31-1.html">网络推广<span class="tag-count"> (269)</span></a></li> <li><a title="排名" href="https://www.seohx.cn/view-35-1.html">排名<span class="tag-count"> (325)</span></a></li> <li><a title="关键词排名" href="https://www.seohx.cn/view-37-1.html">关键词排名<span class="tag-count"> (292)</span></a></li> <li><a title="SEO优化" href="https://www.seohx.cn/view-38-1.html">SEO优化<span class="tag-count"> (1015)</span></a></li> <li><a title="网站优化" href="https://www.seohx.cn/view-41-1.html">网站优化<span class="tag-count"> (537)</span></a></li> <li><a title="关键词" href="https://www.seohx.cn/view-42-1.html">关键词<span class="tag-count"> (183)</span></a></li> <li><a title="SEO技术" href="https://www.seohx.cn/view-47-1.html">SEO技术<span class="tag-count"> (206)</span></a></li> <li><a title="搜索引擎优化" href="https://www.seohx.cn/view-71-1.html">搜索引擎优化<span class="tag-count"> (252)</span></a></li> <li><a title="抖音seo" href="https://www.seohx.cn/view-82-1.html">抖音seo<span class="tag-count"> (666)</span></a></li> <li><a title="抖音小店" href="https://www.seohx.cn/view-118-1.html">抖音小店<span class="tag-count"> (638)</span></a></li> <li><a title="网站建设" href="https://www.seohx.cn/view-286-1.html">网站建设<span class="tag-count"> (432)</span></a></li> <li><a title="网站推广" href="https://www.seohx.cn/view-338-1.html">网站推广<span class="tag-count"> (203)</span></a></li> <li><a title="搜索引擎" href="https://www.seohx.cn/view-650-1.html">搜索引擎<span class="tag-count"> (266)</span></a></li> <li><a title="网站设计" href="https://www.seohx.cn/view-674-1.html">网站设计<span class="tag-count"> (187)</span></a></li> <li><a title="小红书" href="https://www.seohx.cn/view-967-1.html">小红书<span class="tag-count"> (327)</span></a></li> <li><a title="快手小店" href="https://www.seohx.cn/view-980-1.html">快手小店<span class="tag-count"> (466)</span></a></li> <li><a title="快手" href="https://www.seohx.cn/view-982-1.html">快手<span class="tag-count"> (355)</span></a></li> <li><a title="抖音橱窗" href="https://www.seohx.cn/view-1894-1.html">抖音橱窗<span class="tag-count"> (370)</span></a></li> <li><a title="SEO" href="https://www.seohx.cn/view-7129-1.html">SEO<span class="tag-count"> (229)</span></a></li> </ul> </dd> </dl> </div> </div> <div class="footer tx-color1 tx-color2"> <div class="wide"> Copyright © www.seohx.cn 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?6c8188f4ae95f3eb01ecc6bd552a6099";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.seohx.cn/zb_users/theme/tx_three/include/weixin.png"> <p>支付宝</p> </li> <li> <img src="https://www.seohx.cn/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.seohx.cn/zb_users/theme/tx_three/script/txcstx.js" type="text/javascript"></script> <script src="https://www.seohx.cn/zb_users/theme/tx_three/script/imgpang.js?r=1.5.8" type="text/javascript"></script><script language="javascript" src="https://www.seohx.cn/zb_users/plugin/tx_side/js/txcstx.js"></script> </body> </html><!--197.88 ms , 24 queries , 4572kb memory , 0 error-->