0
如何集中HTML表格中的文本?在HTML表中集中<thead>
我想這一點:
...
<thead rowspan="3" align="center">
<th> Table </th>
</thead>
...
如何集中HTML表格中的文本?在HTML表中集中<thead>
我想這一點:
...
<thead rowspan="3" align="center">
<th> Table </th>
</thead>
...
<th style="text-align: center"> Table </th>
先給100%與文本阿玲次寬度:中心爲樣式屬性
使用'的text-align:center'在CSS中,將'align = center'添加到標籤,或對標籤使用'style ='text-align:center'' –