how to insert a image in JS in the middle of a HTML tag 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>