Images
Note:
Image Tags are self-closing, no need for </img>
Local Image

<img src="../../img/example-of-chaos.png" alt="A description of the image">
Online Image

<img src="https://imgs.xkcd.com/comics/im_an_idiot.png" alt="XKCD of course">
Note:
Image Tags are self-closing, no need for </img>
<img src="../../img/example-of-chaos.png" alt="A description of the image">
<img src="https://imgs.xkcd.com/comics/im_an_idiot.png" alt="XKCD of course">