Multiple Choice
Is the following HTML code valid?
< table >
< tr >
< td >cell 1< /td >
< td >cell 2< /tr >
< /tr >
< /table >
A) Yes.
B) No, you cannot code two td elements within the same row
C) No, you cannot code a table with only one row
D) No, there is a missing closing td tag
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: _ The CSS border-spacing property can be
Q3: To eliminate the space between table cells,
Q5: Use the _ element to contain a
Q8: Which of the following CSS3 properties configure
Q9: Use the _ element to configure a
Q11: Use the _ element to contain an
Q13: An HTML table is comprised of _
Q14: Which of the following CSS3 pseudo-elements could
Q17: A table with a width set to
Q19: _ The CSS vertical-align property can be