After you have completed reading section 03, try the following exercises. Answers are at the end.
Famous quotes
Block MarkupThe best way to remember to balance tags is to enter the start and end tags before you enter the text to be marked up. For example, in making a definition list, first enter: <DL> </DL> Then go back and enter the items, like this:
Careful indentation to show the balance of tags and the included data will help you avoid problems. This technique is especially helpful when making nested lists. These are all block-level markup elements:
|