Neinstein
6
Q:

centering in html

<p style="text-align: center">this is centered</p>
1
<p style="text-align:center;">Centered paragraph.</p>
0
<style>
  element
  {
    text-align: center;
  }
</style>
-------------------------------------------------------------------------------
style.css
element
{
	text-align: center;
}
0
<!-- use the center tag -->
<center>
  <!-- your code -->
</center>
-1
.headerTwoDiv{
			margin:1% auto;
			margin-right: auto; margin-left: auto; width: 21%; 
			padding-top: 11px;
		}
0
<p><center>YourText</center></p>
-1

New to Communities?

Join the community