wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

webflow

Total questions: 31

Worksheet time: 16mins

Name
Class
Date
1.

What is the main purpose of a Section in Webflow?

a)

To style elements

b)

To organize content in blocks

c)

To add animations

d)

To create pages

2.

What does a Container do?

a)

Controls color

b)

Centers and limits page width

c)

Adds padding automatically

d)

Displays text

3.

What’s the correct structure order?

a)

Section → Container → Wrapper → Content

b)

Body → Div → Button

c)

Container → Section → Nav

d)

Nav → Button → Image

4.

What’s the function of a Div Block?

a)

Adds hover effects

b)

Groups and structures elements

c)

Adds SEO data

d)

Controls global styles

5.

Why use Headings (H1–H6) correctly?

a)

For font size

b)

For SEO & hierarchy

c)

To color text

d)

To add links

6.

The Navigator panel shows:

a)

Color styles

b)

Class names

c)

Page structure hierarchy

d)

Animations

7.

Which element should you use for grouping multiple cards?

a)

Container

b)

Section

c)

Wrapper

d)

Page

8.

The body tag contains:

a)

Only the hero

b)

All visible page content

c)

Only nav and footer

d)

Images only

9.

How do you rename a class in Webflow?

a)

Double-click class name

b)

Right-click → Rename

c)

Only in Style Manager

d)

You can’t rename it

10.

When should you use symbols (now “components”)?

a)

For unique items

b)

To reuse the same element on multiple pages

c)

For styling only

d)

To replace containers

11.

What’s the difference between margin and padding?

a)

Both same

b)

Padding is outside

c)

Padding = inside, Margin = outside

d)

Margin = inside

12.

What does Z-index control?

a)

Transparency

b)

Layer order

c)

Text color

d)

Flex direction

13.

What’s the best way to center content vertically?

a)

Flexbox

b)

Grid

c)

Margin top 200px

d)

Position absolute

14.

Why are classes important?

a)

For naming only

b)

To reuse consistent styling

c)

To animate elements

d)

To export HTML

15.

When do you use a combo class?

a)

To combine fonts

b)

To duplicate a class

c)

To modify one instance without creating a new class

d)

To rename components

16.

What is global color used for?

a)

Random coloring

b)

One-time use

c)

Update color everywhere instantly

d)

Header only

17.

What is global color used for?

a)

Random coloring

b)

One-time use

c)

Update color everywhere instantly

d)

Header only

18.

Why use utility classes (like .flex-center)?

a)

For decoration

b)

To apply common styles quickly across elements

c)

Only in navbars

d)

They are optional

19.

Which display property stacks elements horizontally?

a)

Block

b)

Flex (row)

c)

Grid

d)

Inline

20.

What property controls the gap between flex items?

a)

Margin

b)

Gap

c)

Padding

d)

Z-index

21.

Which of these is not a CSS unit?

a)

px

b)

rem

c)

vh

d)

sp

22.

What’s the default Webflow breakpoint?

a)

Tablet

b)

Desktop

c)

Mobile landscape

d)

Mobile portrait

23.

What’s the purpose of breakpoints?

a)

Add color

b)

Change layout for different screens

c)

Animate text

d)

Add grid

24.

When designing mobile first, you:

a)

Start from Desktop

b)

Start from smallest screen and go up

c)

Use flex only

d)

Don’t use containers

25.

Which property helps make text responsive?

a)

Font weight

b)

Font color

c)

Viewport width (vw) units

d)

Margin

26.

Should you duplicate content for mobile?

a)

Yes always

b)

No, only adjust styles

c)

Only headings

d)

Optional

27.

What’s a hover state used for?

a)

When page loads

b)

When mouse is over an element

c)

When clicked

d)

When scrolling

28.

What property changes commonly on hover?

a)

Width

b)

Background color, shadow, or transform

c)

Position

d)

Font name

29.

What is an animation trigger?

a)

Color

b)

font

c)

Event that starts an animation (e.g., on click)

d)

Section

30.

What panel do you use to add hover or scroll effects?

a)

Pages panel

b)

Interactions panel

c)

Assets panel

d)

Style manager

31.

True or False: You can add multiple hover interactions to the same element.

a)

True

b)

False