How to aling an image in center in HTML??
Answers
Answered by
1
BY USING CENTER TAG.
<CENTER>
Bye
</CENTER>
Answered by
2
Ans= It can be easily centered by adding the text-align: center; CSS property to the parent element that contains it. To center an image using text-align: center; you must place the <img> inside of a block-level element such as a div .
Similar questions