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