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

hr

Description

The hr element for HTML represents a horizontal rule or paragraph-level thematic break.

Syntax

HTML

<hr attribute-name="attribute-value">

Attributes

Global

CSS

hr
{
    border-style: inset;
    border-width: 1px;
    display: block;
    margin: 0.5em auto;
}

Examples