|
One
of the features of the paragraph tag is an extra
line will be places between paragraphs for each
paragraph tag use. The line break tag is used
to indicate when to split a paragraph onto different
lines. No Extra line will be placed between the
text.
The
line break tag does not have a closing tag. It
simply has an opening tag of <br>. The following
example is the previous example with a line break
in the middle of the text.
<center><p
ALIGN="center">This Paragraph
will be <br>
Centered on the Web Page</p></center> |
The following is an example of the above HTML
Code:
This
Paragraph will be
Centered on the Web Page
New
Paragraph
Line
Breaks
Unordered
Lists
|