Understanding Semantic HTML
Semantic HTML refers to HTML that introduces meaning to the web page rather than just presentation. Using semantic tags gives the web page a structured and meaningful layout, which helps search engines to index the page better and improves accessibility for users with assistive technologies.
What is Semantic HTML?β
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. It uses HTML tags that give information about the contents of those tags that goes beyond just how they look on the page.
info
Semantic HTML elements clearly describe their meaning in a human- and machine-readable way. Elements such as <header>
, <footer>
, <article>
, and <section>
not only structure the content but also define its purpose.