Package deal
WGU C779 Exam Bundle Questions and Answers(GRADED A )
WGU C779 Exam Bundle Questions and Answers(GRADED A )
[Show more]WGU C779 Exam Bundle Questions and Answers(GRADED A )
[Show more]Which language provides dynamic content for a web page across all browsers? 
A) XML 
B) JavaScript 
C) HTML5 
D) XHTML - ANSWER-JavaScript 
 
Which type of content should use an <aside>? 
A) News feeds 
B) Site copyrights 
C) Headlines 
D) Navigation menus - ANSWER-News feeds 
 
Which element ...
Preview 2 out of 12 pages
Add to cartWhich language provides dynamic content for a web page across all browsers? 
A) XML 
B) JavaScript 
C) HTML5 
D) XHTML - ANSWER-JavaScript 
 
Which type of content should use an <aside>? 
A) News feeds 
B) Site copyrights 
C) Headlines 
D) Navigation menus - ANSWER-News feeds 
 
Which element ...
main - ANSWER-HTML5 tag defining the main body of a document. Cannot be the child of the header, nav, article, aside, or footer elements. 
 
header and footer - ANSWER-These elements can also be included in article, aside, nav, main, and section elements, not just on the page itself 
 
source - ANSW...
Preview 2 out of 10 pages
Add to cartmain - ANSWER-HTML5 tag defining the main body of a document. Cannot be the child of the header, nav, article, aside, or footer elements. 
 
header and footer - ANSWER-These elements can also be included in article, aside, nav, main, and section elements, not just on the page itself 
 
source - ANSW...
Moishe wants to develop mobile apps using the technologies contained in the "HTML5 family." Which language in the family should Moishe use to create dynamic, interactive capabilities for his apps? 
A) JavaScript 
B) HTML5 
C) Cascading Style Sheets (CSS) 
D) Document Object Model (DOM) - ANSWER-Ja...
Preview 2 out of 11 pages
Add to cartMoishe wants to develop mobile apps using the technologies contained in the "HTML5 family." Which language in the family should Moishe use to create dynamic, interactive capabilities for his apps? 
A) JavaScript 
B) HTML5 
C) Cascading Style Sheets (CSS) 
D) Document Object Model (DOM) - ANSWER-Ja...
HTML5 has introduced specific elements to structure Web pages. In which structure element should you include hypertext menus to access various pages of the Web site? 
A) The <article> structure element 
B) The <aside> structure element 
C) The <nav> structure element 
D) The <se...
Preview 4 out of 47 pages
Add to cartHTML5 has introduced specific elements to structure Web pages. In which structure element should you include hypertext menus to access various pages of the Web site? 
A) The <article> structure element 
B) The <aside> structure element 
C) The <nav> structure element 
D) The <se...
What three technologies used toegther provide Web pages that easily adapt to smartphones, tablets, gaming devices and smart TVs, as well as traditional computers? - ANSWER-HTML5, Cascading Style Sheets (CSS) and JavaScript 
 
Many markup code validators exist, but the most authoritative is the W3C M...
Preview 2 out of 9 pages
Add to cartWhat three technologies used toegther provide Web pages that easily adapt to smartphones, tablets, gaming devices and smart TVs, as well as traditional computers? - ANSWER-HTML5, Cascading Style Sheets (CSS) and JavaScript 
 
Many markup code validators exist, but the most authoritative is the W3C M...
What is the purpose of using the <output> element in a Web form? - ANSWER-It displays the result of a calculation in the form 
 
Why are syntax errors so common when writing JavaScript code? - ANSWER-Because JavaScript is case-specific 
 
What CSS3 property can be used to create rounded corner...
Preview 2 out of 9 pages
Add to cartWhat is the purpose of using the <output> element in a Web form? - ANSWER-It displays the result of a calculation in the form 
 
Why are syntax errors so common when writing JavaScript code? - ANSWER-Because JavaScript is case-specific 
 
What CSS3 property can be used to create rounded corner...
application programming interface (API) - ANSWER-A source code specification that enables components of an application or program to work together to produce the desired functionality. 
 
Canvas - ANSWER-An HTML5 API used for rendering visual images on the fly by providing scripts with a bitmap canv...
Preview 2 out of 10 pages
Add to cartapplication programming interface (API) - ANSWER-A source code specification that enables components of an application or program to work together to produce the desired functionality. 
 
Canvas - ANSWER-An HTML5 API used for rendering visual images on the fly by providing scripts with a bitmap canv...
Which major browser supports all three audio formats? - ANSWER-Chrome 
 
You are developing pages for your company's Web site. You create an HTML5 search field using the following code: 
<input type="search" name="search"> 
 
When you test the page on various browsers, the first browser s...
Preview 2 out of 6 pages
Add to cartWhich major browser supports all three audio formats? - ANSWER-Chrome 
 
You are developing pages for your company's Web site. You create an HTML5 search field using the following code: 
<input type="search" name="search"> 
 
When you test the page on various browsers, the first browser s...
In Cascading Style Sheets (CSS), what is a rule? 
A) A set of values that can be applied to a given property 
B) A set of values that can be specified for a given selector 
C) A format instruction that consists of a specified selector and the properties and values applied to it 
D) An HTML tag in a ...
Preview 2 out of 10 pages
Add to cartIn Cascading Style Sheets (CSS), what is a rule? 
A) A set of values that can be applied to a given property 
B) A set of values that can be specified for a given selector 
C) A format instruction that consists of a specified selector and the properties and values applied to it 
D) An HTML tag in a ...
<nav> - ANSWER-structure element in HTML5 that includes hypertext menus to access various pages of the web site 
 
HTML5 API's - ANSWER-Create Apps for Mobile Devices 
 
Web development Trifecta - ANSWER-HTML, CSS, and JavaScript 
 
Benefit of developing Web pages using the Web Development Tr...
Preview 3 out of 21 pages
Add to cart<nav> - ANSWER-structure element in HTML5 that includes hypertext menus to access various pages of the web site 
 
HTML5 API's - ANSWER-Create Apps for Mobile Devices 
 
Web development Trifecta - ANSWER-HTML, CSS, and JavaScript 
 
Benefit of developing Web pages using the Web Development Tr...
Which language provides dynamic content for a web page across all browsers? - ANSWER-JavaScript 
 
Which type of content should use an <aside>? - ANSWER-News feeds 
 
Which element should a developer use for a bulleted list? - ANSWER-<ul> 
 
What does an HTML5 code validator confirm abou...
Preview 2 out of 11 pages
Add to cartWhich language provides dynamic content for a web page across all browsers? - ANSWER-JavaScript 
 
Which type of content should use an <aside>? - ANSWER-News feeds 
 
Which element should a developer use for a bulleted list? - ANSWER-<ul> 
 
What does an HTML5 code validator confirm abou...
<p style="text-align: center; margin-right: 12px;"/> 
 
This code is an example of: - ANSWER-an inline CSS style attribute 
 
Which value of the CSS3 box-shadow property specifies the shadow's size, but is optional? - ANSWER-spread 
 
What tag is usually used by Web authors to place JavaScr...
Preview 2 out of 5 pages
Add to cart<p style="text-align: center; margin-right: 12px;"/> 
 
This code is an example of: - ANSWER-an inline CSS style attribute 
 
Which value of the CSS3 box-shadow property specifies the shadow's size, but is optional? - ANSWER-spread 
 
What tag is usually used by Web authors to place JavaScr...
Which language provides dynamic content for a web page across all browsers? 
A) XML 
B) JavaScript 
C) HTML5 
D) XHTML - ANSWER-JavaScript 
 
Which type of content should use an <aside>? 
A) News feeds 
B) Site copyrights 
C) Headlines 
D) Navigation menus - ANSWER-News feeds 
 
Which element ...
Preview 2 out of 12 pages
Add to cartWhich language provides dynamic content for a web page across all browsers? 
A) XML 
B) JavaScript 
C) HTML5 
D) XHTML - ANSWER-JavaScript 
 
Which type of content should use an <aside>? 
A) News feeds 
B) Site copyrights 
C) Headlines 
D) Navigation menus - ANSWER-News feeds 
 
Which element ...
EXAMPLES: <form action="action_" autocomplete="on"> 
<input type="email" autocomplete="off"> - ANSWER-Which attribute specifies whether a form or an input field should allow the browser to predict the value? 
 
novalidate 
 
EXAMPLE: <form action="/action_" novalidate> - ...
Preview 2 out of 6 pages
Add to cartEXAMPLES: <form action="action_" autocomplete="on"> 
<input type="email" autocomplete="off"> - ANSWER-Which attribute specifies whether a form or an input field should allow the browser to predict the value? 
 
novalidate 
 
EXAMPLE: <form action="/action_" novalidate> - ...
To simplify a mobile site, you must minimize content to only the highest priority items. However, your mobile users will sometimes want or need more. How can you address this need? - ANSWER-Provide a quick link to the full desktop version of your Web site so mobile users can easily access it 
 
Ren ...
Preview 2 out of 5 pages
Add to cartTo simplify a mobile site, you must minimize content to only the highest priority items. However, your mobile users will sometimes want or need more. How can you address this need? - ANSWER-Provide a quick link to the full desktop version of your Web site so mobile users can easily access it 
 
Ren ...
JavaScript - ANSWER-Which language is used to access HTML elements via the DOM? 
 
getContext() - ANSWER-Which method returns a context object, which provides properties and methods that can be used to draw and manipulate images on the canvas? 
 
fillRect(x,y,width,height) - ANSWER-Which method draw...
Preview 2 out of 5 pages
Add to cartJavaScript - ANSWER-Which language is used to access HTML elements via the DOM? 
 
getContext() - ANSWER-Which method returns a context object, which provides properties and methods that can be used to draw and manipulate images on the canvas? 
 
fillRect(x,y,width,height) - ANSWER-Which method draw...
element[attribute*=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute contains the specified substring value? 
 
element[attribute^=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute beg...
Preview 2 out of 9 pages
Add to cartelement[attribute*=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute contains the specified substring value? 
 
element[attribute^=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute beg...
abort - ANSWER-Which event occurs when the loading of an image is terminated? 
 
blur - ANSWER-Which event occurs when a user clicks the mouse button outside of a particular input field? 
 
click - ANSWER-Which event occurs when the user clicks on a link or form element? 
 
change - ANSWER-Which eve...
Preview 2 out of 5 pages
Add to cartabort - ANSWER-Which event occurs when the loading of an image is terminated? 
 
blur - ANSWER-Which event occurs when a user clicks the mouse button outside of a particular input field? 
 
click - ANSWER-Which event occurs when the user clicks on a link or form element? 
 
change - ANSWER-Which eve...
element[attribute*=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute contains the specified substring value? 
 
element[attribute^=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute beg...
Preview 2 out of 9 pages
Add to cartelement[attribute*=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute contains the specified substring value? 
 
element[attribute^=value] - ANSWER-Which selector targets every instance of a specified HTML element whose specified attribute beg...
mobile app - ANSWER-What do we call an application designed for a specific mobile operating system? 
 
mobile Web site - ANSWER-What do we call a web site designed specifically for viewing on mobile device browsers? 
 
Responsive Web Design (RWD) - ANSWER-What do we call a web site designed to adapt...
Preview 1 out of 4 pages
Add to cartmobile app - ANSWER-What do we call an application designed for a specific mobile operating system? 
 
mobile Web site - ANSWER-What do we call a web site designed specifically for viewing on mobile device browsers? 
 
Responsive Web Design (RWD) - ANSWER-What do we call a web site designed to adapt...
Discover 
Define 
Design 
Develop 
Deliver - ANSWER-What are the five D's of web site production in order? 
 
agile design - ANSWER-What design process has the phases Discover, Design, Develop, and Test? 
 
Site Strategy - ANSWER-Determining the goal, defining the brand, defining the audience, and ...
Preview 1 out of 3 pages
Add to cartDiscover 
Define 
Design 
Develop 
Deliver - ANSWER-What are the five D's of web site production in order? 
 
agile design - ANSWER-What design process has the phases Discover, Design, Develop, and Test? 
 
Site Strategy - ANSWER-Determining the goal, defining the brand, defining the audience, and ...
hexadecimal - ANSWER-A base-16 number system that allows large numbers to be displayed by fewer characters than if the number were displayed in the regular base- 10 system. In hexadecimal, the number 10 is represented as the letter A, 15 is represented as F, and 16 is represented as 10. 
 
rule - AN...
Preview 4 out of 52 pages
Add to carthexadecimal - ANSWER-A base-16 number system that allows large numbers to be displayed by fewer characters than if the number were displayed in the regular base- 10 system. In hexadecimal, the number 10 is represented as the letter A, 15 is represented as F, and 16 is represented as 10. 
 
rule - AN...
DTD (Document Type Definition) - ANSWER-A set of rules contained in a simple text file that defines the structure, syntax and vocabulary as it is related to tags and attributes for a corresponding document. It is generally specified in a separate file, which you reference, or declare, at the beginni...
Preview 2 out of 10 pages
Add to cartDTD (Document Type Definition) - ANSWER-A set of rules contained in a simple text file that defines the structure, syntax and vocabulary as it is related to tags and attributes for a corresponding document. It is generally specified in a separate file, which you reference, or declare, at the beginni...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller IMORA. Stuvia facilitates payment to the seller.
No, you only buy these notes for $22.39. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
82191 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now