+ 2
how to input image in html
<img src ="image.jpg" alt="????"/>
4 Answers
+ 1
the code above is correct, you can do course of HTML FUNDAMENTAL in sololearn, alt is used for alternate image if unable to load first priority.
+ 1
if your image cannot be loaded, the browser will display the text you wrote in the alt attribute.
+ 1
alt is basically an alternate text to be displayed for when the image cannot load properly.
0
???? means