Answers for "how to put a image in the middle of the page html"

CSS
0

aligning image to middle in html

<style>
.aligncenter {
    text-align: center;
}
</style>
Posted by: Guest on May-06-2020

Code answers related to "how to put a image in the middle of the page html"

Browse Popular Code Answers by Language