<!DOCTYPE> - <ANS Q>The first tag in an HTML document; it informs the interpreter (usually a
browser) which version of HTML the web page is written in.
application programming interface (API) - <ANS Q>A source code specification that enables
components of an application or program to work together to produce the desired functionality.
Canvas - <ANS Q>An HTML5 API used for rendering visual images on the fly by providing scripts with a
bitmap canvas.
Cascading Style Sheets (CSS) - <ANS Q>A W3C technology for applying structure and formatting
instructions total pages and other markup language documents. Formatting can be placed within the
HTML or called remotely from an external style sheet.
geolocation - <ANS Q>The ability to determine a user's location. Web sites can use this information to
enhance the user experience and provide location base services, such as mapping.
H.264 - <ANS Q>A video codec supported by HTML5-compliant browsers that does not require a plug-
in; uses less battery and processing resources.
hyperlinks - <ANS Q>Embedded instructions within a file that link it to another point in the file or to a
separate file.
JavaScript - <ANS Q>A scripting language that adds dynamic interactivity to Web pages. Generally
used on the client side but can also be used on the server side.
MPEG-4 (MP4) - <ANS Q>A streaming, digital multimedia format used to store video, audio, subtitles
and still images.
offline storage - <ANS Q>The ability for Web browsers and online services to download and access
content and services without being connected to the Internet.
, WGU C777 – Best Guide For Exam Preparation (2023/2024)
Ogg - <ANS Q>An open-source audio and video format used for streaming digital multimedia. Uses the
Theoracodec for compression.
WebM - <ANS Q>An open-source media fil format designed for the Web. Web M audio streams are
compressed with the Vorbis audio codec. WebM video streams are compressed with the VP8 video
codec.
class selector - <ANS Q>A selector that specifies CSS styles for a group of elements.
CSS rule - <ANS Q>In a style sheet, a format instruction that consists of a specified selector and the
properties and values applied to it.
document flow - <ANS Q>In CSS, the arrangement of content elements on a page and how the space
is used.
id selector - <ANS Q>A selector that specifies CSS styles for one unique element.
Multipurpose Internet Mail Extensions (MIME) - <ANS Q>Defiens the file type, such as text or video,
and the extension, such as css or mp4, for a user agent or browser.
property - <ANS Q>A descriptive characteristic of an object (such as color, width or height) that the
developer stipulates in the creation of the object.
@font-face - <ANS Q>CSS3 rule that defines an7y font desired by a Web designer; the font library is
hosted on the Web server.
CSS declaration - <ANS Q>In a style sheet, a property and a value applied to a format a specified HTML
element (selector). A declaration combined with a selector is a CSS rule.
CSS selector - <ANS Q>In a style sheet, any HTML element to which designated styles are applied.