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
Web Design with HTML and CSS3 Complete
Quiz 5: Responsive Design: Designing for Mobile Devices
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Matching
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Responses:
It refers to the portion of the webpage that a user sees at any one time, regardless of the device.
Responsive design
It applies proportional size measurements to a webpage wireframe and content so that the content stretches, shrinks, and grows as the size of the viewport changes.
Viewport
It enables one to test a website across multiple types of devices.
Media queries
Premises:
It refers to the portion of the webpage that a user sees at any one time, regardless of the device.
It applies proportional size measurements to a webpage wireframe and content so that the content stretches, shrinks, and grows as the size of the viewport changes.
It enables one to test a website across multiple types of devices.
Responses:
Responsive design
Viewport
Media queries
Question 82
Short Answer
_________ layouts combine aspects of fixed and fluid layouts.
Question 83
Short Answer
Fixed layouts can involve a tremendous amount of horizontal _________ and require much zooming on small viewports.
Question 84
Short Answer
_________ layouts do not work well for smaller viewports.
Question 85
Short Answer
Points are used to measure font and line sizes in _________ media.
Question 86
Short Answer
In a fluid layout, no matter how small a browser becomes, the _________ boxes on a webpage page shrink and grow in response to the size of the viewport.
Question 87
Short Answer
The _________ measurement should not be used for width measurements, as this creates a fixed, unresponsive layout.
Question 88
Short Answer
The default marker for each item in a(n) _________ list is a bullet.
Question 89
Short Answer
Coding links in a navigation system as an unordered list provides the _________ around each link, which is required to style the links for different viewport sizes later
Question 90
Short Answer
_________ layouts use static measurement units such as pixels to define the width of the areas of a wireframe that set the width of the content regardless of the size of the viewport.
Question 91
Short Answer
Every time a new webpage is created, it must be run through W3C's _________ to check the document for errors.
Question 92
Short Answer
The height and width attribute values for the _________ tags in Hypertext Markup Language (HTML) files should be deleted to create a flexible image.
Question 93
Essay
Explain in one's own words the best practices to be considered when designing for mobile viewports.
Question 94
Short Answer
The list-style-type property specifies the type of _________ to use in an ordered list.
Question 95
Multiple Choice
Critical Thinking Questions Zach, a consultant, has recently launched a website for his business. His audience includes people who use both desktops and smartphones. Zach wants to present his content in such a way that the site content shrinks and expands according to the type of device used to access the site. Which of the following layouts should Zach use for this purpose?
Question 96
Short Answer
_________ images shrink and grow in proportion to a viewport, providing a better viewing experience across multiple devices.
Question 97
Short Answer
An ideal webpage in a _________ viewport requires little or no scrolling.
Question 98
Multiple Choice
Critical Thinking Questions Aslina, a wildlife photographer, has started her own website that showcases her work. Identify the cascading Style Sheet (CSS) unit Aslina should use to measure the width of the wireframe elements and flexible images in her website.
Question 99
Short Answer
If the width of a browser window is reduced, the images in a webpage cut off because they do not resize with respect to the viewport. This problem can be tackled by adding _________ images to the webpage design.