<p>Sample <b>bold</b> display</p> firstChild lastChild P parentNode parentNode parentNode nextSibling nextSibling #text B #text prevSibling prevSibling Sample display firstChild, lastChild parentNode nodeName property #text nodeValue property bold CS 142 Lecture Notes: DOM
DOM Coordinates x y div1 offsetTop div2 offsetLeft offsetParent offsetHeight offsetParent offsetWidth CS 142 Lecture Notes: DOM
Positioning Children Parent margin Parent border Parent padding top/offsetTop left/offsetLeft Child margin Child border CS 142 Lecture Notes: DOM
CS 142 Lecture Notes: DOM
Dialogs alert("Please click to continue"); if (confirm("Are you sure you want ...?") { ... } name = prompt("Enter username here:"); CS 142 Lecture Notes: DOM