css-grid

css-grid

12th Grade

5 Qs

quiz-placeholder

Similar activities

Technical Terms - Internet (A-Z) - SOAP

Technical Terms - Internet (A-Z) - SOAP

12th Grade

10 Qs

CSS Layouts

CSS Layouts

9th - 12th Grade

4 Qs

Insert Ribbon

Insert Ribbon

8th - 12th Grade

9 Qs

BTEC National ICT U2 - Microsoft Access Reports

BTEC National ICT U2 - Microsoft Access Reports

12th Grade

10 Qs

TEKNOLOGI INFORMASI & KOMUNIKASI

TEKNOLOGI INFORMASI & KOMUNIKASI

12th Grade

10 Qs

BLOGGING

BLOGGING

12th Grade

10 Qs

WD 2 - More HTML

WD 2 - More HTML

KG - 12th Grade

10 Qs

Quiz 2 - HTML / CSS

Quiz 2 - HTML / CSS

10th - 12th Grade

10 Qs

css-grid

css-grid

Assessment

Quiz

Computers

12th Grade

Hard

Created by

SRIDEVI T

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS property is used to enable the CSS Grid layout for an element?

grid-container

display: grid;

grid-layout: enable;

grid: true;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS property is used to control the space between grid items in CSS Grid?

space

margin

padding

gap

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the grid-area property in CSS Grid?

It sets the background color of the grid.

It defines the area that a grid item will occupy.

It controls the spacing between grid items.

It specifies the layout of the grid rows.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you apply the defined grid areas to grid items using grid-template-areas?

By setting the 'grid-area' property on each grid item with the corresponding area name.

By using the 'grid-items' property and specifying the areas.

By applying the 'grid-template-areas' property directly to each grid item.

By using the 'area: name;' property on the grid container.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you define a 3x3 grid with specific named areas using grid-template-areas?

grid-template-areas:

"header header header"

"main main main" "footer footer footer";

grid-areas:

"header header header"

"main main main" "footer footer footer";

grid-template:

"header header header"

"main main main" "footer footer footer";

areas:

"header header header"

"main main main" "footer footer footer";

Discover more resources for Computers