how to margin a image to the center of the screen in html code example
Example: html css center image
<div style="text-align: center;">
<img scr='img/example.jpg'>
</div>
<div style="text-align: center;">
<img scr='img/example.jpg'>
</div>