Answers for "html semantic element"

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
0

semantic tags

<strong> Makes a text bold
Posted by: Guest on November-01-2021

Browse Popular Code Answers by Language