DOM

Introduction

Document Tree Structure

The diagram in the previous page is representative. The tag in the diagram represents a tag pair in the document (whenever a tag pair is involved); for instance:

<p>
|
Text

That means this:

<p>Paragraph Text</p>

Next >


< Previous

[Page Top]

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

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