1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test of HTML href scanner; list of hrefs, paragraph text</title>
</head>
<body>
<p>
<a href="target_1.html">target_1</a>
<a
href="target_2.html">target_2</a>
<h1></h1>
<p>
<a href="grace-1.01.tar.gz">source</a>.
<a href=simple_found_refs.html>quotes not required if no '/'</a>
<a href="http://www.w3.org/foo/bar.html#fragment?query">full URI</a>
<a href="simple_found_refs.html">image link<img src="/images/emacs.png" alt="emacs Gnu"></a>
<p>A paragraph with a "quote" and => in it.
<pre>
C := "A" & 'B' <= foo;
</pre>
<hr>
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="/images/valid-html401.png" alt="Valid HTML 4.01!" height=31 width=88></a>
<!-- hhmts start --> Last modified: Tue Feb 9 06:32:52 EST 2010 <!-- hhmts end -->
</body> </html>
|