WBR 
<WBR
	ID=string
	LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
	TITLE=string
>
Inserts a soft linebreak. 
- 
ID= 
 
- 
An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid names to script with are any alphanumeric string that begins with a letter. Valid special characters include underbar "_". 
 
- 
LANGUAGE= 
 
- 
Specifies the language that the current script is written in. JavaScript is the default for this attribute. 
 
- 
TITLE= 
 
- 
The Title attribute is used to provide advisory information. 
 
The start tag is required, and the end tag is optional.