Multiple Choice
To align the text within a table's data cells so the text is vertically centered, you should use:
A) the <code>td</code> element's <code>rowspan</code> attribute.
B) the <code>td</code> element's <code>colspan</code> attribute.
C) <code>vertical-align: middle</code> within a <code>td</code> type selector rule.
D) <code>center: align</code> within a <code>td</code> type selector rule.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: If you have a <code>table</code> element being
Q21: Web _ means that disabled users can
Q22: To center a body element within its
Q23: By default, table header cells (<code>th</code>) display
Q24: By default, table data cells (<code>td</code>) display
Q25: By default, there is a gap between
Q26: To match an element by its location
Q28: To implement a row within a table
Q29: To help a screen reader to understand
Q30: To turn on absolute positioning, you should