3
Q:

center p 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

New to Communities?

Join the community