img position middle code example
Example 1: make image go to center of page
//Making an image go to the center of the page
//A
<img src="wuteva.jpg" class="center">
//B
<parentElement style="text-align: center;">
//C
// put the image in a div with style="text-align: center;"
Example 2: How do i allign a pic centre in html
<img src="Sanjith.jpg" class="centre" height = "200" width = "100">