Text in HTML

<h1>, <h2>, <h3>, <h4>, <h5>, and <h6>

H1, h2, h3, h4, h5, h6 all are heading tags. They come with pre-made settings, such as boldness and size.

Example

This is the largest heading

<p>

P is a paragraph tag. It comes with pre-made settings as well, which make the text smaller than heading text and not bold or italic.

Example

This is a paragraph




Back to Home