2.2.2.6 HTMLCollection

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

The HTMLCollection interface provides access to collections of objects.

The HTMLCollection interface has been extended with the following methods:

  • tags()

  • urns()

     //Introduced in Internet Explorer.
     interface HTMLCollection {
         Node              tags(in DOMString sTag);
         Node              urns(in DOMString sUrn);
     };