| >>> image | |
|  | |
| <<< | |
| <p><img src="http://foo.com/foo.png" alt="" /></p> | |
| >>> alternate text | |
|  | |
| <<< | |
| <p><img src="http://foo.com/foo.png" alt="alternate text" /></p> | |
| >>> title | |
|  | |
| <<< | |
| <p><img src="http://foo.com/foo.png" alt="" title="optional title" /></p> | |
| >>> invalid alt text | |
|  | |
| <<< | |
| <p><img src="http://foo.com/foo.png" alt="alt" /></p> |