HTML Images Examples

I am typing this text before I place an image inline on this web page about images. This first picture is a picture of a F16. These planes can fly really really fast. I wonder how many people are qualified to fly these type of planes. I know I can not. F16 plane And now I am typing text after the location in the HTML file that the image was embedded. The image alignment is middle, border is set to 1 and vspace is set to 2 as is the hspace. I also set the Alternative text set to "F16 Plane".

The source HTML code for the above image is:
<IMG SRC="f16-1.jpg" ALT="F16 plane" ALIGN="middle" BORDER="1" VSPACE="2" HSPACE="2">

F16 plane

Here is the source code for the second image

<IMG SRC="f16-1.jpg" ALT="F16 plane" ALIGN="right" HEIGHT="150">

An example of images as hyperlinks can be found at http://www.trailstone.com/images/nova/



previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library