Unit D Laying Out Elements with CSS
63. When the bottom margin of one element is adjacent to the top margin of another element, the margins combine, or
________________, into a single margin equal to the greater of the two values.
64. Because user agents render HTML documents from top to bottom, it’s relatively straightforward to create layouts that
stack styled elements ________________.
65. You can control the flow of web page elements more precisely with the CSS ________ property, which prevents
floated elements from being displayed to the left, right, or on either side of another element.
66. ________________ positioning takes an element out of the page flow entirely and allows other elements to flow into
the space it would have occupied.
67. While it requires careful planning to ensure that a positioned element doesn’t unintentionally obscure the view of
another element, the ability to overlap, or ________________, elements introduces additional possibilities for creative
layouts.
68. The size of the padding, border, and margin all increase the amount of space on a web page that an element occupies
or influences. However, the dimensions of these properties are generally not included in the calculated width or height of
an element. Please explain how you calculate box size.