<p>Note that this tag is special in that it does not have an ending tag; you do need need to use:
</p>
Follow the directions below to insert and view a paragraph break in your HTML document.
Volc.html
, in the text
editor (if not already opened).
Volcanoes have been a part of earth's history long before humans. Compare the history of human beings, a few million years in the making, to that of the Earth, over four billion years in the making.
Introduction
heading.
<p>
The HTML format for a hard rule tag is:
<hr>As practice, put an hr tag above the
Introduction
heading. This will help to separate the
opening sentence of the lesson from the other portions that will
follow.
And finaly, there is the <br> tag which forces text to a new line like the <p> tag, but without inserting a blank line. You might use this tag when making a list of items, when writing the lines of a poem, etc. Compare the differences between using the <br> and <p> in these two examples:
HTML | Result |
And then, we could all see at once the brilliant purpose of the paragraph tag. <p> Moving on... <p> the more tags you write, the better you will feel? |
And then, we could all see at once the brilliant purpose of the
paragraph tag.
Moving on... the more tags you write, the better you will feel? |
COMPARED TO | |
And then, we could all see<br> at once the brilliant purpose<br> of the paragraph tag. <p> Moving on... <br> the more tags you write, the better you will feel? |
And then, we could all see at once the brilliant purpose of the paragraph tag.
Moving on...
|
The Internet Connection at MCLI is
Alan Levine--}
Comments to levine@maricopa.edu