LOGOWANIE

KWALIFIKACJA ROL10 - TEST WIEDZY NR 5

Pytanie nr 34
    <table>
        <tr>
            <th>Crop</th>
            <th>Yield (tons)</th>
        </tr>
        <tr>
            <td>Wheat</td>
            <td>4.5</td>
        </tr>
        <tr>
            <td>Corn</td>
            <td>7.0</td>
        </tr>
    </table>
Powyżej jest fragment kodu HTML tworzący tabelę z danymi o plonach. Jakie informacje zawiera ta tabela?
A.
B.
C.
D.