Chapter 03: HTML- Creating a page layout
When we use the right tag in the right place, it results in a better page layout, better indexing by the search engine, and a better user experience.
A typical page layout would look something like this:
<header> : It contains the <nav> tag.
<main>
<...
sideveloper.hashnode.dev2 min read