× HTML Intro Getting Started HTML Basic Contact


Basic HTML you need to know

HTML headings

Headings in HTML come in 6 sizes. The <h1> tag is the biggest heading. The <h6> tag is the smallest heading. Below is a Codeviewer of all 6 headings.




Note: If you want to learn more about headings, go to the headings page.

HTML paragraphs

Paragraphs in HTML are made using the <p> tag. Below is a Codeviewer of a paragraph.




Note: If you want to learn more about paragraphs, visit the paragraphs page.