Ticket #51: untagged_images.html
| File untagged_images.html, 320 bytes (added by jteh, 8 months ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <title>Untagged Images</title> |
| 4 | </head> |
| 5 | <body> |
| 6 | <ul> |
| 7 | <li>Image with no alt tag: <img src="graphic.png"></li> |
| 8 | <li>Image inside a link with no alt tag: <a href="#"><img src="graphic.png"></a></li> |
| 9 | <li>Image with an onClick: <img src="graphic.png" onClick="alert('test');"></li> |
| 10 | </ul> |
| 11 | </body> |
| 12 | </html> |

NVDA is supported by