What is alt here?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

11th Nov 2016, 1:28 PM
erfan
4 Answers
+ 5
alt is a text, who should appear, if the image is not displayed.
11th Nov 2016, 1:36 PM
Fronz-Tec
Fronz-Tec - avatar
+ 4
alternative option if the image fails to load
11th Nov 2016, 1:35 PM
Burey
Burey - avatar
+ 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.
11th Nov 2016, 2:17 PM
Gleb Golov
Gleb Golov - avatar
0
it's something like the description or the name of the image which appears if the image didn't load properly.
11th Nov 2016, 1:45 PM
Ahmed Ashour
Ahmed Ashour - avatar