Roots
Back

HTML Headings

H1

<h1> Text </h1>

The default CSS values for h1 are;

{ font-weight: bolder; font-size: 2em; margin: .67em 0 }

H2

<h2> Text </h2>

The default values for h2 are;

{ font-weight: bolder; font-size: 1.5em; margin: .75em 0 }

H3

<h3> Text </h3>

The default values for h3 are;

{ font-weight: bolder; font-size: 1.17em; margin: .83em 0 }

H4

<h4> Text </h4>

The default values for h4 are;

{ font-weight: bolder; margin: 1.12em 0 }

H5

<h5> Text </h5>

The default values for h5 are;

{ font-weight: bolder; font-size: .83em; margin: 1.5em 0 }

H6

<h6> Text </h6>

The default values for h6 are;

{ font-weight: bolder; font-size: .75em; margin: 1.67em 0 }