DOM

Introduction

Document Tree Structure

In the the previous page, the example of the nesting is represented as follows:

<div>
/\
<p><p>
||
TextText

That means this:

<div>
<p>Paragraph Text</p>
<p>Paragraph Text</p>
</div>

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