
Understanding CSS Positioning Techniques
Authored by Tiffany Hale
Design
11th Grade
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the default behavior of block-level elements in HTML?
They take up only as much space as their content.
They start a new line and take up 100% of the space provided by the parent element.
They can contain block-level elements but not inline elements.
They are positioned with respect to the browser window.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is an example of an inline element in HTML?
<div>
<p>
<a>
<section>
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the `position: relative;` property do to an element?
It removes the element from the normal flow and positions it with respect to the browser window.
It moves the element out of its normal-flow placement based on specified offsets.
It positions the element with respect to its nearest positioned ancestor.
It makes the element take up 100% of the available space.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In the context of CSS positioning, what does the `z-index` property control?
The horizontal position of an element.
The vertical position of an element.
The stacking order of elements.
The size of an element.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What happens to an absolutely positioned element if none of its ancestors have a `position` property set?
It is positioned with respect to the nearest ancestor with a `position` property.
It is positioned with respect to the top-left corner of the document.
It remains in its normal-flow position.
It is positioned with respect to the browser window.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which CSS property would you use to move an element 150 pixels to the right using relative positioning?
`right: 150px;`
`left: 150px;`
`margin-right: 150px;`
`padding-left: 150px;`
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the main disadvantage of using absolute positioning in CSS?
It makes elements take up 100% of the available space.
It can create maintenance headaches as elements are removed from the normal flow.
It does not allow for precise placement of elements.
It only works with inline elements.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?