7 ms·
<center> and the solutions in this post are not equivalent ... The HTML center tag only horizontally centers the contents which you can do with the simple CSS:
by BenTheElder 6y ago
<center> and the solutions in this post are not equivalent ...
The HTML center tag only horizontally centers the contents which you can do with the simple CSS: `text-align:center` [1]
The examples in this post center horizontally AND vertically.
[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ce...
- arn 6y agotext-align:center does NOT entirely replicate <center>. And has been a source frustration for many.
- BenTheElder 6y agothat's fair, but <center> and this post are still not equivalent at all.