HTML hr

From NovaOrdis Knowledge Base
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%">