Answers for "semantic elements html5"

3

semantic elements

HTML has both non-semantic and semantic elements.
"Semantic" in HTML terms just means more specific

<div> and <span> are not semantic because they tell you nothing about their
contents, however, elements such as <article>, <figure>, <footer>, etc. are
semantic because they tell you exactly what they contain.
Posted by: Guest on February-25-2021

Browse Popular Code Answers by Language