Images are added using the <img> tag. It is a self-closing tag that requires the src and alt attributes.
<img>
src
alt
<img src="image.jpg" alt="Description" />