how to align image to center in html with inline css code example
Example: image align center
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}