answers
A __________________________ Model (DOM) is an API that provides structure to internet-
related (HTML/XML) *markup language documents*. - correct 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"). -
correct 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*}) - correct answer ✔✔ Cascading Style (Sheets), Selector,
Declaration
(3 types of CSS applications) ___________ applications style attributes *inside HTML elements*.
- correct answer ✔✔ Inline