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