In index.html, span a element across two columns.
Ship To It - Company Packing List-
- Action List
- Profiles
- Settings
<div class="search">Search the table</div>
<table>
<tr>
<th scope="col">Company Name</th>
<th scope="col">Number of Items to Ship</th>
<th scope="col">Next Action</th>
</tr>
<tr>
<td>Adam's Greenworks</td>
<td>14</td>
<td>Package Items</td>
</tr>
<tr>
<td>Davie's Burgers</td>
<td>2</td>
<td>Send Invoice</td>
</tr>
<tr>
<td>Baker's Bike Shop</td>
<td>3</td>
<td>Send Invoice</td>
</tr>
<tr>
<td>Miss Sally's Southern</td>
<td>4</td>
<td>Ship</td>
</tr>
<tr>
<td>Summit Resort Rentals</td>
<td>4</td>
<td>Ship</td>
</tr>
<tr>
<td>Strike Fitness</td>
<td>1</td>
<td>Enter Order</td>
</tr>
<td colspan"2"
</table>
I just trying to learn Web Development I am beginner
I just don't understand what I'm supposed to do with it
I don't understand what they want me to do and I saw the answer by looking at W solution but I have no idea what they're trying to do
please help if you can thank you