Center tag

In HTML, the <center> tag is used to center content horizontally within a container element. The <center> tag is a block-level element, which means that it creates a new line and takes up the full width of its parent element.

Here is an example of how to use the center tag in an html document

<center>
  <p>This paragraph is centered horizontally within its parent element.</p>
</center>