Created
April 15, 2009 08:55
-
-
Save vantguarde/95690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<dl> | |
<dt><a href> | |
<dd><a href>foo</a> | |
<dt><a href=> | |
<dd><a href=>foo</a> | |
</dl> | |
<dl> | |
<dt><img src alt> | |
<dd><img src alt> | |
<dt><img src= alt> | |
<dd><img src= alt> | |
<dt><img src= alt=> | |
<dd><img src= alt=> | |
<dt><img src=foo alt> | |
<dd><img src=foo alt> | |
<dt><img alt src> | |
<dd><img alt src> | |
<dt><img alt= src> | |
<dd><img alt= src> | |
<dt><img alt= src=> | |
<dd><img alt= src=> | |
<dt><img alt=foo src> | |
<dd><img alt=foo src> | |
</dl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment