Assignment #5 Possible Answer:


<ul>
   <li>Food
   <li>Family
   <li>HTML
   <li>Friends
   <li>Golf
</ul>

<dl>
   <dt>Food
   <dd>Tastes GOOD!.
   <dt>Family
   <dd>They are really cool and I Love Them.
   <dt>HTML
   <dd>I enjoy being able to create great things by typing a heap of gobbledygook.
   <dt>Friends
   <dd>They are great to hang around.
   <dt>Golf
   <dd>I just like it.
</dl>


If you want, you can write more than 5!!

Close this window to return to HTML Tutorial #5