WGU D276 OA EXAM
Responsive Web Design - ANSWERS-The web server sends back the same HTML to
both desktop and mobile browsers, but the browsers alter the appearance of the
web page to match the device size.
Adaptive website - ANSWERS-A website that adapts to the width of the browser
at specific widths.
graceful degradation - ANSWERS-When web developers design the desktop
website first and modify the design to fit smaller screens.
progressive enhancement - ANSWERS-A "mobile first" design methodology that
begins with designing the website for the smallest device and then adapts the
design for larger screens.
Media Query - ANSWERS-A combination of media type and optionally one or
more media feature expressions that evaluate to true or false.
Breakpoint - ANSWERS-The screen width that activates a media query.
Bootstrap - ANSWERS-One of the most popular free, open-source frameworks
(used by Quizzets :). It uses HTML, CSS, and JavaScript to help a developer create
responsive websites.
,<abbr> - ANSWERS-defines an abbreviation or an acronym. property Title
<area> - ANSWERS-defines an area inside an image map. (an image map is an
image with clickable areas)
<article> - ANSWERS-specifies independent, self-contained content
<aside> - ANSWERS-defines some content aside from the content it is placed in.
Its often placed as a sidebar in a document.
<audio> - ANSWERS-embed sound content in a document, such as music or other
audio streams. (Property: autoplay, controls, loop, muted, preload, src)
<b> - ANSWERS-tag specifies bold text without any extra importance
<base> - ANSWERS-specifies the base URL and/or target for all relative URLs in a
document.
<bdi> - Bi-Directional Isolation - ANSWERS-tag isolates a part of text that might be
formatted in a different direction from other text outside it.
<bdo> - Bi-Directional Override - ANSWERS-tag is used to override the current
text direction
,<blockquote> - ANSWERS-specifies a section that is quoted from another source.
(Use <q> for inline (short) quotations.)
<canvas> - ANSWERS-used to draw graphics, on the fly, via scripting (usually
JavaScript).
<cite> - ANSWERS-tag defines the title of a creative work (e.g. a book, a poem, a
song, a movie, a painting, a sculpture, etc.).
<code> - ANSWERS-tag is used to define a piece of computer code. The content
inside is displayed in the browser's default monospace font.
<colgroup> - ANSWERS-specifies a group of one or more columns in a table for
formatting.
<data> - ANSWERS-used to add a machine-readable translation of a given
content. (machine-readable value for data processors, and a human-readable
value for rendering in a browser.)
<dd> - ANSWERS-used to describe a term/name in a description list.
<del> - ANSWERS-tag defines text that has been deleted from a document.
Browsers will usually strike a line through deleted text.
, <details> - ANSWERS-tag specifies additional details that the user can open and
close on demand.
<dialog> - ANSWERS-tag defines a dialog box or subwindow.
<dl> - ANSWERS-tag defines a description list. tag is used in conjunction with <dt>
(defines terms/names) and <dd> (describes each term/name).
<em> - ANSWERS-used to define emphasized text. italic
<embed> - ANSWERS-defines a container for an external resource, such as a web
page, a picture, a media player, or a plug-in application.
<fieldset> - ANSWERS-tag is used to group related elements in a form.
<figcaption> - ANSWERS-defines a caption for a <figure> element.
<figure> - ANSWERS-Specifies self-contained content, like illustrations, diagrams,
photos, code listings, etc.
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>. Biggest to Smallest - ANSWERS-tags are used
to define HTML headings.
Responsive Web Design - ANSWERS-The web server sends back the same HTML to
both desktop and mobile browsers, but the browsers alter the appearance of the
web page to match the device size.
Adaptive website - ANSWERS-A website that adapts to the width of the browser
at specific widths.
graceful degradation - ANSWERS-When web developers design the desktop
website first and modify the design to fit smaller screens.
progressive enhancement - ANSWERS-A "mobile first" design methodology that
begins with designing the website for the smallest device and then adapts the
design for larger screens.
Media Query - ANSWERS-A combination of media type and optionally one or
more media feature expressions that evaluate to true or false.
Breakpoint - ANSWERS-The screen width that activates a media query.
Bootstrap - ANSWERS-One of the most popular free, open-source frameworks
(used by Quizzets :). It uses HTML, CSS, and JavaScript to help a developer create
responsive websites.
,<abbr> - ANSWERS-defines an abbreviation or an acronym. property Title
<area> - ANSWERS-defines an area inside an image map. (an image map is an
image with clickable areas)
<article> - ANSWERS-specifies independent, self-contained content
<aside> - ANSWERS-defines some content aside from the content it is placed in.
Its often placed as a sidebar in a document.
<audio> - ANSWERS-embed sound content in a document, such as music or other
audio streams. (Property: autoplay, controls, loop, muted, preload, src)
<b> - ANSWERS-tag specifies bold text without any extra importance
<base> - ANSWERS-specifies the base URL and/or target for all relative URLs in a
document.
<bdi> - Bi-Directional Isolation - ANSWERS-tag isolates a part of text that might be
formatted in a different direction from other text outside it.
<bdo> - Bi-Directional Override - ANSWERS-tag is used to override the current
text direction
,<blockquote> - ANSWERS-specifies a section that is quoted from another source.
(Use <q> for inline (short) quotations.)
<canvas> - ANSWERS-used to draw graphics, on the fly, via scripting (usually
JavaScript).
<cite> - ANSWERS-tag defines the title of a creative work (e.g. a book, a poem, a
song, a movie, a painting, a sculpture, etc.).
<code> - ANSWERS-tag is used to define a piece of computer code. The content
inside is displayed in the browser's default monospace font.
<colgroup> - ANSWERS-specifies a group of one or more columns in a table for
formatting.
<data> - ANSWERS-used to add a machine-readable translation of a given
content. (machine-readable value for data processors, and a human-readable
value for rendering in a browser.)
<dd> - ANSWERS-used to describe a term/name in a description list.
<del> - ANSWERS-tag defines text that has been deleted from a document.
Browsers will usually strike a line through deleted text.
, <details> - ANSWERS-tag specifies additional details that the user can open and
close on demand.
<dialog> - ANSWERS-tag defines a dialog box or subwindow.
<dl> - ANSWERS-tag defines a description list. tag is used in conjunction with <dt>
(defines terms/names) and <dd> (describes each term/name).
<em> - ANSWERS-used to define emphasized text. italic
<embed> - ANSWERS-defines a container for an external resource, such as a web
page, a picture, a media player, or a plug-in application.
<fieldset> - ANSWERS-tag is used to group related elements in a form.
<figcaption> - ANSWERS-defines a caption for a <figure> element.
<figure> - ANSWERS-Specifies self-contained content, like illustrations, diagrams,
photos, code listings, etc.
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>. Biggest to Smallest - ANSWERS-tags are used
to define HTML headings.