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
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
0
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 html
You are not signed in. Login or sign up in order to post.
You have here the code you are currently using?
– PauloHDSousa
What do you mean? You’ve tried to insert text underneath the image
<img src=....><p>Olá</p>
– Miguel
OK I already managed to put the text under the image but now I wanted to put it in the middle
– TiagoU.