Syntax: | text-align: <value> |
---|---|
Possible Values: | left | right | center | justify |
Initial Value: | Determined by browser |
Applies to: | Block-level elements |
Inherited: | Yes |
The text-align property can be applied to block-level elements (P, H1, etc.) to give the alignment of the element's text. This property is similar in function to HTML's ALIGN attribute on paragraphs, headings, and divisions.
Some examples follow:
H1 { text-align: center }
P.newspaper { text-align: justify }
Maintained by John Pozadzides and Liam Quinn
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.
Sites of interest: Web Hosting : Reseller Hosting : Website Hosting : HTML Editor : Web Design Templates : Free Web Hosting : ASP code examples : PHP & MySQL Code Examples |
Copyright © 2004 Evrsoft Developer Network. Privacy policy - Link to Us |
Contact Evrsoft |