|
Page 4 of 4 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.
|