<!doctype>
<html>
  <head>
    <h1><center>Center Tag</center></h1>
  </head>
  <body>
    <p>This page is the coding for centering text.  As you can see the header is centered.  This is helpful for footers as well for your copyright
      notices, text hypelinks etc.</p>
    <center><br>
      This is centered as well.</p>
  </body>
  <foot>
    <center></center>
  </foot>
</html>

There are other easy ways you can to do this tag as this is just the quick and easy center.


©Alan Masterton