|
|
 |
 |
 |
 |
 |
|
Spacing Control |
|
|
|
These tags are used to separate various parts of the document with whitespace and lines. Tags explained include: <br>, <p>, and <hr> |
|
|
<br>: Inserts a line break
Normally, text is placed across the screen and is wrapped around as needed. Unlike as in wordprocessing, a carriage return (enter) has no impact on the
appearance of a document. The <br> tag is used to insert a line break.
|
|
|
<p>: Start a new paragraph
The <p> tag is used to insert a blank line between lines of text.
|
|
|
<hr>: Insert a horizontal rule
This tag generates a horizontal line
|
|
|
Example:
|
|
|