LOGOWANIE

KWALIFIKACJA EKA4 - STYCZEŃ 2021

Wolisz testy bez reklam?
WYŁĄCZ REKLAMY TERAZ
PYTANIE NR 10.
<table>
  <tr>
    <th>Nagłówek 1</th>
    <th>Nagłówek 2</th>
  </tr>
  <tr>
    <td>Komórka 1</td>
    <td>Komórka 2</td>
  </tr>
</table>
Na podstawie powyższego fragmentu kodu HTML, co zostanie wyświetlone jako "Nagłówek 1" i "Nagłówek 2"?
A.
B.
C.
D.