HTML Flashcards
Which responsive design technique adapts an image’s size to the device’s screen size by specifying a percentage for each dimension?
Fluid Image
What do we call an application designed for a specific mobile operating system?
Mobile App
What do we call a web site designed specifically for viewing on mobile device browsers?
Mobile Web Site
What do we call a web site designed to adapt to many different devices?
Responsive Web Design (RWD)
What are three Responsive Web Design techniques use to adjusts gracefully for desktop, tablet and smartphone browsers?
- Grid-based layouts
- Resizable images
- Media queries
What is an adaptive grid that uses percentage-based dimensions?
Fluid-grid
What uses invisible guidelines to help you place page elements to accommodate various screen sizes?
Grid-based layouts
What tools, templates or boiler-plates provide the basic foundation for responsive design?
Frameworks
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?
Bootstrap
What technique creates a link to dial a phone number?
Click-to-call
How do you implement the protocol that creates a link to dial a phone number?
<a>
Call Now!
</a>
How do you implement the protocol that creates a link to draft an email?
<a href=”mailto:(email)>
Email
</a>
How do you implement the protocol that creates a link to send a text message?
<a>
Text
</a>
What CSS3 technique checks a client device and then targets styles based on the device’s properties?
Media Queries
What navigation techniques should you employ for mobile devices?
- Placement 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?
Validation