1
2
<html>
3
<head>
4
<base href="https://www.closetag.com">
5
<title>HTML base Element</title>
6
</head>
7
<body>
8
<h1>HTML base Element</h1>
9
<img src="images/mountain.jpg" alt="mountain">
10
<a href="images/mountain.jpg">HTML base Tag</a>
11
</body>
12
</html>