Which CSS segment should you use?

You are developing a web page. You create a grid layout by using the following CSS segment.

You have the following requirements:
You must place content in the first column of thesecond row.
The content must span two columns.
You need to ensure that the style of the grid meetsthe requirements. Which CSS segment should you use?

You are developing a web page. You create a grid layout by using the following CSS segment.

You have the following requirements:
You must place content in the first column of thesecond row.
The content must span two columns.
You need to ensure that the style of the grid meetsthe requirements. Which CSS segment should you use?

A.
Option A

B.
Option B

C.
Option C

D.
Option D



Leave a Reply 1

Your email address will not be published. Required fields are marked *


steve

steve

IE 10 only settings:

ms-grid-column – Gets or sets a value that specifies in which column of the grid to place the object.
ms-grid-row – Gets or sets a value that specifies in which row of the grid to place the object.
ms-grid-row-span – Gets or sets a value that specifies the number of rows of the grid that the object spans.