Hacker News new | ask | show | jobs
by mcartyem 4998 days ago
Why not?

The center tag is the only tag that still centers correctly.

1 comments

It's deprecated in HTML5, you should be using CSS to center elements. You can do this pretty easily:

    width: 500px;
    margin:0px auto;
Or text-align:center