How to make image align center | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to make image align center

2nd Apr 2021, 9:00 AM
Pramesh
Pramesh - avatar
2 Answers
+ 3
img { margin:auto; }
2nd Apr 2021, 11:34 AM
Matcha
Matcha - avatar
+ 3
You can use <p align="center"> before image tag, and close </p> tag after image tag. You also can see others code that what they did to align center a image.
18th May 2021, 5:21 PM
Charchit Khandelwal
Charchit Khandelwal - avatar