Hello friends. I have a problem about this
I don’t know how to fix it . do you know ?
Include this image in a figure element and its caption in the figcaption element within the figure element. That should give it a more semantic meaning.
For the div which has the white background and which encloses the images add a padding of around 10 to 20px and set its text-align property to center.
Something like this:
<div>
<figure>
<img src="" alt="">
<figcaption> Niu Niu … </figcaption>
<\figure>
<\div>
Ok ,thank you , I will try it .
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.