tests/auto/qtextbrowser/anchor.html
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
permissions -rw-r--r--
Revision: 200952

<html>
<head>
<title>Sample Anchor</title>
</head>
<body>
<p><a href="file.html#anchor">Click Me!</a></p>
<p>
<a name="jumphere"></a>Here's a destination to jump to.
</p>
</body>
</html>