Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

centering in html

<style>
  element
  {
    text-align: center;
  }
</style>
-------------------------------------------------------------------------------
style.css
element
{
	text-align: center;
}
 
PREVIOUS NEXT
Tagged: #centering #html
ADD COMMENT
Topic
Name
7+3 =