<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>可访问性 - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/%E5%8F%AF%E8%AE%BF%E9%97%AE%E6%80%A7/</link><description>可访问性 - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 01 Jun 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/%E5%8F%AF%E8%AE%BF%E9%97%AE%E6%80%A7/" rel="self" type="application/rss+xml"/><item><title>HTML5 语义化标签</title><link>https://rd163.visword.com/posts/html5-semantic-tags/</link><pubDate>Sun, 01 Jun 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/html5-semantic-tags/</guid><description><![CDATA[<h2 id="语义化标签" class="headerLink">
    <a href="#%e8%af%ad%e4%b9%89%e5%8c%96%e6%a0%87%e7%ad%be" class="header-mark"></a>语义化标签</h2><p>在 [HTML5] 标准中，新增了若干用于增强页面语义的标签，常见的有 <code>article</code>、<code>section</code>、<code>nav</code>、<code>aside</code>、<code>main</code> 等。与大多数普通标签不同，浏览器在渲染这些标签时仅仅把它们当作普通的 <code>div</code> 块级元素处理，不会添加任何额外的展现逻辑;也就是说，这些标签的作用仅在于增强语义。对 Web 开发者而言，使用这些标签的实际意义主要有两点：搜索引擎优化（SEO）,以及提升页面的可访问性（accessibility）。</p>]]></description></item></channel></rss>