+ 2
What do you mean by this <img src = "http://www.sololearn.com/images/tree.jpg" height = "50%" width = "50%" alt = "" />
this is. alt =""
7 Respuestas
+ 2
It means that it’s getting a image with a height of 50% and 50% width. Alt means that if the image doesn’t load it will output the words between the “” if it is just “” like your code above there will be no output if the page doesn’t load
+ 2
If the image can't be found or loaded, it'll load in the alt (alternative) text, which is usually a descriptor of whatever the image was going to be.
+ 1
<img src = "http://www.sololearn.com/images/samsudeenu.jpg"
height = "50%" width = "50%" alt = "" />
this is. alt =""
+ 1
I have a great day
0
Yes I understand I thank you
0
not sure of it