1<p>Just a <a href="/url/">URL</a>.</p> 2 3<p><a href="/url/" title="title">URL and title</a>.</p> 4 5<p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p> 6 7<p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p> 8 9<p><a href="/url/" title="title has spaces afterward">URL and title</a>.</p> 10 11<p><a href="/url/">URL wrapped in angle brackets</a>.</p> 12 13<p><a href="/url/" title="Here's the title">URL w/ angle brackets + title</a>.</p> 14 15<p><a href="">Empty</a>.</p> 16 17<p><a href="http://en.wikipedia.org/wiki/WIMP_(computing)">With parens in the URL</a></p> 18 19<p>(With outer parens and <a href="/foo(bar)">parens in url</a>)</p> 20 21<p><a href="/foo(bar)" title="and a title">With parens in the URL</a></p> 22 23<p>(With outer parens and <a href="/foo(bar)" title="and a title">parens in url</a>)</p> 24