How do I enter a description below an image?

0

Good, as I put a description below an image, within the div of the image. I can not use in table form it has to be even inside the image div

    
asked by anonymous 07.06.2016 / 16:08

1 answer

0

See this link helps you:

The alt attribute of the img tag should take care of: see the link example above:

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