HTML Center Tag
HTML Center Tag
HTML Center Tag
-
HTML Center Tag tag is used to center the HTML elements like text, images, animations etc. on the web page.
-
It helps to improve the appearance of the website by aligning the data in the center.
Example:
<center>Heading on Center</center>
<center><img src="../../favicon.png"></center>
Example Explanation:
In the above, we have shown an example of HTML Center.
Run the code to see the effect.