How can you center an image on a webpage using HTML only?
Using the align="center" attribute on the <img> tag
align="center"
<img>
Using the center attribute on the <img> tag
center
Placing the <img> tag inside a <center> tag
<center>
It's not possible to center an image using only HTML