Creating Mobile Apps with HTML5

  1. What makes an app "native"?




    B. It uses the programming language of the device
  2. Which languages do programmers use to create mobile Web apps?




    B. HTML5, CSS3, and JavaScript
  3. What is WebKit?




    A. A browser engine
  4. What should be your goal as you design mobile apps?




    A. Optimize for the greatest number of devices by using progressive enhancement
  5. Why is WebKit important to the mobile Web?




    B. Many mobile operating systems have adopted it
  6. Which term describes a collection of tools for programming?




    B. Development environment
  7. What is a code editor?




    D. A program with extra functions that help you write and edit programming language
  8. What does a mobile Web app project contain?




    B. All the files that make up an app
  9. Which of these is the programming language you'd use to add interactivity and logic to an app?




    D. JavaScript
  10. What language defines the structure of a Web app?




    A. HTML5
  11. What does the "hypertext" in Hypertext Markup Language refer to?




    A. The ability of objects within documents to link to one another or to other documents
  12. What's a void element?




    C. An element that can't have content and therefore doesn't require an end tag
  13. What does the HTML5 document type declaration do?




    C. It tells the browser that the the document is an HTML5 document.
  14. What is semantic HTML?




    D. The use of HTML to give or describe the meaning of content, as opposed to describing how the browser should display it.
  15. What's the purpose of the <section> element?




    C. To define sections within a document that doesn't have a more specific sectioning element.
  16. Which of these techniques is best to use when you're working with multiple HTML documents that should share similar formatting?




    B. External style sheet
  17. Which CSS selector would you use to select one unique element in a document?




    D. An ID selector
  18. What is the correct file extension to use for external style sheets?




    A. .css
  19. What are browser prefixes?




    B. Codes that identify browser-specific implementations of CSS3 properties.
  20. What's a pseudo-class selector?




    D. Classes that apply to some elements when they're in a certain condition
Author
jdavis123
ID
355112
Card Set
Creating Mobile Apps with HTML5
Description
Lesson 1 - 4
Updated