Open In App

Web technologies Questions | CSS Quiz | Set-2 | Question 15

Which property in CSS is used to set the grid item size and location in a grid layout?
(A) grid-area
(B) text-area
(C) input -area
(D) layout-area

Answer: (A)
Explanation: The grid-area property in CSS is used to set a grid item according to the size and location in a grid layout. It is also used to set a name to a grid item. Its take property value as grid row start, grid column start.
Quiz of this Question

Article Tags :