HTML5
<!DOCTYPE html>
The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in.
DOM
Document Object Model is a tree of objects. These objects are the handles that JavaScript uses to grab bits of the page.