INMT 443 Final Exam
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"). - answerHypertext 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*}) - answerCascading Style (Sheets), Selector,
Declaration
(3 types of CSS applications) ___________ applications style attributes *inside HTML
elements*. - answerInline
(3 types of CSS applications) ____________ applications style elements *in the <head>
section*. - answerInternal
(3 types of CSS applications) ___________ applications link styles to a *different CSS
file*. - answerExternal
__________________ __________________ (AA) is infrastructure that *enables the
execution and use* of software applications. They have *3 layers*: ______________,
_____________, and ___________ layers. - answerApplication Architecture,
Presentation, Business, Data
(3 Layers of AA) The _____________ layer provides the *look and feel* of the
application AND *receives/provides inputs/outputs*. - answerPresentation
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"). - answerHypertext 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*}) - answerCascading Style (Sheets), Selector,
Declaration
(3 types of CSS applications) ___________ applications style attributes *inside HTML
elements*. - answerInline
(3 types of CSS applications) ____________ applications style elements *in the <head>
section*. - answerInternal
(3 types of CSS applications) ___________ applications link styles to a *different CSS
file*. - answerExternal
__________________ __________________ (AA) is infrastructure that *enables the
execution and use* of software applications. They have *3 layers*: ______________,
_____________, and ___________ layers. - answerApplication Architecture,
Presentation, Business, Data
(3 Layers of AA) The _____________ layer provides the *look and feel* of the
application AND *receives/provides inputs/outputs*. - answerPresentation