DOM

Introduction

Document Tree Structure

In the Document Object Model (DOM), the entire document, from the opening <html> at the top, is organized into a "tree structure", rather like this:

<html>
/\
<head><body>
/\/\
<title><style><h1><p>
|||
TextTextText

Next >


< Previous

[Page Top]

Introduction to DOM, by Dr Sam
copyright | contact
published by OxfordU.net

[An alternative, straight-text version is also available.]

Web-Design Tutorials by Dr Sam