[Week 5] CSS Positioning & Flexbox Proficiency Test

Quiz
•
Computers
•
10th Grade
•
Medium
Curriculum Team
Used 10+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What does `position: static` do?
Positions the element relative to its normal position
Positions the element relative to the viewport
Removes the element from the document flow
Allows overlapping of elements
Answer explanation
The correct choice, 'Positions the element relative to its normal position', accurately describes 'position: static'. This value keeps the element in the normal document flow, meaning it will appear where it would normally be placed.
2.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Which positioning method allows an element to stay in place while scrolling?
static
relative
absolute
fixed
Answer explanation
The 'fixed' positioning method allows an element to remain in a fixed position relative to the viewport, meaning it stays in place while the page is scrolled. This is unlike 'static', 'relative', or 'absolute' positioning.
3.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What is the effect of `position: relative`?
The element is positioned relative to its original position
The element is removed from the document flow
The element takes the position of the viewport
The element is fixed in the viewport
Answer explanation
The correct choice is that 'position: relative' positions the element relative to its original position in the document flow, allowing for adjustments without removing it from the flow.
4.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Which property is used to specify an element's position when using `position: absolute`?
top
left
both A and B
none of the above
Answer explanation
When using `position: absolute`, the properties `top` and `left` are used to specify the element's position relative to its nearest positioned ancestor. Therefore, the correct answer is both A and B.
5.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What happens when an element with `position: fixed` is scrolled?
It moves with the scroll
It stays fixed in the viewport
It becomes relative
It disappears
Answer explanation
An element with `position: fixed` remains in a fixed position relative to the viewport, meaning it does not move when the page is scrolled. This is why the correct answer is that it stays fixed in the viewport.
6.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What does `position: sticky` do?
Combines features of fixed and relative positioning
Keeps the element static
Positions the element absolutely
Makes the element disappear on scroll
Answer explanation
`position: sticky` combines features of fixed and relative positioning, allowing an element to stick to a defined position within its container when scrolling, rather than being static or absolutely positioned.
7.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Which of the following is true for `position: absolute`?
It is positioned relative to the nearest positioned ancestor
It is positioned relative to the viewport
It always takes up space in the document flow
None of the above
Answer explanation
The correct choice is that `position: absolute` is positioned relative to the nearest positioned ancestor. This means it will look for the closest parent element with a position other than static.
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
Organizing My Website Content using Flexbox

Quiz
•
8th Grade - University
30 questions
CSS Easy level Quiz

Quiz
•
9th - 12th Grade
32 questions
HTML Web Design Review

Quiz
•
9th - 12th Grade
35 questions
HTML and CSS

Quiz
•
10th Grade
36 questions
Chapter Nine Elements of art and Design Hierarchy

Quiz
•
9th - 12th Grade
30 questions
Batch A Cahoot 10/05/23

Quiz
•
10th Grade
33 questions
X. Summary Quiz

Quiz
•
10th Grade
32 questions
Dreamweaver Certification Spring 2023

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade