2.2.1.7 HTMLDTElement

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, and IE11 Mode (All Versions)

The HTMLDTElement interface provides access for controlling the text-wrapping characteristics of the HTMLDTElement object.

The HTMLDTElement interface has been added, with the following attribute:

  • noWrap

     //Introduced in Internet Explorer.
     interface HTMLDTElement : HTMLElement {
                 attribute boolean         noWrap;
     };