<html>
<body>
<p>Insert an image from another folder:</p>
<img src="/images/stickman.gif" alt="Stickman" width="24" height="39">
<p>Insert an image from a web site:</p>
<img src="https://www.w3schools.com/images/lamp.jpg" alt="Lamp" width="32" height="32">
</body>
</html>