How do I put a description under an image?

Asked

Viewed 47 times

0

Good, like I put a description under an image, inside the image div. I can’t use in table form it has to be even inside the picture div

  • 1

    You have here the code you are currently using?

  • What do you mean? You’ve tried to insert text underneath the image <img src=....><p>Olá</p>

  • OK I already managed to put the text under the image but now I wanted to put it in the middle

1 answer

0

See this link helps you:

The attribute alt of the img tag must meet: see the example of the link above:

<img src="endereço da imagem" alt="texto sobre a imagem" width="300" height="228" border="0" />

Browser other questions tagged

You are not signed in. Login or sign up in order to post.