|  |     |  |     |  |     |  |     | 
<!ELEMENT BR - O EMPTY -- forced line break --> <!ATTLIST BR %coreattrs; -- id, class, style, title -- >from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."
|  |     |  |     |  |     |  |     | 
| Value | Description | 
|---|---|
| ALL | The next line starts below the row where both margins are cleared of images. | 
| LEFT | The next line starts below the row where the left margin is cleared of images. | 
| NONE | The next line starts just below the current line, no matter if any margin is
   clear of images or not. This values is not present in the HTML 3.2 standard. | 
| RIGHT | The next line starts below the row where the right margin is cleared of images. | 
| n | The next line starts below the row where both margins are cleared of images
   plus n rows of pixels down. This values is not present in the HTML 3.2 and 4.0 standards. | 
|  | 
| This line will break<BR>here. | 
|  | 
| This line will break here. | 
|  | 
| <IMG src="IMG1.jpg" alt="A nice bird" width="84" height="150" align="right"> | 
|  | 
|    This text will continue below the left image. | 
|  | 
|  | 
|  | 
