I have used the following code to make a table but in the tag i only need the XYZ to be bold and all others to be unbold. But when I used this code the whole is going bold. I don't wish to use a css style sheet with this file. Someone please tell me how I can achieve this.
<table width=100%>
<tr>
<td><center><b>XYZ<b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]<center></td>
</tr>
</table>
Thanks in advance.
<table style='width:100%;'>
<tr>
<td style='text-align:center;'>
<span style='font-weight:bold;'>XYZ</span><br>
Aabc<br>
+91-xxxxxxxxx<br>
[email protected]</td>
</tr>
</table>
http://jsfiddle.net/n5WZt/
<b>
.please close your all tag
<table width=100%>
<tr height=11%>
<td><center><b>XYZ</b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]</center></td>
</tr>
</table>
You got wrong spelling in HTML tag, close b tag forgot /, try this:
<table width=100%>
<tr>
<td><center><b>XYZ</b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]<center></td>
</tr>
</table>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With