×

Html & Html5

The World's best Software Development Study Portal

HTML center tag


This <center> tag is used to display the content at the middle of the page. As the content or heading etc. whatever is written in between <center> tag it will be diaplayed at the center of screen.

Let's understand this by the following example:


<center> <h1> Manish is my name </h1> </center>

Output:


center


\