Image URLs

Lightning

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 ]


 
Advanced Bb Online © 2002-2003 MATC -Madison Area Technical College