Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to add label on image in html

<figure>
    <img src="tiquet.png" height="150" width="90">
    <figcaption>Your label goes here</figcaption>
</figure>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #label #image #html
ADD COMMENT
Topic
Name
3+3 =