how to link an image into html code example
Example 1: linked image html
<a href="https://example.url.com">
<img src="image.png" alt="An image">
</a>
Example 2: images in html
<img src="image.jps">
//image.jpg is where you would put the inage source.