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
HTML5 and CSS3
Quiz 4: Laying Out Elements With Css
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
By creating a fluid layout, which is also known as a(n) ____ layout, you give your Web page the flexibility to adjust its width based on the width of a user's browser window while still maintaining your intended layout.
Question 42
Multiple Choice
An element with _____ positioning is removed from the normal flow and keeps its position even when the user scrolls.
Question 43
Multiple Choice
Referring to the figure above, letter d indicates element ____.
Question 44
Multiple Choice
Referring to the figure above, to achieve the page flow shown on the right, you would use _____ .
Question 45
Multiple Choice
Referring to the figure above, to achieve the page flow shown on the left, the elements use the default arrangement known as ______.
Question 46
Multiple Choice
Case-Based Critical Thinking Question Kamilla is creating a pet adoption website, and is currently learning about her options using the position property. If Kamilla wants an element positioned relative to another element on the page, she would choose the ____ position property.
Question 47
Multiple Choice
Referring to the figure above, letter e indicates element ____.
Question 48
Multiple Choice
Referring to the figure above, the maximum width for the element is ____.
Question 49
Multiple Choice
A.
B.
Figure B. shows the Web page at its maximum width which was set using the ____ property.
Question 50
Multiple Choice
Case-Based Critical Thinking Question Kamilla is creating a pet adoption website, and is currently learning about her options using the position property. If Kamilla wants an element to remain in the same location in a browser window, even as the user scrolls through the Web page, she would use the ____ position property.
Question 51
Multiple Choice
A.
B.
Figure A. shows the Web page at its minimum width which was set using the ____ property.
Question 52
Multiple Choice
A.
B.
Referring to the figure above, the fact that the Web page width can vary means that this is an example of a ____ layout.
Question 53
Multiple Choice
The specfication "_____" is a relative unit that represents the current font size.
Question 54
Multiple Choice
Referring to the figure above, letter c indicates element ____.
Question 55
Multiple Choice
Case-Based Critical Thinking Question Tyler has been helping his friend Wes learn the website design business. Wes wants the header element of his web page to stay at the top of the page at all times, even when users scroll the page. In this case, Tyler advises him to use ____ positioning.
Question 56
Multiple Choice
The CSS property of top , bottom , left , or right moves the element the specified distance from the respective edge of the closest ____ element that is also positioned.
Question 57
Multiple Choice
When the CSS property of position is set to ____ it moves the element relative to its original position and allows other elements to flow into the space that the absolutely positioned element would have otherwise occupied.