HTML Semantic Elements
# 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: “` “` , “` “` , […]
HTML Semantic Elements Read More »

