Skip to content Skip to sidebar Skip to footer

Row 2 Of A Row Group Established By A Tbody Element Has No Cells Beginning On It

hey guys i just finish make some code and when i validate those code i am keep get error like Row 2 of a row group established by a tbody element has no cells beginning on it And t

Solution 1:

You seem to have missed a closing tag:

<tr>
    <th>Activities</th>
    <th>Time</th>
    <th>Address</th>
    <th>Cost</th>
</tr>

Post a Comment for "Row 2 Of A Row Group Established By A Tbody Element Has No Cells Beginning On It"