Solved

Identify the Code Used to Create a Table with One

Question 20

Multiple Choice

Identify the code used to create a table with one row and two columns.


A) <table> <td> <tr>Semester 1</tr> <tr>Semester 2</tr> </td> </table>

B) <table> <tr> <tc>Semester 1</tc> <tc>Semester 2</tc> </tr> </table>

C) <table> <tr> <td>Semester 1</td> <td>Semester 2</td> </tr> </table>

D) <table> <tc> <td>Semester 1</td> <td>Semester 2</td> </tc> </table>

Correct Answer:

verifed

Verified

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

Related Questions