Use <p> ... </p> to create paragraphs.

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

<p>Take a camera, a sketchbook, and a field guide 
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>


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

Next