make image go to center of page

Solutions on MaxInterview for make image go to center of page by the best coders in the world

showing results for - "make image go to center of page"
Jérémie
18 Apr 2017
1//Making an image go to the center of the page
2//A
3<img src="wuteva.jpg" class="center">
4//B
5<parentElement style="text-align: center;">
6//C
7// put the image in a div with style="text-align: center;"
Tina
19 Jan 2018
1<img src="Sanjith.jpg" class="centre" height = "200" width = "100">
Ayesha
11 Apr 2016
1pqr654
similar questions
queries leading to this page
make image go to center of page