html img to center code example
Example 1: center image css
.centerImg {
display: block;
margin: 0 auto;
}
Example 2: How do i allign a pic centre in html
<img src="Sanjith.jpg" class="centre" height = "200" width = "100">
.centerImg {
display: block;
margin: 0 auto;
}
<img src="Sanjith.jpg" class="centre" height = "200" width = "100">