<!DOCTYPE html>
<html>
<head>
<base href="https://horje.com">
</head>
<body>
<h1>The base href attribute</h1>
<p><img src="https://horje.com/avatar.png" width="24" height="39" alt="Stickman"> - Notice that we have only specified a relative address for the image. Since we have specified a base URL in the head section, the browser will look for the image at "https://horje.com/avatar.png".</p>
</body>
</html>