why this code do not show the whole alternate?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why this code do not show the whole alternate??

<html> <head> <title>first page</title> </head> <body> <img src="http://www.sololearn.com/imagges/tree2.jpg" alt= no pic here "" /> </body> </html>

4th Feb 2017, 10:43 AM
masudul hasan
masudul hasan - avatar
3 Answers
+ 2
Because you didn't surround the value of alt by double quotes!
4th Feb 2017, 10:45 AM
Riccardo Cannistrà
Riccardo Cannistrà - avatar
+ 1
tnx bro it worked
4th Feb 2017, 10:52 AM
masudul hasan
masudul hasan - avatar
+ 1
Like mine as well if it was helpful :)
4th Feb 2017, 11:04 AM
Riccardo Cannistrà
Riccardo Cannistrà - avatar