WGU D276 Web Development
Foundations Updated
Questions And Answers With 100%
Correct Answers Graded A+
QUESTIONS AND ANSWERS
All aspects of a Website are copyrighted, so you should not 'borrow' images, text, logos,
etc, etc without permission.. ANSWER - Copyright
Whiteboard. ANSWER - Effective Presentation Tool
Conducting regular content reviews.. ANSWER - Avoiding Copyright Infringement
The approach used to convey the company message.. ANSWER - Website Design
Validation
A service that provides the ability to automate the planning and operations of an entire
organization.. ANSWER - Enterprise Resource Planning (ERP)
Have the team manager contact the sales representative's manager.. ANSWER -
Negotiation Strategy
A service typically provided by a cloud service provider but not by an Internet Service
Provider (ISP).. ANSWER - Software-as-a-Service (SaaS)
Your company posts on its site, sample questions from another company's industry
certification exam to help students study for the exam.. ANSWER - Copyright
Infringement Example
A user name.. ANSWER - Information for Uploading Script
<!DOCTYPE html>. ANSWER - HTML5 Doctype Tag
,To create a link to a style sheet.. ANSWER - Purpose of <link> Tag
<p></p>. ANSWER - Valid Container Tag
Opening and closing tags.. ANSWER - Container or Non-empty Tags
The <title> tag.. ANSWER - HTML <head> Tag Contents
Validating the pages with an automated validation tool provided by the government..
ANSWER - Accessibility Compliance Verification
<br>. ANSWER - Text-level HTML Element
<p>, <h2>, <list>. ANSWER - Paragraph-level or Block-level Elements
<p style="text-align: right">This text will align to the right</p>. ANSWER - Inline
CSS for Right Alignment
<blockquote>. ANSWER - Indenting a Quote
Use an inline CSS style attribute in the paragraph tag.. ANSWER - Centering Paragraph
in HTML5
What type of HTML elements should be used?. ANSWER - Headings Before Paragraphs
Formats text in a fixed-width font.. ANSWER - HTML phrase element
Content appears as a list of bulleted items.. ANSWER - <ul> element
Used to create a primitive table on a Webpage using tabbed data.. ANSWER - <pre> tag
Creates a standard table.. ANSWER - <table> tag
,An instruction format that consists of a specified selector and the properties and values
applied to it.. ANSWER - CSS rule
Called the 'declaration'.. ANSWER - Portion inside braces {}
A graphic format capable of supporting compression and transparency, and is an open
standard.. ANSWER - PNG
Content appears as a list of numbered items.. ANSWER - <ol> element
Used to add a horizontal line to a Webpage.. ANSWER - <hr> tag
File format that supports transparency, interlacing, and animation.. ANSWER - GIF 89a
<hr style="height: 10px; width: 20%;"/>. ANSWER - HTML code for horizontal rule
Used for color printing; RGB color schemes get converted to CMYK when sent to a color
printer.. ANSWER - CMYK
Specifies 216 colors.. ANSWER - Browser-safe color palette
Determines the style for the unvisited hyperlink text.. ANSWER - a:link link state
Describes a degree on the color wheel.. ANSWER - Hue in HSL color code
The higher the numeric value, the color will be lighter.. ANSWER - RGB code numeric
value
Start with ampersand (&) and end with semicolon (;).. ANSWER - Non-keyboard
characters escape sequence
<img src="image.gif" alt="This is an image."/>. ANSWER - Proper tag for inserting an
image in HTML5
, Is the color combination used effective for the culture(s) in the country?. ANSWER -
Relevant question for evaluating a Website
The background image will always render first.. ANSWER - Background rendering in
CSS
Ensures that the page elements will change dynamically depending on the size of the
browser window.. ANSWER - Liquid layout
A type of hyperlink reference.. ANSWER - Fully Qualified URL
Uses https (emphasis on the 's').. ANSWER - Secure site URL
Another name for a relative URL.. ANSWER - Partial URL
"indexes/index.html".. ANSWER - Example of a Partial URL
Used to create a hyperlink.. ANSWER - <a> element
Resides in a directory one level above the Webpage.. ANSWER - Location of ucorp.html
file
Indicates to look in a subdirectory below the page being edited.. ANSWER - Initial slash
(/images)
<header>, <footer>, <nav>, and <article> elements.. ANSWER - Elements used in a
four-section layout
Text and images disappear.. ANSWER - Typical problem with incorrectly coded hyperlink
To link to your Website's local pages instead of using absolute URLs.. ANSWER -
Justification for using relative links
The # symbol is included in the href attribute.. ANSWER - Internal link anchor
Foundations Updated
Questions And Answers With 100%
Correct Answers Graded A+
QUESTIONS AND ANSWERS
All aspects of a Website are copyrighted, so you should not 'borrow' images, text, logos,
etc, etc without permission.. ANSWER - Copyright
Whiteboard. ANSWER - Effective Presentation Tool
Conducting regular content reviews.. ANSWER - Avoiding Copyright Infringement
The approach used to convey the company message.. ANSWER - Website Design
Validation
A service that provides the ability to automate the planning and operations of an entire
organization.. ANSWER - Enterprise Resource Planning (ERP)
Have the team manager contact the sales representative's manager.. ANSWER -
Negotiation Strategy
A service typically provided by a cloud service provider but not by an Internet Service
Provider (ISP).. ANSWER - Software-as-a-Service (SaaS)
Your company posts on its site, sample questions from another company's industry
certification exam to help students study for the exam.. ANSWER - Copyright
Infringement Example
A user name.. ANSWER - Information for Uploading Script
<!DOCTYPE html>. ANSWER - HTML5 Doctype Tag
,To create a link to a style sheet.. ANSWER - Purpose of <link> Tag
<p></p>. ANSWER - Valid Container Tag
Opening and closing tags.. ANSWER - Container or Non-empty Tags
The <title> tag.. ANSWER - HTML <head> Tag Contents
Validating the pages with an automated validation tool provided by the government..
ANSWER - Accessibility Compliance Verification
<br>. ANSWER - Text-level HTML Element
<p>, <h2>, <list>. ANSWER - Paragraph-level or Block-level Elements
<p style="text-align: right">This text will align to the right</p>. ANSWER - Inline
CSS for Right Alignment
<blockquote>. ANSWER - Indenting a Quote
Use an inline CSS style attribute in the paragraph tag.. ANSWER - Centering Paragraph
in HTML5
What type of HTML elements should be used?. ANSWER - Headings Before Paragraphs
Formats text in a fixed-width font.. ANSWER - HTML phrase element
Content appears as a list of bulleted items.. ANSWER - <ul> element
Used to create a primitive table on a Webpage using tabbed data.. ANSWER - <pre> tag
Creates a standard table.. ANSWER - <table> tag
,An instruction format that consists of a specified selector and the properties and values
applied to it.. ANSWER - CSS rule
Called the 'declaration'.. ANSWER - Portion inside braces {}
A graphic format capable of supporting compression and transparency, and is an open
standard.. ANSWER - PNG
Content appears as a list of numbered items.. ANSWER - <ol> element
Used to add a horizontal line to a Webpage.. ANSWER - <hr> tag
File format that supports transparency, interlacing, and animation.. ANSWER - GIF 89a
<hr style="height: 10px; width: 20%;"/>. ANSWER - HTML code for horizontal rule
Used for color printing; RGB color schemes get converted to CMYK when sent to a color
printer.. ANSWER - CMYK
Specifies 216 colors.. ANSWER - Browser-safe color palette
Determines the style for the unvisited hyperlink text.. ANSWER - a:link link state
Describes a degree on the color wheel.. ANSWER - Hue in HSL color code
The higher the numeric value, the color will be lighter.. ANSWER - RGB code numeric
value
Start with ampersand (&) and end with semicolon (;).. ANSWER - Non-keyboard
characters escape sequence
<img src="image.gif" alt="This is an image."/>. ANSWER - Proper tag for inserting an
image in HTML5
, Is the color combination used effective for the culture(s) in the country?. ANSWER -
Relevant question for evaluating a Website
The background image will always render first.. ANSWER - Background rendering in
CSS
Ensures that the page elements will change dynamically depending on the size of the
browser window.. ANSWER - Liquid layout
A type of hyperlink reference.. ANSWER - Fully Qualified URL
Uses https (emphasis on the 's').. ANSWER - Secure site URL
Another name for a relative URL.. ANSWER - Partial URL
"indexes/index.html".. ANSWER - Example of a Partial URL
Used to create a hyperlink.. ANSWER - <a> element
Resides in a directory one level above the Webpage.. ANSWER - Location of ucorp.html
file
Indicates to look in a subdirectory below the page being edited.. ANSWER - Initial slash
(/images)
<header>, <footer>, <nav>, and <article> elements.. ANSWER - Elements used in a
four-section layout
Text and images disappear.. ANSWER - Typical problem with incorrectly coded hyperlink
To link to your Website's local pages instead of using absolute URLs.. ANSWER -
Justification for using relative links
The # symbol is included in the href attribute.. ANSWER - Internal link anchor