<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="">
<title>Document</title>
</head>
<body>
<h1>To link text</h1>
<P>
There are opportunities in the tech field, one of which
is <a href="https//:www.alison.com/recruitment" target="_blank"
title="Helps u">
Alison</a> are presently recuriting for web devs and Next JS developers
<!---->
</P>
<h1>To link images</h1>
<a href="image.com"><img src="/img/pexels-pixabay-60597.jpg" alt="an image of
an
image" width="120px" height="120px"></a>
<h1>Link to an email<h1>
<a href="mailto:someone@email.com">Send an Email</a> or
<a href="tel:08168549332">Call us</a>
<br><br>
<a href="text.html">HOME</a> <br>
<a href="list.html" target="_blank">SERVICES</a>
</body>
</html>