0

So do you always have to use "alt" at the end?

<img src="link for img"/> will this not work ?

23rd Mar 2016, 2:38 PM
louraine
louraine - avatar
2 Answers
+ 1
It will. Although, alt is important, because sometimes, for different reasons, the image may not load. Also, I read somewhere that it also helps the visually impaired who are using readers.
28th Mar 2016, 1:18 PM
Daniel Chukwuji
Daniel Chukwuji - avatar
0
The code will work. The reason why you should always use alt=" " at the end is because if the image is not loading, the alt=" " replaces the image that's supposed to be there with whatever you put in alt=" ".
20th Jan 2017, 5:57 AM
Miguel Nunez-Ramirez
Miguel Nunez-Ramirez - avatar