How do I bold a < table > data in HTML?

How do I bold a < table > data in HTML?


<td> <span style="font-weight:bold">bold text</span></td>


<td><span class="nam">Name text you want bold</span> rest of your text</td>


Style with CSS for table data :


.nam { font-weight: bold; }

Comments

Last 7 Days

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

css for code blocks

How to use sandbox attribute value ( allow-top-navigation) with < iframe > tag in HTML ? with example

What is img scr or image scr or scr img ?

What is < table > tag in HTML?

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example

What is a cell in HTML?

How to use sandbox attribute value ( allow-popups ) with < iframe > tag in HTML ? with example

How to Create a table in html with 2 rows and 3 columns (Source code )