text.html 566 B

123456
  1. <p><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></p>
  2. <p><a href="http://www.google.com/foobar">www.google.com/foobar</a></p>
  3. <p><a href="ftp://user:password@host.com:port/path">ftp://user:password@host.com:port/path</a></p>
  4. <p>this has some <a href="http://www.google.com/foobar">http://www.google.com/foobar</a> in text</p>
  5. <p>this has some <a href="http://www.google.com/foobar">www.google.com/foobar</a> in text</p>
  6. <p>this has some <a href="ftp://user:password@host.com:port/path">ftp://user:password@host.com:port/path</a> in text</p>