NEW
Font size
WorksheetsWeb Design Spring Review
Total questions: 27
Worksheet time: 14mins
What is one key difference between posts and pages in WordPress?
They are used for different types of content
They have different SEO settings
Only one can have media files
There is no difference
What is typically used in WordPress to add new features?
Widgets
Themes
Plugins
Posts
What is the primary purpose of a WordPress theme?
To add SEO functionality
To edit post categories
To design and layout the site
To manage user accounts
What can you do with the Block Editor in WordPress?
Configure database settings
Write PHP code
Design content visually
Update WordPress
Where are widgets usually displayed on a WordPress site?
In the media library
In the footer or sidebar
In the content editor
On user profile pages
What does the Media Library manage?
Plugins
Page layout
Media files
SEO settings
How do categories and tags help with site content?
Improve load speed
Group related content
Add security features
Replace menus
What is padding used for in the CSS Box Model?
To create borders
To space elements apart externally
To space inside the border
To control background color
What does `align-items: center` affect in a flexbox layout?
Main axis alignment
Cross-axis alignment
Font style
Color theme
What is a major benefit of Flexbox in layouts?
Allows for animation
Builds fixed-width pages
Creates flexible layouts
Applies to images only
Why use relative CSS units?
Easier to read
Better for large monitors
Allows scaling
Needed for media queries
How do media queries function in CSS?
By changing image resolution
By applying styles for specific screen sizes
By embedding fonts
By removing whitespace
What does the `float` property do?
Makes text bold
Aligns an element left or right
Adds hover effects
Sets background
Which property changes an elements background color?
color
background
background-color
bg
What is controlled by `text-align`?
Line spacing
Text color
Text background
Horizontal alignment
What is the goal of responsive design?
Make sites load quickly
Work on all device sizes
Remove extra HTML
Reduce image size
What does the meta viewport tag control?
SEO metadata
Page layout on different screens
External CSS links
Server-side scripts
What is the difference between `min-width` and `max-width` in CSS?
One targets mobile only
One is used for zoom effects
They target screen sizes above or below certain widths
None
Which unit best supports flexible layouts?
px
em
%
pt
What are media queries used for?
Changing images
Controlling screen-specific styles
Loading fonts
Embedding videos
How do you make a link open in a new tab in HTML?
target="_tab"
open="true"
target="_blank"
tab="new"
Which tag properly links an external CSS file?
<style src="">
<css href="">
<script src="">
<link rel="stylesheet" href="">
How do you select a class called "header" in CSS?
#header
.header
header
*header*
What is the purpose of the Cover Block in WordPress?
To add a full-width image or video with text overlay
To insert a code snippet
To apply custom fonts
To create a contact form
What happens when you apply a mask to an image in the WordPress Block Editor?
The image is permanently cropped
The image cannot be reused
The mask is applied non-destructively and can be removed
The image becomes a background by default
What does enabling a drop cap in the Block Editor do?
Adds a shadow to the first paragraph
Enlarges the first letter of a paragraph for decorative styling
Converts the paragraph to bold
Centers the entire paragraph
What is the function of the Column Block in WordPress?
A. To create a side menu
B. To divide content into vertical sections
C. To adjust site margins
D. To add a footer widget
