HTMLElement Object

Description

Represents an HTML element, like a div, an h1, or a p.

Properties

Methods

Commentary

A new element is created with the New method:

      d←A.New 'div'