Semantic HTML
Semantic HTML is the use of HTML markup to reinforce the semantics, or meaning, of information on web pages and web applications, rather than just defining its presentation or appearance.
Semantic HTML is rendered by traditional web browsers.
Every tag has a reason to exist.Use the correct tag for each part of your code.
Semantic HTML improves accessibility and search engine rankings.
.
code
x
<section>
<article>
<nav>
<aside>
<main>
<figure>
<footer>
<a>
<em>
<strong>
<cite>
<q>
<time>