Adding line breaks


It is time for an exercise. To the HTML file you created in the previous chapter, add some text with line breaks similar to the example shown below.

<HTML>
<HEAD>
<TITLE>My Home Page</TITLE>
</HEAD>

<!-- Written by me -->
<!-- Created:  yesterday -->
<!-- Last modified:  today -->

<BODY>

This is where the text goes. <HR>
My favorite cities are:  Rio de Janeiro, Paris, and Venice. <P>
Some of my favorite foods are:  Lasagna, Pizza, Prosciutto, Ravioli, 
Spaghetti, <BR>Apples, Bananas, Cherries, Figs, Grapes, Melon, 
Nectarines, Oranges, Papaya, etc.


</BODY>
</HTML>

Once you have added to your HTML file, run it to see if you get the same results I obtained.

Let's review this chapter.


[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 2]

Valid HTML 3.2!