DEVICES UPDATED 2024 ACTUAL QUESTIONS
AND ANSWERS 100% WITH COMPLETE
SOLUTION
fluid image
Which responsive design technique adapts an image's size to the device's screen
size by specifying a percentage for each dimension?
mobile app
What do we call an application designed for a specific mobile operating system?
mobile Web site
What do we call a web site designed specifically for viewing on mobile device
browsers?
Responsive Web Design (RWD)
What do we call a web site designed to adapt to many different devices?
Grid-based layouts
Resizable images
Media queries
What are three Responsive Web Design techniques use to adjusts gracefully for
desktop, tablet and smartphone browsers?
fluid grid
What is an adaptive grid that uses percentage-based dimensions?
Grid-based layouts
What uses invisible guidelines to help you place page elements to accommodate
various screen sizes?
frameworks
What tools, templates or boilerplates provide the basic foundation for responsive
design?
Bootstrap
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 components?
click-to-call
What technique creates a link to dial a phone number?
<a href="tel:18005551212"> Click Here </a>
How do you implement the protocol that creates a link to dial a phone number?
<a href="mailto:"> Click Here </a>
How do you implement the protocol that creates a link to draft an email?
<a href="sms:18005551212"> Click Here </a>
How do you implement the protocol that creates a link to send a text message?
media queries
What CSS3 technique checks a client device and then targets styles based on the
device's properties?
Placement of navigation elements
Text-based hyperlinks