What is DOM?
DOM is a W3C (World Wide Web Consortium) standard.
The DOM defines standards for accessing HTML and XML documents:
"The W3C Document Object Model (DOM) is a platform- and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document."
The W3C DOM standard is divided into 3 different parts:
Core DOM - the standard model for any structured document
XML DOM - the standard model for XML documents
HTML DOM - The standard model for HTML documents
Editor's note: DOM is the abbreviation of Document Object Model
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn