How to Add Horizontal Rules With HTML
- 1). Type <hr in the text editor where you want the horizontal rule to start.
- 2). Type size="n," where n is the height of the horizontal rule in pixels.
- 3). Type where w is either the width of the horizontal rule in pixels or a percentage of the page's width.
- 4). Type align="direction," where direction is either left, right or center if the horizontal rule is not as wide as the page itself.
- 5). Type /> to close the tag and end the horizontal rule.