Difference between revisions of "Alt on link"
Jump to navigation
Jump to search
(Created page with "<html> <a href="http://www.levelaccess.com" alt="foo"> Level </a> </html>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <div>Link with text and alt</div> | |
+ | <div> <a href="http://www.levelaccess.com" alt="foo"> Level </a></div> | ||
+ | <div>Link with no text and alt</div> | ||
+ | <div> <a href="http://www.levelaccess.com" alt="foo"></a></div> | ||
</html> | </html> |