Most commonly used or seen elements
Start with these 27 — these are elements you will use in most of your web pages, or that you'll find in a majority of web pages.
- The root element
html
- Document metadata
head
title
link
meta
- Style
style
- Sections
body
nav
h1
,h2
,h3
header
footer
- Grouping content
p
ul
li
main
div
- Text-level semantics
a
span
- Embedded content
img
- Forms
form
label
input
button
- Scripting
script
noscript