Answers for "can we use center tag"

CSS
7

html center tag

<center>
	<p>This is centered</p>
</center>
Posted by: Guest on May-19-2020
0

the center tag actually works

The <center> element was deprecated because it defines the presentation of its contents — it does not describe its contents. One method of centering is to set the margin-left and margin-right properties of the element to auto , and then set the parent element's text-align property to center . GuruTheCoder (search it on yt)
Posted by: Guest on November-24-2020

Code answers related to "can we use center tag"

Browse Popular Code Answers by Language