0% found this document useful (0 votes)
7 views1 page

Links

The document is an HTML template that includes sections on linking text, images, and email. It features a recruitment link for web developers at Alison, an image link, and contact options via email and phone. Additionally, it contains navigation links to 'HOME' and 'SERVICES' pages.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Links

The document is an HTML template that includes sections on linking text, images, and email. It features a recruitment link for web developers at Alison, an image link, and contact options via email and phone. Additionally, it contains navigation links to 'HOME' and 'SERVICES' pages.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

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>

You might also like