What does the scope attribute do in the following code?
<table>
<tr>
<th scope="col">Header 1</th>
</tr>
<tr>
<td>Data 1</td>
</tr>
</table>
What does the scope attribute do in the following code?
<table>
<tr>
<th scope="col">Header 1</th>
</tr>
<tr>
<td>Data 1</td>
</tr>
</table>