I have this HTML code and I want to insert a descriptive text for this image, in the center of it. After that I would like to change the text by hovering over the image. Any thoughts on that? I tried several solutions, but most failed to do that for several images, and not for just one in particular.
<div class="col-4 col-6-medium col-12-small">
<a href="#" class="image fit">
<img src="images/pic01.jpg" alt="">
</a>
</div>