Seo Master present to you:
WRITE HEADING IN HTML 2013, By: Seo Master
For Heading we can write code as: <html> <head> <title> My Page </title> </head> <body> <h1>Welcome On</h1> www.matrixar.com </body> </html> There are five type of Headings. These are written as: h1 h2 h3 h4 h5 The H1 heading is very big. And the h5 heading is very small as compare to H1. -------------------------------------- FOR WRITE TEXT IN CENTER For write text in center we write code as: <html> <head> <title> My Page </title> </head> <body> <p align="center"> Welcome on</p> www.matrixar.com </body> </html> FOR WRITE TEXT ON LEFT SIDE For write text on left side we put LEFT on the place of center. Like this: <p align="left"> Welcome on</p> www.matrixar.com FOR WRITE TEXT ON RIGHT SIDE For write text on left side we put RIGHT on the place of left. Like this: <p align="right"> Welcome on</p> www.matrixar.com -------------------------------------------------------------------- |
Labels: