What are Semantic Tags?
When we create a webpage, we don't just want it to look good. We also want the browser and other developers to understand what each part of the page is. This is where semantic tags help us. The word semantic means having meaning. These tags describe the purpose of the content instead of just creating a box like a <div>.
Common Semantic Tags
HTML provides different semantic tags for different parts of a webpage.
<header> – Used for the top section of the webpage.






