how o put img in the middle html code example
Example 1: make image go to center of page
//Making an image go to the center of the page
//A
//B
//C
// put the image in a div with style="text-align: center;"
Example 2: css for displaying image center
text-align: center;