So fügen Sie das Etikett für das Bild in HTML hinzu

<figure>
    <img src="tiquet.png" height="150" width="90">
    <figcaption>Your label goes here</figcaption>
</figure>
MitchAloha