h1
The h1 element represents a heading for the section with which it is associated.
Attributes
<h1 attribute-name="attribute-value"></h1>
CSS
h1 {
display: block;
font-size: 2em;
font-weight: bold;
margin: .67em 0 .67em 0;
}