HTMLBRElement Interface


The HTMLBRElement Interface is used to force a line break.
IDL Definition

Interface HTMLBRElement : HTMLElement {

           attribute  DOMString                  clear;
};

Semantic Requirements

  1. The clear attribute controls flow of text around floats.

If you have comments or suggestions, email me at mbrady@nist.gov