<class home>  <html part I>   <back   next>

html

Writing html:

Nesting Tags:

Sometimes it is necessary to use more than one tag for your content.

<h1>HAPPINESS <em>IS IMPORTANT</em></h1>
•make sure that your tags are in the correct order. Each interior set is enclosed in the larger
set.

WRONG!!!!
<h1>HAPPINESS <em>IS IMPORTANT</h1></em>
WRONG!!!!