Images alt/aria

by rgthree

HTML

No Alt:<br><img src="http://lorempixel.com/100/100">
<br><br>
Just Alt:<br><img src="http://lorempixel.com/100/101" alt>
<br><br>
Empty Alt:<br><img src="http://lorempixel.com/100/102" alt="">
<br><br>
Alt:<br> <img src="http://lorempixel.com/100/103" alt="This is alt">
<br><br>
Aria Label:<br> <img src="http://lorempixel.com/100/104" aria-label="This is aria label">
<br><br>
Aria &mp; alt Label<br>: <img src="http://lorempixel.com/100/105" aria-label="This is aria label" alt="This is alt">
<br><br>
    
Just Alt; Anchor:<br> <a href="http://google.com"><img src="http://lorempixel.com/100/106" alt></a>
<br><br>