I am just curious as to why the
tag in HTML was deprecated.
The
was a simple way of quickly center-aligning b
I still use the
This div is centered, but it's a simple example.
<div style="text-align: center;"> didn't center correctly.
<div style="text-align: center;margin-left:auto;margin-right:auto"> still didn't center either
Actually Centered with <center> tag