Kizspy | Question: 38
(Choose 1 answer)
<Container>
<Row>
<Col sm={6} md={4}>
{/* Placeholder content */}
</Col>
<Col sm={6} md={8}>
{/* Placeholder content */}
</Col>
</Container>
</Row>
The code above creates a grid layout with how many columns?
A. 1
B. 2
C. 3
D. 4