wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web II: CSS Positioning

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

One element is INSIDE another element.

a)

Nesting

b)

Blocking

c)

Floating

2.

Which element is the outermost PARENT element?

a)

<nav>

b)

<ul>

c)

<li>

d)

<a>

3.

Which 3 types of positioning REMOVE the element from the flow of the HTML?

a)

Sticky

b)

Fixed

c)

Relative

d)

Absolute

4.

Which types of positioning allow an element to flow with the HTML?

a)

Sticky

b)

Fixed

c)

Static

d)

Relative

5.

Which is an example of a BLOCK element?

a)

<a>

b)

<img>

c)

<div>

6.

Which is an example of an INLINE element

a)

<img>

b)

<nav>

c)

<li>

7.

Which type of element takes up the ENTIRE width of its parent element?

a)

Block elements

b)

Inline elements

c)

HTML elements

8.

Scrolls with the page until it reaches a certain point, then stops.

a)

Sticky

b)

Fixed

c)

Absolute

d)

Static

9.

Does NOT move when the page scrolls.

a)

Sticky

b)

Fixed

c)

Absolute

d)

Relative

10.

Scrolls with the page, but is positioned precisely where the designer styled it to be placed.

a)

Sticky

b)

Fixed

c)

Absolute

d)

Relative

11.

Scrolls with the page and appears in the order it was coded in the HTML.

a)

Sticky

b)

Fixed

c)

Absolute

d)

Static

12.

Use this positioning for a parent element that has absolute positioned child elements inside of it.

a)

Sticky

b)

Fixed

c)

Absolute

d)

Relative