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