0
Image tag align center doesn't working
Hi everyone. When I use align="center" tag inside <img tag pic doesn't appear center of the page. Its appear left side but there is no problem for align="left" or align="right"
2 Answers
+ 2
Do it this way
https://code.sololearn.com/WyeP6Ig0bOlu/?ref=app
+ 5
Do not use attribute align, it's deprecated. Use css instead.