Correct relative address for image

Im pretty sure I have the wrong or I am missing a correct relative address to get an image from a folder to pop up on my HTML page.

I currently have

<figure>
<a href=morel.jpg>
<img src=morel_thunb.jpg alt=morel>
</a>
<figcaption>a morel I found</figcaption>
</figure>