summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextbrowser/anchor.html
blob: e347a2bb4cce44f23219d8a40bb5b4a46d21cd0f (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>