Document
↔ DOM Interface to rep Root of document
.createElement()
.getElementbyId()
Viewport
visible portion of Document
in window
References
Capturing Phase
↔Event
propagates down, fromDocument
Root to target Element, pass through every Parent ElementscrollBy()
↔ to scrollDocument
by number of pixels<img>
↔ Inline Element to embed image toDocument
<section\>
↔ Semantic generic Section<div\>
to contain standalone section ofDocument
<body>
↔ Root Sectioning Element to hold Document Body of HTMLDocument
Embedded
↔ Flow Content that imports external resource intoDocument
<base\>
↔ Base URL Metadata Content Element to specify base URL for use with relative URLs inDocument
Metadata Content
↔HTMLElement
to mod presentation/behavior ofDocument
& provides additional info<link>
↔ External Resource Link Element to specify Metadata Content relationships ofDocument
& external resources<meta>
↔ Metadata Content Element to define Metadata ofDocument
<title\>
↔ Metadata Content Element to displayDocument
title in Browser window title bar (or page tab)live collection
↔ Array-Like Object list ofHTMLElement
with realtime auto-update onDocument
change<audio>
↔ Audio Inline Element to embed audio content intoDocument
<video>
↔ Video Inline Element to embed video media player intoDocument
<picture>
↔ Picture Inline Element to load alternative versions of image to match based on Viewport/Browser intoDocument
Browsing Context
↔ environ where Browser displaysDocument
Bubbling Phase
↔Event
propagate back up toDocument
Root, pass through Parent ElementscrollTo()
↔ to scrollDocument
to coordinatesType Selector
↔ Selector to match all instance by typeofHTMLElement
node inDocument