Ciao tutti!

Scusate, qualcuno mi sa dire esattamente a che serve il tag scope inserito in <th>??

ad esempio:

<table border="0">
<tr>
<th scope="col"></th>
</tr>
<tr>
<th scope="row"></th>
</tr>
<tr>
<th scope="row"></th>
</tr>
<tr>
<th scope="row"></th>
</tr>
<tr>
<th scope="row"></th>
</tr>
<tr>
<th scope="row"></th>
</tr>
<tr>
<th scope="row"></th>
</tr>
</table>

grazie 1000!!!