Package deal
WGU C777 Bundled Exams with Complete Solution | Verified | Everything you Need!!
WGU C777 Bundled Exams with Complete Solution | Verified | Everything you Need!!
[Show more]WGU C777 Bundled Exams with Complete Solution | Verified | Everything you Need!!
[Show more]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 72 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? - -The ability to resize to the screen 
size 
Which language provides dynamic content for a web page across all browsers? - -JavaScript 
Which type of content should use an <aside>? - -News feeds 
Which element should a developer u...
Preview 3 out of 16 pages
Add to cartWhat is a characteristic of a web page with responsive design? - -The ability to resize to the screen 
size 
Which language provides dynamic content for a web page across all browsers? - -JavaScript 
Which type of content should use an <aside>? - -News feeds 
Which element should a developer u...
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 - -HTML5, CSS3 and Javascript 
Moishe wants to develop mob...
Preview 3 out of 16 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 - -HTML5, CSS3 and Javascript 
Moishe wants to develop mob...
<!DOCTYPE> - -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) - -A source code specification that enables components of 
an application or program to work together to p...
Preview 2 out of 14 pages
Add to cart<!DOCTYPE> - -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) - -A source code specification that enables components of 
an application or program to work together to p...
What is the term for a relatively small application developed exclusively for mobile devices? - -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? - -HTML5, Cascading Style Sheets 
...
Preview 2 out of 12 pages
Add to cartWhat is the term for a relatively small application developed exclusively for mobile devices? - -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? - -HTML5, Cascading Style Sheets 
...
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 ...
Preview 2 out of 14 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 ...
application programming interface (API) - -What is a collection of standards and programming 
instructions that enable access to a software application? 
Canvas API - -Which API is used for rendering visual images on the fly via scripting? 
<canvas> - -Which element is a transparent container ...
Preview 2 out of 7 pages
Add to cartapplication programming interface (API) - -What is a collection of standards and programming 
instructions that enable access to a software application? 
Canvas API - -Which API is used for rendering visual images on the fly via scripting? 
<canvas> - -Which element is a transparent container ...
<form> - -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"> - -Which attribute specifies whether a form or an input 
field should allow the browser to pre...
Preview 2 out of 8 pages
Add to cart<form> - -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"> - -Which attribute specifies whether a form or an input 
field should allow the browser to pre...
Which of the following statements about HTML5 is true? - -HTML5 does not require third-party plugins for video and audio content 
What is the purpose of using the <output> element in a Web form? - -It displays the result of a 
calculation in the form 
Why are syntax errors so common when writi...
Preview 2 out of 13 pages
Add to cartWhich of the following statements about HTML5 is true? - -HTML5 does not require third-party plugins for video and audio content 
What is the purpose of using the <output> element in a Web form? - -It displays the result of a 
calculation in the form 
Why are syntax errors so common when writi...
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? - -Chrome 
You are developing pages for your company's Web site. You crea...
Preview 2 out of 8 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? - -Chrome 
You are developing pages for your company's Web site. You crea...
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 - -The ability to resize to the screen size 
Which language provides dynamic ...
Preview 3 out of 20 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 - -The ability to resize to the screen size 
Which language provides dynamic ...
What is the term for a piece of data that is to be operated upon or manipulated in some manner? - - 
Operand 
Kwan is using JavaScript extensively to add interactivity to his Web site. 
Contained within his script is a counter object that calculates a date based on a number input by the 
user. 
Whic...
Preview 2 out of 8 pages
Add to cartWhat is the term for a piece of data that is to be operated upon or manipulated in some manner? - - 
Operand 
Kwan is using JavaScript extensively to add interactivity to his Web site. 
Contained within his script is a counter object that calculates a date based on a number input by the 
user. 
Whic...
Question 67 :How can you override a particular style in an HTML element if the HTML document is linked 
to a style sheet? - -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 flow,...
Preview 2 out of 6 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? - -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 flow,...
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 Preach. Stuvia facilitates payment to the seller.
No, you only buy these notes for $40.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
77254 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now