We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 3
oor24, 13:42
Cheatsheets / Learn HTML
Semantic HTML
Semantic HTML
‘Semantic HTML introduces meaning to the code we write,
Before Semantic HTML the elements didn’t have any
meaning as to what it does or what content goes init. An
‘element such as
was used as a general-purpose
‘element to create things from headers to footers to
articles. With Semantic HTML we were introduced to
‘elements that tell developers and browsers exactly what it
does and what content should go init.
Element Placement
Semantic HTML introduces elements that cant
developers exactly what the element does or where it's
placed based on the name of that element. Some of
these elements are ,