Page 1 of 1

Simple HTML thing wanna get clear.!

Posted: Sun May 29, 2011 8:02 am
by Face
Hello Friends,I wanna get something clear about HTML work.

First see this code
<div ><a href="http://www.ooooo.com"><img src="http://oooooooo.jeg" alt="my page" width="100" height="33"/></a></div>
alt means what ?& why we should use this?

I use some related thing in that alt="oooo"

Is it a use less thing or what is the advantage we get with that,?>

Re: Simple HTML thing wanna get clear.!

Posted: Sun May 29, 2011 8:15 am
by Nipuna
Here is the Info

http://www.w3schools.com/tags/att_img_alt.asp

It says. If your Picture didn't load the Alternate Text will be shown instead. Very Simple Thing ;)

Re: Simple HTML thing wanna get clear.!

Posted: Sun May 29, 2011 9:21 am
by Face
thanks Nipuna I am clear about that now.

Re: Simple HTML thing wanna get clear.!

Posted: Sun May 29, 2011 9:35 am
by Nipuna
You are Welcome.