Use <b> and </b> for bold text and use <i> and </i> for italics.

<html>
<head>
<title>Trees</title>
</head>
<body>
<table width='600' bgcolor='white' border='1'>
<tr><td>
<h1>About Trees</h1>

<p><b>Learning About Trees.</b>
Take a <i>camera, a sketchbook, and a field guide</i>
with you when you go on a hike.  
Look closely at the trees.  Use the field guide to identify the trees.  
Use your sketchbook to draw pictures of the trees.  Take some 
pictures with the camera.</p>

<img src='elmleaf.jpg' 
width='200' height='150' alt='Elm Leaf'>

<p><a href='http://www.arboretum.harvard.edu/'>Click here 
to visit the Arnold Arboretum website</a>
</p>

</td></tr>
</table>
</body>
</html>

Next