cthulhu/test/html/clickable-anchor.html

10 lines
124 B
HTML
Raw Normal View History

<html>
<head>
</head>
<body>
<h1>line 1</h1>
<h1><a onclick="return false;">line 2</a></h1>
<h1>line 3</h1>
</body>
</html>