HTML: Headings and Paragraph

Heading and Paragraph Elements

Heading Elements

HTML supports six different sizes of headings. The larger headings indicate greater importance or stress. All six follow the same basic format.

Heading Level One

Heading level one: <h1> and </h1>

Heading Level Two

Heading level two: <h2> and </h2>

Headling Level Three

Heading level three: <h3> and </h3>

Heading Level Four

Heading level four: <h4> and </h4>

Heading Level Five

Heading level five: <h5> and </h5>

Heading Level Six

Heading level six: <h6> and </h6>

Paragraph Element

This element simply indicates paragraphs.

<p> and </p>