Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to center text in html

<style>
  p {
  text-align: center;
  }
</style>
<html>
  <p>Some Text</p>
</html>
 
PREVIOUS NEXT
Tagged: #center #text #html
ADD COMMENT
Topic
Name
4+4 =