The
HTMLElements class is closely related to this interface, containing static methods which group these names
by the characteristics of their associated elements.
This interface does not specify any methods, but can be inherited by other classes, or statically imported (Java 5.0),
to provide less verbose access to the contained element name static fields.
The field values in this interface can be used as name arguments in named tag searches.
Note that since the Tag class implements HTMLElementName, all the constants defined in this interface
can be referred to via the Tag class.
For example, Tag.BODY is equivalent to HTMLElementName.BODY.
See Also:HTMLElements See Also:Element