Answers for "how to add label on image in html"

0

how to add label on image in html

<figure>
    <img src="tiquet.png" height="150" width="90">
    <figcaption>Your label goes here</figcaption>
</figure>
Posted by: Guest on October-21-2021

Code answers related to "how to add label on image in html"

Browse Popular Code Answers by Language