H2
The h2 element represents a heading for the section with which it is associated.
SYNTAX
HTML
<h2 attribute-name="attribute-value"></h2>
ATTRIBUTES
CSS
h2 {
display: block;
font-size: 1.5em;
font-weight: bold;
margin: .83em 0 .83em 0;
}