div {
height: 200px;
width: 200px;
}
what lesson is it from?
Try this
it implies a box of 200px height and 200px width is allocated for all the div elements.
try aplying background color to the div and u will understand