HTML DOM Methods

Source: Internet
Author: User

The HTML DOM method can access the HTML DOM through JavaScript (and other programming languages).

getElementById () returns the element with the specified ID.

getElementsByTagName () Returns a list of nodes (a collection/node array) that contains all the elements with the specified label name.

Getelementsbyclassname () Returns a list of nodes that contain all the elements with the specified class name.

AppendChild () Adds a new child node to the specified node.

RemoveChild () Deletes a child node.

replacechild () Replace the child nodes.

CreateAttribute () creates an attribute node.

CreateElement () creates an element node.

createTextNode () Creates a text node.

insertbefore () Inserts a new child node in front of the specified child node.

getattribute () Returns the specified property value.

SetAttribute () Sets or modifies the specified property to the specified value.




HTML DOM Methods

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.