-
What makes an app "native"?
B. It uses the programming language of the device
-
Which languages do programmers use to create mobile Web apps?
B. HTML5, CSS3, and JavaScript
-
What is WebKit?
A. A browser engine
-
What should be your goal as you design mobile apps?
A. Optimize for the greatest number of devices by using progressive enhancement
-
Why is WebKit important to the mobile Web?
B. Many mobile operating systems have adopted it
-
Which term describes a collection of tools for programming?
B. Development environment
-
What is a code editor?
D. A program with extra functions that help you write and edit programming language
-
What does a mobile Web app project contain?
B. All the files that make up an app
-
Which of these is the programming language you'd use to add interactivity and logic to an app?
D. JavaScript
-
What language defines the structure of a Web app?
A. HTML5
-
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
-
What's a void element?
C. An element that can't have content and therefore doesn't require an end tag
-
What does the HTML5 document type declaration do?
C. It tells the browser that the the document is an HTML5 document.
-
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.
-
What's the purpose of the <section> element?
C. To define sections within a document that doesn't have a more specific sectioning element.
-
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
-
Which CSS selector would you use to select one unique element in a document?
D. An ID selector
-
What is the correct file extension to use for external style sheets?
A. .css
-
What are browser prefixes?
B. Codes that identify browser-specific implementations of CSS3 properties.
-
What's a pseudo-class selector?
D. Classes that apply to some elements when they're in a certain condition
|
|