LOGOWANIE

KWALIFIKACJA EKA6 - TEST WIEDZY NR 7

Pytanie nr 37
Załóżmy, że masz do sporządzenia tabelę w edytorze tekstu. Zobacz poniższy fragment kodu HTML:
<table>
  <tr>
    <th>Imię</th>
    <th>Nazwisko</th> 
  </tr>
  <tr>
    <td>Jan</td>
    <td>Kowalski</td>
  </tr>
</table>

Jakie informacje prezentuje ta tabela?
A.
B.
C.
D.