how to add image in html from a folder

HTML
|-> myhtmlfiles
      |-> index.html
|-> images
      |-> my_image.jpg

<img src="../images/my_image.jpg">
Source

Also in HTML: