2.2.2.26 HTMLParagraphElement

The HTMLParagraphElement interface denotes a paragraph.

The HTMLParagraphElement interface has been extended with the following attribute:

  • clear

      
     //Introduced in Internet Explorer.
     interface HTMLParagraphElement : HTMLElement {
                 attribute DOMString       clear;
     };