How to include images in html reports

I read the documentation and says that to include images there are two ways:

A)

<img src="http://localhost:8080/images/SomeImage.jpg" height="68" width="199" border="0" align="right"/>

B)

<img alt="SomePicture.png" src="data:image/png;base64,iVBORw0K ..... AcEP9PwxD0hNKK1FCAAAAAElFTkSuQmCC"/>

La consulta es donde ubico las imagenes en el proyecto para referenciarlas en el HTML

Thanks

Hi Demian,

Could you precise what exactly remains unclear to you in the documentation?