Introduction to HTML - Part 5 (Miscellaneous)

A few other miscellaneous things:

Horizontal rule separator

<hr>
This puts a horizontal line across the document like this:

Force line break

<br>
This puts a line break into the text.

Next