Solved

Is the Following HTML Code Valid

Question 7

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions