AND ANSWERS
A __________________________ Model (DOM) is an API that provides structure to
internet-related (HTML/XML) *markup language documents*. - ANSWER-Document
Object (Model)
A ___________________________ Language (HTML) is code used to structure a
web page and its content.
It includes 3 components:
_____________, which are the ENTIRE *enclosed portion of content*,
_____________ which are the *enclosing <>'s* that make an element *act a certain
way* ( <p>...</p> ), and _____________, which describe the element but are *NOT
displayed* (class="editor-note"). - ANSWER-Hypertext Markup (Language),
elements, tags, attributes
___________________________ Sheets (CSS) are used to *style how HTML
elements appear*.
It includes 3 components:
A ______________, which specifies *which element CSS formatting applies to*.
( *header* {font-size: 12px} )
A ______________, which is the CSS *property being styled and the value assigned
to that property*. ( header {*font-size: 12px*}) - ANSWER-Cascading Style (Sheets),
Selector, Declaration
(3 types of CSS applications) ___________ applications style attributes *inside
HTML elements*. - ANSWER-Inline
(3 types of CSS applications) ____________ applications style elements *in the
<head> section*. - ANSWER-Internal
(3 types of CSS applications) ___________ applications link styles to a *different
CSS file*. - ANSWER-External
__________________ __________________ (AA) is infrastructure that *enables the
execution and use* of software applications. They have *3 layers*:
______________, _____________, and ___________ layers. - ANSWER-
Application Architecture, Presentation, Business, Data
(3 Layers of AA) The _____________ layer provides the *look and feel* of the
application AND *receives/provides inputs/outputs*. - ANSWER-Presentation
(3 Layers of AA) The _____________ layer *applies business logic* to user
inputs/outputs. - ANSWER-Business