qt6windows7/tests/auto/widgets/widgets/qtextbrowser/anchor.html
2023-10-29 23:33:08 +01:00

12 lines
187 B
HTML

<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>