this post was submitted on 07 Aug 2023
422 points (91.4% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ICastFist@programming.dev 5 points 2 years ago* (last edited 2 years ago) (2 children)

It actually has for centering things horizontally. Yes, it's literally <center> content </center>. It's been around since the early 90s, too. Dunno about a vertical center

[–] Thorned_Rose@kbin.social 3 points 2 years ago

Center tag is deprecated in HTML5

[–] BlackEco@lemmy.blackeco.com 3 points 2 years ago

center is mostly for centering text and is being deprecated in favor of text-align and margin-*: auto https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center