HTML hr: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * HTML Tags =Overview= <hr> draws a horizontal line. =Atributes= ==size== The thickness of the line, in pixels. ==width== The length of...") |
|||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
<hr> draws a horizontal line. | |||
=Atributes= | =Atributes= |
Latest revision as of 00:42, 10 June 2016
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%">