Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to center html heading

Use the "style" tag inline along with "text-align" to do it. For example; 
<html>
  <head></head>
  <body>
    <h1 style="text-align: center;">TEST HEADING</h1>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #center #html #heading
ADD COMMENT
Topic
Name
8+7 =