how to set the alignment of image in html code example
Example: center an image
.someclass {
display: block;
margin-left: auto;
margin-right: auto;
}
.someclass {
display: block;
margin-left: auto;
margin-right: auto;
}