HTML5, CSS3, and JavaScript Fourth Edition

(Ben Green) #1

TEST BANK 354


299:(p.165) What CSS attribute lets us rotate something?


300:(p.166) Does max-width: normally work with table cells?


301:(p.166) List the two “table-layout:” options.


302:(p.167) What CSS selector targets even numbered rows?


303:(p.167) What CSS selector targets odd numbered rows?


304:(p.170) What CSS “attribute: value;” keeps cell contents on one line?


305:(p.170) What CSS “attribute: value;” clips cell content that does not
fit inside the cell?


Unit I, Chapter 17: Forms and Inputs


306:(p.173) For each

tag in valid HTML5, is a separate closing tag
required, optional, or forbidden?


307:(p.174) List the three form input tags.


308:(p.175) For eachtag in valid HTML5, is a separate closing tag
required, optional, or forbidden?


309:(p.175) List the four button type= attributes for the input tag.


310:(p.176) List the six old-school non-button type= attributes for the input
tag.


311:(p.180) For each