1
2
<html>
3
<head>
4
<style>
5
a
6
{
7
border:black solid 1px;
8
}
9
</style>
10
</head>
11
<body>
12
<a target="_blank" href="https://www.closetag.com">Home</a>
13
<a target="_blank" href="https://www.closetag.com">About</a>
14
<a target="_blank" href="https://www.closetag.com">Products</a>
15
<a target="_blank" href="https://www.closetag.com">Contact</a>
16
</body>
17
</html>