kb:document_object_model

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
kb:document_object_model [2023/03/25 20:04] Henrik Yllemo
Line 1: Line 1:
 +====== Document Object Model (DOM) ======
 +
 +Document Object Model (DOM) is a cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document. 
 +
 +
 +{{wp>Document Object Model}}
 +<callout type="primary" title="Related:">
 +  * [[taxonomy:taxonomy_of_dom|Taxonomy of Document Object Model]]
 +</callout>
 +
 +<callout title="External links:">
 +  * https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model
 +</callout> 
 +
 +
 +{{tag>kb  architecture programming       }}
  
  • kb/document_object_model.txt
  • Last modified: 2023/03/25 20:05
  • by Henrik Yllemo