CHAPTER 28. STYLING WITH CSS 262
28.7 CSS
todo: Target practice: using css selectors.
Exam Question 376 (p.359): What CSS attribute: makes an element
partially transparent?
Required Answer:opacity:
Exam Question 377(p.359): What CSS attribute: sets the width of a
block item?
Required Answer:width:
Exam Question 378(p.359):What CSS attribute: sets the largest allowed
width of a block item?
Required Answer:max-width:
Exam Question 379(p.359): What CSS attribute: sets the smallest al-
lowed width of a block item?
Required Answer:min-width:
Exam Question 380(p.359): What CSS attribute: sets the height of a
block item?
Required Answer:height:
Exam Question 381(p.359):What CSS attribute: sets the largest allowed
height of a block item?
Required Answer:max-height:
Exam Question 382(p.359): What CSS attribute: sets the smallest al-
lowed height of a block item?
Required Answer:min-height:
Exam Question 383(p.359):What CSS attribute: starts flow-around (of
text around pictures)?
Required Answer:float:
Exam Question 384(p.360):What CSS attribute: stops the flow-around
action?
Required Answer:clear: