aboutsummaryrefslogtreecommitdiff
path: root/oldtests/Original/Images.html
blob: bd5a7e0e3b6e7a1123636283c161f409ffd2b4b4 (plain)
  1. <p><img src="/path/to/img.jpg" alt="Alt text" /></p>
  2. <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
  3. <p>Inline within a paragraph: <a href="/url/">alt text</a>.</p>
  4. <p><img src="/url/" alt="alt text" title="title preceded by two spaces" /></p>
  5. <p><img src="/url/" alt="alt text" title="title has spaces afterward" /></p>
  6. <p><img src="/url/" alt="alt text" /></p>
  7. <p><img src="/url/" alt="alt text" title="with a title" />.</p>
  8. <p><img src="" alt="Empty" /></p>
  9. <p><img src="http://example.com/(parens).jpg" alt="this is a stupid URL" /></p>
  10. <p><img src="/url/" alt="alt text" /></p>
  11. <p><img src="/url/" alt="alt text" title="Title here" /></p>