HTML horizontal line:

HTML horizontal line that  is- <HR> is used to insert horizontal line the document. It is mostly used to separate document sections. It is an empty tag and inserts a line break above and below the horizontal line inserted.

html horizontal line

 <HR> tag also supports the use of many attributes :


       ATTRIBUTES
          VALUES
ALIGN
LEFT,RIGHT,CENTER
COLOR

Different colors such as red, green etc.
NOSHADE

WIDTH
Some numeric  values such as 100 or in % from 1 to 100
SIZE
Sets the size in pixels

example:
               <hr width "150" size="3">
           It sets the width of 150 and its size is 3.

               <hr align="center" width="50%" noshade>
           It sets the alignment of horizontal line to center and it will not have any shadow.
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line
html horizontal line

html horizontal line
html horizontal line
html horizontal line
html horizontal line