Images
This page demonstrates how to insert images into your HTML pages.
You can copy and paste the following into your HTML editor. This code can serve as a starting point for your own HTML pages.
<img src="calico.jpg" alt="Calico Kitten" height="80" width="80">
Here is an example using the code from above. To add this calico kitten image to your page, right-click the image and save it to your webfiles folder. Then you can add the code above to your html file so that the image appears on your page!