Return to Lesson 4
Continue on with Lesson 6
By placing the paragraph tag at the beginning of the paragraph, I have told the computer that this is a new paragraph and to behave accordingly and skip a line and then begin on the next line.
See how easy this is? HTML is not hard as long as you remember to put the closing tags where you need them. When you forget the computer does all sorts of things that it shouldn't because you didn't tell it to stop doing something.
See that last time we did not put the closing tag and the computer still knew to begin another paragraph. This tag does not require the closing tag. It is optional. end of lesson