HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

h1

Description

The h1 element for HTML represents a heading for the section with which it is associated.

Syntax

HTML

<h1 attribute-name="attribute-value"></h1>

Attributes

Global

CSS

h1
{
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin: .67em 0 .67em 0;
}

Examples

1 · CSS