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

What is a < code > tag?

What is img scr or image scr or scr img ?

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

Smart contract code for Anyone can send coins to each other without a need for registering with a username and password with help of Ethereum keypair

How to use < img > tag with alt attribute in HTML ? with example