- 1
why alt is using in html image??
<img src="image. png" alt=""> what is this alt??
1 Antwort
+ 13
alt means alternative text for that image when that image couldn't load properly.
<img src="image.png" alt="refresh">
https://code.sololearn.com/Wr3tLUsq3w31/?ref=app