What if you wanted to create a horizontal line going across the screen to break up text even more. This is what the <hr /> tag was made for. Using a <hr /> tag will by default draw a black line across the screen.
Note: Just like line breaks (i.e the <br /> tag), the <hr /> tag has no closing tag.
Single line <hr /> Double line <hr /><hr /> Triple line <hr /><hr /><hr />
Single line
Double line
Triple line
Comments
Post new comment