( <figure>
<img src="xyz.jpg" width="800" height="600" alt="...." />
<figcaption>Bildunterschrift</figcaption>
</figure> )

Zusätzliche Befehle wären:
figure {

padding: 5px;

float: left;
border: 1px solid #cccccc;
border-radius: 5px;
}

figure img {
border-radius: 3px 3px 0 0;
}

figure figcaption {
padding: 2px 4px 2px 4px;
background-color: #636363;
color: #cccccc;
font-style: italic;
border-radius: 0 0 3px 3px;
}
(geschwungene Klammern weglassen)
Eine andere Möglichkeit habe ich Dir per WhatsApp geschickt