How Can I Make Text Behind An Image Before The Image Has Loaded?
Often, I can see some text in an image's place before the image has been loaded. How can I do this myself?
Solution 1:
Put the text in the image's alt
attribute
<imgsrc='images/image.png'alt='My Text' />
Post a Comment for "How Can I Make Text Behind An Image Before The Image Has Loaded?"