When I put an image it comes automatically with a space above and below the image of approximately 5px, I would like to know how to remove this spacing already tried to put border: 0px and margin: 0px and did not solve.
<figure>
<figcaption>Curso HTML5</figcaption>
<img src="imagens/html5.png" alt="Imagem do html5" title="Curso html5">
</figure>