Encloses the passed information in a paragraph tag (<p></p>).
JSV_paragraph(expT [, attributes])
expT.P([attributes])
The paragraph function returns the passed information in a paragraph tag.
The paragraph function uses the following arguments.
Argument | Description |
expT | The textual information that is to be enclosed in the paragraph tag. |
attributes | Optional. The attributes that define various properties for the element. |
See the Web Design Group HTML 4.0 Reference on the paragraph tag for more information.
The following lines of code
document.write( JSV_paragraph("The quick brown fox jumped over lazy dog", 'ALIGN="CENTER"') );
produce
Copyright © 1998-2000 Roaring Fork Software. All rights reserved.