0
What is alt here??
<html> <head> <title>first page</title> </head> <body> <img src="http://www.sololearn.com/images/tree.jpg" alt="" /> </body> </html>
4 Antworten
+ 5
alt is a text, who should appear, if the image is not displayed.
+ 4
alternative option if the image fails to load
+ 1
It's the text that it's displayed if the image isn't loaded. Insert a coherent text in it. It helps search engines to identify your content and helps your website visibility into results.
0
it's something like the description or the name of the image which appears if the image didn't load properly.