Answers for "center tag css"

1

how to center a html header

h1{text-align: center;}
Posted by: Guest on December-18-2020
2

centering in html

<style>
  element
  {
    text-align: center;
  }
</style>
-------------------------------------------------------------------------------
style.css
element
{
	text-align: center;
}
Posted by: Guest on September-30-2020

Browse Popular Code Answers by Language