Images
This page demonstrates how to insert images into your HTML pages.
HTML template:
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.