+ 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 Answers
+ 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