Y
Hacker News
new
|
ask
|
show
|
jobs
by
elclanrs
4998 days ago
Yeah...emmm...nobody uses the center tag anymore.
1 comments
mcartyem
4997 days ago
Why not?
The center tag is the only tag that still centers correctly.
link
jameswyse
4997 days ago
It's deprecated in HTML5, you should be using CSS to center elements. You can do this pretty easily:
width: 500px; margin:0px auto;
link
tangue
4997 days ago
Or text-align:center
link
The center tag is the only tag that still centers correctly.