HTML Semantic Elements (1)
HTML Semantic Elements (1)
For instance, <form>, <table>, and <article> tags clearly define the content
and purpose, to the browser.
Semantic Elements
Here are some of the fundamental HTML5 semantic elements that you should
use to structure your web content:
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<mark>
<nav>
<section>