center tag is not working saying center is not known element
<center>
<a><img class="placeholder_img" src="img/placeholder.png"></a>
</center>
I used the above html tag saying that "center is not known element".
The <center>
tag expired and deprecated long back.
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Use <div>
instead:
<div style="text-align: center;">
<a><img class="placeholder_img" src="//placehold.it/100"></a>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With