Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
New Perspectives on HTML5 CSS3 and JavaScript
Quiz 5: Designing for the Mobile Web Tutorial
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
When a hover event is used to hide an object or display it, mobile browsers employ a double-tap event in which the _____ displays the page object.
Question 42
Multiple Choice
Mobile devices have a _____ containing the entire content of the page, some of which may be hidden from a user.
Question 43
Multiple Choice
When a hover event is used to hide an object or display it, mobile browsers employ a _____ event.
Question 44
Multiple Choice
The problem wherein the user needs to scroll vertically down the web page to view information on a mobile device can be resolved by using _____.
Question 45
Multiple Choice
Identify the media query that applies style rules only to screens that are at least 300 pixels wide.
Question 46
Multiple Choice
The _____ is a device feature that gives the ratio of the width of the display area to its height.
Question 47
Multiple Choice
Multiple media features can be combined using _____.
Question 48
Multiple Choice
While creating a website for tablet design, to display the submenus horizontally rather than vertically, a style rule needs to be added to the tablet media query to _____.
Question 49
Multiple Choice
Identify the query that matches any screen device that also supports color.
Question 50
Multiple Choice
Web pages are seen within a window called the _____.
Question 51
Multiple Choice
For older browsers that do not support media queries, Cascading Style Sheets (CSS) 3 provides the _____ keyword to hide style sheets from those browsers.
Question 52
Multiple Choice
To make the submenus in a tablet device overlay the page content, the submenus should be placed with _____.
Question 53
Multiple Choice
A mobile browser will interpret a _____ event as a tap event in which a user taps a page object.
Question 54
Multiple Choice
An alternative to direct testing of mobile interfaces on all mobile devices is the use of _____.
Question 55
Multiple Choice
Identify the media rule that must be included in a Cascading Style Sheet (CSS) file so that media queries can be used to associate specific style rules with specific devices.
Question 56
Multiple Choice
Identify the selector that should be used to let a submenu remain visible even when the pointer moves away from the title and hovers over the non-visible submenu.
Question 57
Multiple Choice
To target a device based on its features, identify the syntax used to add a feature and its value to the media attribute.
Question 58
Multiple Choice
The _____ media type value for the media attribute is used for paged Braille printers.
Question 59
Multiple Choice
While creating a website for tablet design, to keep the submenus in their current position on a page, one needs to make each main list item a container for its submenu by setting its position property to _____.