enlaces.html (Código fuente)

 <!DOCTYPE html>
<html>
<head>
<title>Enlaces</title>
</head>
<body>

<h1>Mi primer enlace</h1>
<p>Hace click en este <a href="http://bitson.com.ar">Link</a></p>

</body>
</html>