html中表格中的行(tr)中的粗体数据 [英] Bold data in row(tr) in table in html

查看:2508
本文介绍了html中表格中的行(tr)中的粗体数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



i想给行数据加粗字体样式,意味着在我的表中特定选定行中的行数据是粗体,

但我不会这样瘦。



所以请帮帮我,



如果知道怎么做,



谢谢

解决方案

试试这个。

< td style =   font-weight:bold>您的粗体文字< /   td  > ;  



< tr style =   font-weight:bold >  
< td> .... < / td >
< / tr >



问候.. :)


hello everyone,

i want give font bold style to row data, means in my table in specific selected row the data of a row is a bold,
but i dont get this thinmg.

so please help me out,

if any know how to this,

thank you

解决方案

Try this.

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


<tr style="font-weight:bold">
<td>....</td>
</tr>


Regards..:)


这篇关于html中表格中的行(tr)中的粗体数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆