+ 4
Can the <center> be replaced with other
3 Answers
+ 3
yes, you can use the css property (text-align: center)
+ 3
Actually! Two best ways in order:
1. Set the parent tag "text-align" property to "center"
2. Set "margin" to "auto"
Notices:
<center> is deprecated in HTML5
"align" attribute is not supported in HTML5
+ 1
<div align="center">
</div>