specialize and add functionality that relates specifically to HTML documents:
form.submit(), input.value, ...
form.submit()
input.value
provide convenience mechanisms for common and frequent operations on HTML documents:
a.href, elt.id, html.body, ...
a.href
elt.id
html.body
Philippe Le Hegaret
7 of 26