<img>
to post an image the code will look simimair to this:
<img src="https://www.example.com/image.jpg" alt="descrption of image">
The src tag is an attribute that tells the browser where to find the image.
the alt tag is an attribute that provides a text description of the image. It can also be a place holder if
the image doesn't load correctly.