Multiple Choice
Identify a style rule that applies only to the th element, and not to the td elements, and uniquely formats the table header elements to have a dark gray background and white text.
A) { background-color: #1D1D1C; color: #FFFFFF; }
B) th { background-color: #1D1D1C; color: #FFFFFF; td: 0; }
C) th, td:0{ background-color: #1D1D1C; color: #FFFFFF; }
D) th { background-color: #1D1D1C; color: #FFFFFF; }
Correct Answer:

Verified
Correct Answer:
Verified
Q25: Which button sends the form information to the
Q26: Identify the letter of the choice that
Q27: While processing a form, the _ method
Q28: While processing a form, the _ attribute
Q29: Identify a style rule used to align
Q31: Which table element is typically used to identify
Q32: Identify the code used to create submit
Q33: A webpage form must include a submit
Q34: Identify an HTML element that indicates the
Q35: Identify the code that creates a label