Image Tags

Intro
Uploading
Pasting
Image URLs
Image Tag
Now Do it!
Art Gallery
Black Art
Clip Art
Import Webs
Quiz

As an example, let's look at how to place images into web pages using <img> tags and image URLs.

Find an image you want to include on a web page.  Right-click on the image then on "Properties" (if using Windows, otherwise use your own OS procedure). 

Copy the URL location. (Drag over it and choose "Copy.") E.g., the image above has the URL:

The code to insert into your page is very simple:

<img src="xxx"> where xxx is the URL of the image you want to display.

Now paste the URL from the clipboard in place of the xxx. You should now have:

This markup would display the lightning bolt as seen above. The code might look complicated, but most of if is just the URL which you don't need to type since you're copying and pasting it.

 

 

Back ] Next ]

Intro ] Uploading ] Pasting ] Image URLs ] [ Image Tag ] Now Do it! ] Art Gallery ] Black Art ] Clip Art ] Import Webs ] Quiz ]
Lessons Tips and Tricks you won't find in the manual.
Mike Christoffel 22 Feb 2002