Use the <title> ... </title> tag to add a title to the head of the page. This title will appear in the title bar at the top of the window.

<html>
<head>
<title>Trees</title>
</head>
<body>





</body>
</html>

Next