The HR Tag
The <HR> tag draws a horizontal line across the page, like the line above
this paragraph. It also acts as a paragraph break. There is no need to use
the <BR> before or after the <HR> tag. For example, the following
HTML source code:
A paragraph of text. <HR> Another paragraph of text.
Would display this on the user's screen:
A paragraph of text.
Another paragraph of text.
I understand the HR tag. What is next?