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>") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | Link with text and alt | ||
<a href="http://www.levelaccess.com" alt="foo"> Level </a> | <a href="http://www.levelaccess.com" alt="foo"> Level </a> | ||
+ | Link with no text and alt | ||
+ | <a href="http://www.levelaccess.com" alt="foo"></a> | ||
</html> | </html> |
Revision as of 15:29, 3 March 2020
Link with text and alt Level Link with no text and alt