Adding character styles


It is time for an exercise. To the HTML file you created in the previous chapter, add some character style tags 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>This is where the text goes.</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's review this chapter.


[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 3]

Valid HTML 3.2!