To insert an image in html just observe the Code below. Insert an image html code to copy and paste.
Html code:
<html>
<body>
<p>
Image from another folder: <img src="https://psfonttk.com/wp-content/uploads/2020/09/Insert-an-Image-HTML-300x200-1.png" width="300" height="200">
</p>
</body>
</html>