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 ` ` – […]
HTML Semantic Elements – W3Schools Read More »

