<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>your name on the TAB opened by the browser</title>
</head>
<!-- I know. I'm not funny -->
<body>
<h1>My Favourite Site</h1>
<a href="./Lec2Ex1.html">Click here</a>
</body>
</html>