Hi all
I am new to html.
I have the question
Why i am use Alt tag in html ??????
| SitePoint Sponsor |
Hi all
I am new to html.
I have the question
Why i am use Alt tag in html ??????
The alt attribute of the img tag is designed to display a descriptive piece of text about the image.
It's use is for those who may be visually impaired and use a screen reader or simply those who choose to browse the web in a text based browser such a Lynx.
And the alt-Tag is used for SEO issues, not to forget about this...
Firstly I'll inform you that it's an attribute of any tag and it's play an important role for URL Link where visitor see the extra information like that
<a href="URL" alt="Visit My site">Example</a>




Bookmarks