0
Tried using align in case of image but didn't worked out. Any hint or help would be appreciated. Thanks
2 Réponses
+ 1
Is it inline?
+ 1
I guess you are new in HTML,
so instead of applying align="center" directly to the image add a p element outside of it and make it the child of p
and add align="center" in p tag.
here is the code
https://code.sololearn.com/WyeP6Ig0bOlu/?ref=app