DOM

From HTML5 Builder
Jump to: navigation, search

The Document Object Model (DOM) is a convention for representing and interacting with objects in HTML, XHTML and XML documents. You can use JavaScript to interact with an HTML page loaded on a web browser.

Help Resources

Documentation

Reference Documentation

See Also