How do you make the text within a table cell bold?
Use the bold attribute in the <td> tag
bold
<td>
Use the <th> tag instead of <td>
<th>
Use style="font-weight:bold" in the <td> tag
style="font-weight:bold"
Text within table cells cannot be bolded without CSS