Answers Rated A
App - -Relatively small applications panes in the browser window.
developed exclusively for mobile devices
controls="controls" - -<audio> element
<nav> - -structure element in HTML5 that must have this attribute and value to incorporate
includes hypertext menus to access various default audio operations.
pages of the web site
Poster Attribute - -Prevents the first frame
HTML5 API's - -Create Apps for Mobile of the video from displaying while the video is
Devices downloading
Web development Trifecta - -HTML, CSS, Chrome - -Popular web browser that
and JavaScript supports MP3, Ogg, and WAV audio formats, as
well as many others.
Benefit of developing Web pages using the Web
Development Trifecta - -You can create Advantage of using HTML5 APIs when designing
Web pages that easily adapt to smartphones, Web Pages for mobile devices - -HTML5
tablets, gaming devices, and smart TVs, as well APIs use fewer resources than a proprietary
as to traditional computers browser plug-in does, such as battery power and
CPU memory.
HTML 4.01 Strict - -required the separation
of presentation and content. Deprecation tags we Responsive Design - -Your web pages
disallowed and generated validation errors. respond to user screen size and work in multiple
environments
HTML 4.01 Transitional - -allowed
developers to insert formatting using either CSS <main> - -Structure element in HTML5 to
or traditional layout instructions include content that is directly related to the
subject of the document
HTML 4.01 Frameset - -Required for
pages that used HTML frames, which placed <header> - -Defines the top of the Web
Web pages inside each other to create separate page, similar to the header in the word-
,WGU Web Development Applications - C777 Test Questions with
Answers Rated A
processing document. when the GUI Web editor fails - -
Importance of understanding what goes on
behind the GUI of a Web Editor
<section> - -defines portions or areas of a
document as necessary, such as a group of
articles or images Code validation - -Checking your code to
verify that is complies with the syntax rules of
your chosen standard
<article> - -Defines site content, such as
company services, news articles, blogs, images,
videos, tweets, and social networking posts. Canvas - -HTML5 API that provide a place
on a Web page where you can display graphics,
animations, videos, and games dynamically
without the need for a plug-in.
<aside> - -Defines content that is aside
from or additional to the main article content,
such as advertisements or news feeds
XHTML vs. HTML - -XHMTL incorporates
the strict syntax rules of XML with the existing set
of HTML 4.01 tags to create web documents
<footer> - -Defines the bottom of the Web
Page, similar to the footer in a word-processing
document
loop="loop" - -audio attribute that allows
your audio to play over and over again without
stopping
Adopting a single W3C standard and apply is
consistently to your Web Page markup - -
When you validate you markup, the code will
match the DTD (standard syntax rules) that you autoplay="autoplay" - -Specifies that the
specify. video will automatically play immediately upon
loading
Cascading Style Sheets - -Enables you to
place formatting instructions in an external text The specified DTD in the <!DOCTYPE>
file to determine how HTML elements in a Web declaration on you HTML page - -W3C
page will display Markup Validation Service used to determine the
HTML specification against which to validate your
Web page markup code
You will be able to troubleshoot code issues
, WGU Web Development Applications - C777 Test Questions with
Answers Rated A
Static - -The normal, or default, position of
Selector - -Refers to any element to which the element within a page.
designated styles are applied.
Relative - -The element is relative to others
Rule - -is a format instruction that consists on a page, usually because of the top, bottom,
of a specified selector and the properties and left, and right properties.
values applied to it.
Absolute - -The element appears to float
Declaration - -Consists of a property and above the document and can be positioned as
its value needed it is completely removed from the rest of
the page flow.
Semicolon - -To define multiple
declarations for one selector withing a rule, you Fixed - -The element remains in the same
must separate each declaration with a position when the page is scrolled.
______________.
Inherit - -The element inherits its position
Curly Braces - -Except when declaring from the parent element.
inline styles, you must place properties and their
values within _____________.
Margin - -In the CSS Box Model, the outer-
most box that immediately encloses the border.
Comment - -By placing code in between
the /* and */ characters you create a
___________
Content - -In the CSS Box Model. the
innermost box
Inheritence - -The you define will flow, or
cascade, throughout your documents, unless
another style defined inside of a page specifically Property - -Changes the way a selector
overrides it. This concept is known as renders in a browser
______________.
Padding - -In the CSS Box Model, the