back to CanAdapt home

Other tests of alt, aria-label, labelledby, and title

some stuff my alt tag

some labelledby stuff

 

Source

<img scr="" alt="some stuff">
<img scr="" aria-label="some other stuff">
<img scr="" aria-labelledby="123">
<img scr="" title="some title stuff" alt="my alt tag">
<p id="123">some labelledby stuff</p>