The <th> tag defines a header cell in an HTML table.
Example of Code
<table> <tr> <th>HTML</th> </tr> <tr> <td>Hypertext Markup Language</td> </tr></table>
Output
HTML Hypertext Markup Language