logo_HZ

HTML Semantic Elements – W3Schools

# HTML Semantic Elements
Semantic elements = elements with a meaning.
## What are Semantic Elements?
A semantic element clearly describes its meaning to both the browser and the developer.
Examples of **non-semantic** elements: `

` and `` – Tells nothing about its content.
Examples of **semantic** elements: ``, `

`, and `

` – Clearly defines its content.
## Semantic Elements in HTML
Many web sites contain HTML code like:

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top