HTML hr

From NovaOrdis Knowledge Base
Revision as of 00:42, 10 June 2016 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

<hr> draws a horizontal line.

Atributes

size

The thickness of the line, in pixels.

width

The length of the line, in pixels or percentage of the browser's window width.

align

The alignment of line: RIGHT, LEFT, or CENTER. For most browsers, CENTER is the default and is not needed.

noshade

Make a solid line.

Example

<hr size="1" width="80%">