Hi i'm Floyd and i am going teach you about images Hi i'm Floyd and in this lesson we are going to learn about Images. IofM.net Free Internet Service Provider for the Isle of Man
 



Dealing with Images


Introduction
Aligning Images
Image Borders
Wrapping Text
Some Examples
  Introduction to Images



<img src="?"> places an image

<img align="?"> aligns an image

Before you can put an image on a Web page, you need to know the name of the image file and where it's stored on your server (which is the Internet computer where your Web site lives). That way you can tell the browser where to get the image it needs.

The easiest place to save the image is in the same folder or directory as your HTML file, which is where the browser will automatically look for it.

We have an image called monkey.gif, and it's in a folder called "stuff," which is in the same folder on our server as this HTML file.

The HTML for my floyd image will read like this:

<img src="floyd.gif">

The picture looks like this:

Floyd the webmaster


Previous Page Back Next Next Page


Index / Lesson One / Lesson Two / Lesson Three / Lesson Four