Kizspy | Question: 32 (Choose 1 answer)
<Container>
<Row>
<Col sm={6} md={4}>
{/* Placeholder content */}
</Col>
<Col sm={6} md={8}>
{/* Placeholder content */}
</Col>
</Row>
</Container>
How many columns will the code above display on a mobile screen?
A. 1
B. 2
C. 3
D. 4
FUOVERFL