
Understanding CSS Grid Layout

Quiz
•
Computers
•
7th Grade
•
Hard
Stacy Ullom
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the CSS Grid system?
To create animations on a webpage
To lay out items across a movable set of horizontal and vertical lines
To style text with different fonts
To add interactive buttons to a webpage
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In CSS Grid, what is a "grid track"?
The space between two parallel grid lines
The entire grid container
A single grid item
The space between four grid lines
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a "grid area" in CSS Grid?
A single grid line
The space between two grid items
The space between four grid lines
The entire webpage layout
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you start creating a grid layout in HTML?
By adding a `