Verified Multiple Choice and Conceptual Actual
100% Correct Detailed Answers
Guaranteed Pass!!Current Update!!
1. Which of the following is no longer necessary when you use HTML5 to develop
Web pages?
A) Applying a single W3C standard consistently throughout your document
B) Validating your markup code
C) Installing a third-party plug-in to include video
D) Using a scripting language to enhance a Web page - ANSWER Installing a
third-party plug-in to include video
2. What does it mean to create Web pages with "responsive design"?
A) Your Web pages respond to user screen size and work in multiple
environments.
B) Your code validates properly so that the code will be recognized by most user
agents.
C) Your Web pages incorporate languages and technologies such as Java, ActiveX,
Microsoft Silverlight and Adobe Flash.
D) Your Web pages appear statically regardless of the device used to view them. -
ANSWER Your Web pages respond to user screen size and work in multiple
environments.
,3. Which technology enables you to place formatting instructions in an external
text file to determine how HTML elements in a Web page will display?
A) Geolocation
B) HTML5 APIs
C) HTML5
D) Cascading Style Sheets - ANSWER Cascading Style Sheets
4. Which of the following can be considered a benefit of Cascading Style Sheets
(CSS)?
A) You can use CSS in lieu of HTML to develop Web pages.
B) One simple change to the style sheet will change all associated elements across
the site.
C) Web pages that are linked to a CSS document are more likely to be interpreted
accurately by the majority of user agents.
D) Making changes to elements in the site will update the style sheet. - ANSWER
One simple change to the style sheet will change all associated elements
across the site.
5. HTML5 has introduced specific elements to structure Web pages. In which
structure element should you include content that is directly related to the
subject of the document?
A) The <article> structure element
B) The <nav> structure element
C) The <main> structure element
D) The <section> structure element - ANSWER The <main> structure element
, 6. Canvas is an HTML5 API that provides a place on a Web page (a "canvas")
where you can display graphics, animation, video and games dynamically without
the need for a plug-in. Which of the following should you use to create objects on
a canvas?
A) Flash
B) CanvasScript
C) Cascading Style Sheets (CSS)
D) JavaScript - ANSWER JavaScript
7. Why is it important that you adopt a single W3C standard and apply it
consistently to your Web page markup?
A) When you validate your markup code, the code will match the DTD (standard
syntax rules) that you specify.
B) You can more easily structure your Web page without the need of document
structure tags.
C) When you validate your markup code, only invalid code will be marked as such.
D) When you validate your markup code, the validation program can easily
identify the actual cause of any invalid code. - ANSWER When you validate
your markup code, the code will match the DTD (standard syntax rules) that you
specify.
8. With respect to style sheets, inheritance is the ability for styles that you apply
to an element to:
A) be passed down throughout the rest of the document(s).
B) override the style attribute in the element.
, C) be uploaded to the linked style sheet.
D) override the style attributes in the element. - ANSWER be passed down
throughout the rest of the document(s).
9. What can be considered a disadvantage of using Cascading Style Sheets 3 (CSS3)
to apply styles to your Web pages?
A) CSS3 cannot be used in conjunction with scripting languages when developing
Web pages.
B) No styles guides exist for CSS3.
C) CSS3 no longer allows styles to be inherited throughout your Web document.
D) Most non-HTML5-compliant browsers cannot interpret CSS3. - ANSWER
Most non-HTML5-compliant browsers cannot interpret CSS3.
10. Consider the following HTML and style sheet code:
<!-- NAVIGATIONAL SIDEBAR ->
<nav>
<ul>
<li><a href=http://www.habitat.org/how/about_us.aspx>Learn more</a></li>
<li><a
href=http://www.habitat.org/getinv/volunteer_programs.aspx>Volunteer</a></li
>
<li><a href=http://www.habitat.org/gov>Advocate</a></li>