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'
Represents an HTML element, like a div, an h1, or a p.
A new element is created with the New method:
d←A.New 'div'