Html dom object, html dom object

Source: Internet
Author: User

Html dom object, html dom object
In addition to built-in JavaScript objects, you can also use JavaScript to access and process all html dom objects.
More JavaScript objects

Object Description
Window Top-level objects in the JavaScript level. Window object indicates the browser Window. When the <body> or <frameset> label appears, the Window object is automatically created.
Navigator Contains information about the client browser.
Screen Contains information about the client display.
History Contains the URL accessed by the browser window.
Location Contains information about the current URL.

HTML DOM

Html dom is W3C standard (abbreviated as Document Object Model for HTML ).

Html dom defines a series of standard objects for HTML and standard methods for accessing and processing HTML documents.

With DOM, you can access all HTML elements, along with the text and attributes they contain. You can modify and delete the content and create new elements.

Html dom is independent of platform and programming language. It can be used by any programming languages such as Java, JavaScript, and VBScript.

Click the following link to obtain

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.