Computer Science, asked by devanshunathdn, 7 months ago

How to aling an image in center in HTML??

Answers

Answered by educatorvs
1

BY USING CENTER TAG.

<CENTER>

Bye

</CENTER>

\huge\blue{BY educatorvs}

&lt;body bgcolor = red&gt; &lt;marquee&gt;[THANKS mate]

Answered by llNehaII
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