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