CTW 10-11: Layout and Tables
Sign in to Google to save your progress. Learn more
Email *
Name *
Type the opening tag used to apply the CSS shown below in a DIV on the main page.    .box {background-color: blue;} *
1 point
Why is it useful to provide a comment next to </div> tags? *
1 point
What layout tag typically holds copyright information? Type the tag in brackets. *
1 point
What layout tag typically holds the majority of page content? Type the tag in brackets. *
1 point
To make two semantic block elements go side by side, you can float both to this side: *
1 point
In order for a float to work, each side needs to have this specified: *
1 point
To center a "holder" div that is holding all sections of the page, set a width to the div less than 100% AND then set this property to 0 auto--> *
1 point
True or False? Tables automatically go all the way across the page, regardless of the content. *
1 point
Each row of a table is held in what tag? Type the tag. *
0 points
Each "cell" of a table is held in what tag? Type the tag. *
1 point
If you add borders to both cells and rows or the table itself, they will "double up" because the default border-collapse is set to separate. What VALUE should you set it to so that they do not double up? *
1 point
Captionless Image
Complete the code to create the alignment shown:  td {  height: 50px;  vertical-align: _____;} *
1 point
Captionless Image
Complete the code to make this appear as shown:  tr:_______ {background-color: yellow;} *
1 point
Captionless Image
Type the proper CSS code to set the cell borders to "2px solid green" for table, th and td elements. Space only after the selector commas and between property: value. *
2 points
Complete the code to center the table.   table {width: 80%; _____________ } *
1 point
Complete the code to make the first row appear as shown.     <tr><th __________>Table Data</th></tr> *
1 point
Captionless Image
Submit
Clear form
Never submit passwords through Google Forms.
This form was created inside of Jackson R2 Schools. Report Abuse