Friday, November 6
Try to use a stylesheet to incorporate common style features of the various pages (this will be required in the next part).
<img src="..." width="..." height="..." />should be set to the actual pixel size of the image. If you use these attributes to change the visible size, then you should really should resize the actual image in a graphics software package like Adobe PhotoShop. In particular, avoid distorting an image by setting the width and height out of proportion. You may have to clip a portion of the image to get the right dimensions.
This host is a Linux operating system running the Apache web server. A significant feature of such an system is that, unlike Windows, file names are case sensitive. For example:
<a href="my hobbies.html">My Hobbies</a>will work on Windows systems, but fail on roadrunner.
<img src="ski trip.jpg" />will work on Windows but fail on roadrunner.