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