Как добавить метку на изображение в HTML
<figure>
<img src="tiquet.png" height="150" width="90">
<figcaption>Your label goes here</figcaption>
</figure>
MitchAloha
<figure>
<img src="tiquet.png" height="150" width="90">
<figcaption>Your label goes here</figcaption>
</figure>