Writes a line break tag (<br>).
JSV_br([expN])
n/a
The br function returns a line break tag.
The br function uses the following arguments.
Argument | Description |
expN | Optional. The number of times to repeat the line break tag. Default value is one. |
See the Web Design Group HTML 4.0 Reference on the line break tag for more information.
The following lines of code
document.write( "Mary had a little lamb" + JSV_br() +
"It's fleece was white as snow" + JSV_br() +
"And everywhere that Mary went" + JSV_br() +
"The lamb was sure to go." );
produce
Copyright © 1998-2000 Roaring Fork Software. All rights reserved.