Adding ISO Latin-1 characters


It is time for an exercise. To the HTML file you created in the previous chapter, add some ISO Latin-1 characters to the text similar to the example shown below.

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

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

<BODY>

<H1>&#161;Viva M&eacute;xico&#33;</H1> <HR>
My <EM>favorite</EM> cities are:  Rio de Janeiro, Paris, 
and <STRONG>Venice.</STRONG> <P>
Some of my <EM>favorite</EM> foods are:  Lasagna, Pizza, 
Prosciutto, Ravioli, Spaghetti, <BR>Apples, Bananas, Cherries, 
Figs, <EM>Grapes, Melon, Nectarines, Oranges, Papaya,</EM> 
etc.


</BODY>
</HTML>

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

Let us review this chapter.


[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 4]

Valid HTML 3.2!