Answers for "center text in the center of page html"

CSS
2

center text in a html file

<tag class="" align='center'></tag>
Posted by: Guest on July-04-2020
1

align centre

.headerTwoDiv{
			margin:1% auto;
			margin-right: auto; margin-left: auto; width: 21%; 
			padding-top: 11px;
		}
Posted by: Guest on September-07-2020

Code answers related to "center text in the center of page html"

Browse Popular Code Answers by Language