P | NN n/a IE 4 DOM 1 | ||
The P object reflects the P element. | |||
HTML Equivalent<P> | |||
Object Model Reference
|
align | NN n/a IE 4 DOM 1 | ||
Read/Write | |||
Determines how the paragraph text is justified within the available width of the next outermost container (usually the document BODY). | |||
Exampledocument.all.myP.align = "center" | |||
Value Any of the three horizontal alignment constants: center | left | right. | |||
|