aligning image to middle in html

HTML
<style>
.aligncenter {
    text-align: center;
}
</style>

Source

Also in HTML: