+ 1
WHAT IS alt=""
3 Respuestas
+ 9
It is a tag to show the replacement text if your image is not loaded. example:
<img src="imagefile.jpg" alt="this text is displayed when you can't see the image" />
+ 4
@Alvaro Oh yeah, my apologies. My brain think I type "can't" and I didn't realize if my phone auto correct it to be "can"
I have already edited my previous post. Thanks for the feedback.
+ 1
@Dadang NH: I know it's just a description, but I guess you meant "...when you canNOT see the image".