specifying a percentage for each dimension? - ANSWER fluid image
What do we call an application designed for a specific mobile operating system? - AN-
SWER mobile app
What do we call a web site designed specifically for viewing on mobile device browsers? -
ANSWER mobile Web site
What do we call a web site designed to adapt to many different devices? - AN-
SWER Responsive Web Design (RWD)
What are three Responsive Web Design techniques use to adjusts gracefully for desktop,
tablet and smartphone browsers? - ANSWER Grid-based layouts
Resizable images
Media queries
What is an adaptive grid that uses percentage-based dimensions? - ANSWER fluid grid
What uses invisible guidelines to help you place page elements to accommodate various
screen sizes? - ANSWER Grid-based layouts
What tools, templates or boilerplates provide the basic foundation for responsive design? -
ANSWER frameworks
1
, What is one of the most popular frameworks that provides a collection of HTML- and CSS-
based design templates for typography, buttons, navigation, forms and other interface com-
ponents? - ANSWER Bootstrap
What technique creates a link to dial a phone number? - ANSWER click-to-call
How do you implement the protocol that creates a link to dial a phone number? - AN-
SWER <a href="tel:18005551212"> Click Here </a>
How do you implement the protocol that creates a link to draft an email? - AN-
SWER <a href="mailto:"> Click Here </a>
How do you implement the protocol that creates a link to send a text message? - AN-
SWER <a href="sms:18005551212"> Click Here </a>
What CSS3 technique checks a client device and then targets styles based on the device's
properties? - ANSWER media queries
What navigation techniques should you employ for mobile devices? - ANSWER Place-
ment of navigation elements
Text-based hyperlinks
Access to the full version of the site
Limited links
What process ensures that your code complies with standards? - ANSWER validation
What process shows you how your pages will render and perform on various platforms do-
ing various tasks? - ANSWER testing
2