【JavaScript】DOM

DOM

The Document Object Model (DOM) defines a standard way of accessing and manipulating HTML documents. DOM describes an HTML document as a tree structure (tree of nodes) with elements, attributes and text. Describes methods and interfaces for handling web content.

<!DOCTYPE html>
<html lang="en">
<head>
    

Guess you like

Origin blog.csdn.net/Komorebi_00/article/details/131533873