wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design Spring Review

Total questions: 27

Worksheet time: 14mins

Name
Class
Date
1.

What is one key difference between posts and pages in WordPress?

a)

They are used for different types of content

b)

They have different SEO settings

c)

Only one can have media files

d)

There is no difference

2.

What is typically used in WordPress to add new features?

a)

Widgets

b)

Themes

c)

Plugins

d)

Posts

3.

What is the primary purpose of a WordPress theme?

a)

To add SEO functionality

b)

To edit post categories

c)

To design and layout the site

d)

To manage user accounts

4.

What can you do with the Block Editor in WordPress?

a)

Configure database settings

b)

Write PHP code

c)

Design content visually

d)

Update WordPress

5.

Where are widgets usually displayed on a WordPress site?

a)

In the media library

b)

In the footer or sidebar

c)

In the content editor

d)

On user profile pages

6.

What does the Media Library manage?

a)

Plugins

b)

Page layout

c)

Media files

d)

SEO settings

7.

How do categories and tags help with site content?

a)

Improve load speed

b)

Group related content

c)

Add security features

d)

Replace menus

8.

What is padding used for in the CSS Box Model?

a)

To create borders

b)

To space elements apart externally

c)

To space inside the border

d)

To control background color

9.

What does `align-items: center` affect in a flexbox layout?

a)

Main axis alignment

b)

Cross-axis alignment

c)

Font style

d)

Color theme

10.

What is a major benefit of Flexbox in layouts?

a)

Allows for animation

b)

Builds fixed-width pages

c)

Creates flexible layouts

d)

Applies to images only

11.

Why use relative CSS units?

a)

Easier to read

b)

Better for large monitors

c)

Allows scaling

d)

Needed for media queries

12.

How do media queries function in CSS?

a)

By changing image resolution

b)

By applying styles for specific screen sizes

c)

By embedding fonts

d)

By removing whitespace

13.

What does the `float` property do?

a)

Makes text bold

b)

Aligns an element left or right

c)

Adds hover effects

d)

Sets background

14.

Which property changes an elements background color?

a)

color

b)

background

c)

background-color

d)

bg

15.

What is controlled by `text-align`?

a)

Line spacing

b)

Text color

c)

Text background

d)

Horizontal alignment

16.

What is the goal of responsive design?

a)

Make sites load quickly

b)

Work on all device sizes

c)

Remove extra HTML

d)

Reduce image size

17.

What does the meta viewport tag control?

a)

SEO metadata

b)

Page layout on different screens

c)

External CSS links

d)

Server-side scripts

18.

What is the difference between `min-width` and `max-width` in CSS?

a)

One targets mobile only

b)

One is used for zoom effects

c)

They target screen sizes above or below certain widths

d)

None

19.

Which unit best supports flexible layouts?

a)

px

b)

em

c)

%

d)

pt

20.

What are media queries used for?

a)

Changing images

b)

Controlling screen-specific styles

c)

Loading fonts

d)

Embedding videos

21.

How do you make a link open in a new tab in HTML?

a)

target="_tab"

b)

open="true"

c)

target="_blank"

d)

tab="new"

22.

Which tag properly links an external CSS file?

a)

<style src="">

b)

<css href="">

c)

<script src="">

d)

<link rel="stylesheet" href="">

23.

How do you select a class called "header" in CSS?

a)

#header

b)

.header

c)

header

d)

*header*

24.

What is the purpose of the Cover Block in WordPress?

a)

To add a full-width image or video with text overlay

b)

To insert a code snippet

c)

To apply custom fonts

d)

To create a contact form

25.

What happens when you apply a mask to an image in the WordPress Block Editor?

a)

The image is permanently cropped

b)

The image cannot be reused

c)

The mask is applied non-destructively and can be removed

d)

The image becomes a background by default

26.

What does enabling a drop cap in the Block Editor do?

a)

Adds a shadow to the first paragraph

b)

Enlarges the first letter of a paragraph for decorative styling

c)

Converts the paragraph to bold

d)

Centers the entire paragraph

27.

What is the function of the Column Block in WordPress?

a)

A. To create a side menu

b)

B. To divide content into vertical sections

c)

C. To adjust site margins

d)

D. To add a footer widget