without thead how to use header freeze in html mvc
 
ex:
 without thead i want to freeze tbody first row.
tbody first row is the header row........... 
 
 
<table>
<tbody>
<tr><td>df</td></tr>  ------> i want to freeze the first row.this row should not scroll.
<tr><td>df1</td></tr> 
<tr><td>df2</td></tr> 
<tr><td>df3</td></tr> 
<tr><td>df4</td></tr> 
<tr><td>df5</td></tr> 
 
</tbody> 
</table>