I'm having trouble adding titles to the images displayed in my Bootstrap
code. Here's what I have currently:
<div class="work">
<img class="anim" src="1.png" alt="Text1">
<img class="anim" src="2.jpeg" alt="Text2">
<img class="anim" src="3.jpeg" alt="Text3">
<img class="anim" src="4.jpeg" alt="Text4">
</div>
The output is as shown in the link below:
https://i.sstatic.net/FulI5.png
Can anyone guide me on how to insert headings or titles for each image to describe their purpose?