11 lines
189 B
HTML

<html>
<body>
<div>
<a href="content"><h1>Go to content</h1></a>
</div>
<br/>
<div>
<a href="othercontent"><h1>Go to other content</h1></a>
</div>
</html>