04 Introduction To HTML
04 Introduction To HTML
• Invisible / Visible
What is the Semantic Tag?
<header>
<nav>
<section>
<aside>
<article>
<footer>
What is the Semantic Tag?
• <div class=“header”>……</div>
• <div class=“article”>……</div>
• <div class=“footer”>……</div>
How to use the
Semantic Tag?
<header>
• Group the site's intro, banners, navigation bars,
or advertisements together
• in <header>
<footer>
• At the bottom of the page
• article
• aside
• main
• section
Other Semantic Tags
• figure
• figcaption
Other Semantic Tags
• Time
Other Semantic Tags
• details / summary
• mark
Table
Table
• Table
• Thead
• Tbody
• Tfoot
• tr
• aside
• figure
• footer
• header
• main
• nav
• section
Semantic Tags
• details
• summary
• figcaption