Questão de Sistemas de Informação
What are the commands to create a table in HTML?
The command to insert a table is <table>
;
To start a row, we must introduce the <tr>
tag;
For a cell, we use the <td>
tag;
All these commands are closed as </td></tr></table>
, , and respectively.
A
Only statements I, II, and III are correct.
B
Only statements II, III, and IV are correct.
C
All statements are correct.
D
Only statements I, III, and IV are correct.
Ainda não há comentários para esta questão.
Seja o primeiro a comentar!
Aulas em vídeo Em breve
00:00