IR-235 DX FLIR infrared camera is ideal for many purposes such as. IR-235 package is one of the smallest thermal imagers with ...  Full article...

Las Vegas wedding invitations were difficult to find about a year ago, but since then, over 200 Las Vegas wedding invitations ...  Full article...

 Home arrow Read Articles arrow Web Design arrow HTML - A Website Language Explained - For Over 35's

Search






Water4Gas is a simple, inexpensive method that anyone can construct to increase gas mileage up to 50% and more while cleaning the engine - it will even reduce pollution. Check it out - Water4Gas
 
 

Print E-mail
User Rating: / 4
PoorBest 
Written by Stephen Brennan   
Thursday, 22 December 2005
Article Index
HTML - A Website Language Explained - For Over 35's
The Head Section
Basic Tags Explained
Insert Image
Word Count: 1788

< img> - Is the instruction to insert an image. Of course, the program needs to know which image to insert so, this tag will contain the location of the image (using 'src', meaning source), which will generally be within a folder on the server, which hosts the website. However, essentially, the address (url) of ANY image on any public server can be inserted and that image will appear on the web page. It is represented like this:

< img border="0" src="images/logo1.png" width="195" height="66" >

This instruction says the image has no border ("0"), it's source (where it's located is the 'images' folder within this website). It also has the measurements of the image in pixels. If an image from another website needed to be inserted, the full URL of the image would appear. For instance, if this image was located on another website server, instead of the 'src' being just 'images/logo1.png' (which is a local website address), it would need to be 'http://www.other-website .com/images/logo1.png', so the program would know exactly where to go to retrieve the image.

That's about all that can be covered in a short (or not so short article) however, I hope that to those who have either never seen HTML code or those who have considered it some mysterious secret technical jargon, will now see it as more friendly and understandable.

In my earlier days I found such websites as W3Schools as an invaluable source in the process of understanding what all the 'gobbledygook' meant. There is also a full list of all the different HTML tags and their meanings. I'm sure my over 35's peers (and possibly even younger ones) will too.

About the Author

The Latest Edition of Steve Brennan's popular Affiliate tutorial 'The Affiliate Guide Book' - The Complete Guide To Affiliate SUCCESS is now available. He operates a number of Affiliate websites including Online Pharmacy Medications and Diet OnlinePlus.



 
< Prev   Next >

 

Sponsored Ads




© Copyright 2003 - 2008 by Webraydian Publishing