It is possible to align text at right,left or center in the display area. To align texts, we can use div tags or any cascading style sheet properties CSS.
The texts can be aligned in center of the display area,left of the display area and right of the display area.
Center Alignment:
For center alignment alone, two methods can be used in HTML.
Syntax:
- <center> ........... </center>
- <div align="center"> ............. </div>
Right Alignment:
For right alignment, following method is used in HTML.
Syntax:
- <div align="right"> ............. </div>
Left Alignment:
For left alignment, following method is used in HTML.
Syntax:
- <div align="left"> ............. </div>
Example Program:
Another method to align text at center
Method to align text at left
Method to align text at right
No comments:
Post a Comment