Package deal
WGU C777 Web Development Application Tests Bundle
WGU C777 Web Development Application Tests Bundle
[Show more]WGU C777 Web Development Application Tests Bundle
[Show more]HTML5, CSS, JavaScript Answer The web development trifecta 
 
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 sect...
Preview 3 out of 19 pages
Add to cartHTML5, CSS, JavaScript Answer The web development trifecta 
 
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 sect...
What is a characteristic of a web page with responsive design? 
A) The ability to react to user events 
B) A measure of the page load speed 
C) The ability to resize to the screen size 
D) A measure of the page close speed Answer The ability to resize to the screen size 
 
Which language provides dy...
Preview 3 out of 23 pages
Add to cartWhat is a characteristic of a web page with responsive design? 
A) The ability to react to user events 
B) A measure of the page load speed 
C) The ability to resize to the screen size 
D) A measure of the page close speed Answer The ability to resize to the screen size 
 
Which language provides dy...
HTML5 APIs can be used to: 
A) determine how to display HTML elements in your Web pages. 
B) call another location in the Web page or a separate Web page when the API is selected. 
C) provide a development environment that enables the seamless use of proprietary browser plug-ins. 
D) create apps for...
Preview 4 out of 87 pages
Add to cartHTML5 APIs can be used to: 
A) determine how to display HTML elements in your Web pages. 
B) call another location in the Web page or a separate Web page when the API is selected. 
C) provide a development environment that enables the seamless use of proprietary browser plug-ins. 
D) create apps for...
What is a characteristic of a web page with responsive design? Answer The ability to resize to the screen size 
 
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 sho...
Preview 3 out of 19 pages
Add to cartWhat is a characteristic of a web page with responsive design? Answer The ability to resize to the screen size 
 
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 sho...
<!DOCTYPE> Answer 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) Answer A source code specification that enables components of an application or program to work toget...
Preview 3 out of 17 pages
Add to cart<!DOCTYPE> Answer 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) Answer A source code specification that enables components of an application or program to work toget...
The terms "HTML family" and "Web development trifecta" are sometimes used to refer to which combination of Web technologies? 
A) HTML5, CSS3 and Javascript 
B) HTML5, XML and CSS3 
C) HTML5, JavaScript and Flash 
D) HTML5, Flash and XML Answer HTML5, CSS3 and Javascript 
 
Moishe wants to develo...
Preview 3 out of 19 pages
Add to cartThe terms "HTML family" and "Web development trifecta" are sometimes used to refer to which combination of Web technologies? 
A) HTML5, CSS3 and Javascript 
B) HTML5, XML and CSS3 
C) HTML5, JavaScript and Flash 
D) HTML5, Flash and XML Answer HTML5, CSS3 and Javascript 
 
Moishe wants to develo...
App Answer Relatively small applications developed exclusively for mobile devices 
 
<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, ...
Preview 4 out of 38 pages
Add to cartApp Answer Relatively small applications developed exclusively for mobile devices 
 
<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, ...
Which of the following statements about HTML5 is true? Answer HTML5 does not require third-party plug-ins for video and audio content 
 
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 commo...
Preview 3 out of 16 pages
Add to cartWhich of the following statements about HTML5 is true? Answer HTML5 does not require third-party plug-ins for video and audio content 
 
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 commo...
What is the term for a relatively small application developed exclusively for mobile devices? Answer App 
 
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...
Preview 2 out of 15 pages
Add to cartWhat is the term for a relatively small application developed exclusively for mobile devices? Answer App 
 
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...
Because mobile devices have smaller screens, you must lay out your pages differently than you would for a page that will be viewed primarily on larger screens. Which of the following is a technique you can use to simplify your page design? 
A) Minimize formatting such as fonts and colors. 
B) Use ta...
Preview 3 out of 17 pages
Add to cartBecause mobile devices have smaller screens, you must lay out your pages differently than you would for a page that will be viewed primarily on larger screens. Which of the following is a technique you can use to simplify your page design? 
A) Minimize formatting such as fonts and colors. 
B) Use ta...
The HTML5 specification for the <audio> element does not require a specific audio codec to be supported, but it does support three audio formats: MP3, Ogg and WAV. 
 
Which major browser supports all three audio formats? Answer Chrome 
 
You are developing pages for your company's Web site. ...
Preview 2 out of 9 pages
Add to cartThe HTML5 specification for the <audio> element does not require a specific audio codec to be supported, but it does support three audio formats: MP3, Ogg and WAV. 
 
Which major browser supports all three audio formats? Answer Chrome 
 
You are developing pages for your company's Web site. ...
fluid image Answer Which responsive design technique adapts an image's size to the device's screen size by specifying a percentage for each dimension? 
 
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 we...
Preview 2 out of 6 pages
Add to cartfluid image Answer Which responsive design technique adapts an image's size to the device's screen size by specifying a percentage for each dimension? 
 
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 we...
Question 67 :How can you override a particular style in an HTML element if the HTML document is linked to a style sheet? Answer By applying an inline CSS style attribute to the element whose style you want to override. 
 
Explanation: Answer C is correct.The styles you define in a style sheet will f...
Preview 2 out of 8 pages
Add to cartQuestion 67 :How can you override a particular style in an HTML element if the HTML document is linked to a style sheet? Answer By applying an inline CSS style attribute to the element whose style you want to override. 
 
Explanation: Answer C is correct.The styles you define in a style sheet will f...
application programming interface (API) Answer What is a collection of standards and programming instructions that enable access to a software application? 
 
Canvas API Answer Which API is used for rendering visual images on the fly via scripting? 
 
<canvas> Answer Which element is a transpa...
Preview 2 out of 9 pages
Add to cartapplication programming interface (API) Answer What is a collection of standards and programming instructions that enable access to a software application? 
 
Canvas API Answer Which API is used for rendering visual images on the fly via scripting? 
 
<canvas> Answer Which element is a transpa...
<form> Answer Which HTML tag is used to create an HTML form for user input? 
 
autocomplete 
 
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 bro...
Preview 2 out of 10 pages
Add to cart<form> Answer Which HTML tag is used to create an HTML form for user input? 
 
autocomplete 
 
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 bro...
What is a characteristic of a web page with responsive design? 
 
The ability to react to user events 
A measure of the page load speed 
The ability to resize to the screen size 
A measure of the page close speed Answer The ability to resize to the screen size 
 
Which language provides dynamic cont...
Preview 2 out of 6 pages
Add to cartWhat is a characteristic of a web page with responsive design? 
 
The ability to react to user events 
A measure of the page load speed 
The ability to resize to the screen size 
A measure of the page close speed Answer The ability to resize to the screen size 
 
Which language provides dynamic cont...
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 cracker. Stuvia facilitates payment to the seller.
No, you only buy these notes for $40.99. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
62555 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now