How can we help?

Common HTML Tags for FreeCodeCamp

A short list of tags that are common we use in freeCodeCamp labs and workshops.

Linking the Style Sheet

Three ways to use CSS
  • Internal
  • External
  • Inline
FreeCodeCamp links it in the head section
Β 

Heading Tags

You have h1 through h6
You need to make sure that you only have 1 h1 tag on your HTML for SEO
Β 
We will add more as we come across them.
Β