|
The alt tagSometimes, pictures may not work properly and users may lose vaulable information, so it is important most of the time to use the alt="" attribute in the <img> tags. Below is an example:
<img src="/demo.gif" alt="This is a sample image" >
The image cannot be found and so you will see the text in the alt="" show up. |