<html>
<head>
<base href="https://www.w3schools.com/images/">
</head>
<body>
<h1>The base href attribute</h1>
<p><img src="stickman.gif" 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://www.w3schools.com/images/stickman.gif".</p>
</body>
</html>