WorksheetsWeb II: CSS Positioning
Total questions: 12
Worksheet time: 7mins
One element is INSIDE another element.
Nesting
Blocking
Floating
Which element is the outermost PARENT element?
<nav>
<ul>
<li>
<a>
Which 3 types of positioning REMOVE the element from the flow of the HTML?
Sticky
Fixed
Relative
Absolute
Which types of positioning allow an element to flow with the HTML?
Sticky
Fixed
Static
Relative
Which is an example of a BLOCK element?
<a>
<img>
<div>
Which is an example of an INLINE element
<img>
<nav>
<li>
Which type of element takes up the ENTIRE width of its parent element?
Block elements
Inline elements
HTML elements
Scrolls with the page until it reaches a certain point, then stops.
Sticky
Fixed
Absolute
Static
Does NOT move when the page scrolls.
Sticky
Fixed
Absolute
Relative
Scrolls with the page, but is positioned precisely where the designer styled it to be placed.
Sticky
Fixed
Absolute
Relative
Scrolls with the page and appears in the order it was coded in the HTML.
Sticky
Fixed
Absolute
Static
Use this positioning for a parent element that has absolute positioned child elements inside of it.
Sticky
Fixed
Absolute
Relative
