html中table表格的內(nèi)容水平與垂直居中顯示
發(fā)表時間:2023-09-07 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]這篇文章主要介紹了html中table表格的內(nèi)容水平和垂直居中顯示的相關(guān)資料,需要的朋友可以參考下 在CSS樣式文件中指定#class td /*設(shè)置表格文字左右和上下居中對齊*/
{ vertical-align: middle;text-align: center;
}
/*class...
這篇文章主要介紹了html中table表格的內(nèi)容水平和垂直居中顯示的相關(guān)資料,需要的朋友可以參考下
在CSS樣式文件中指定
#class td /*設(shè)置表格文字左右和上下居中對齊*/
{
vertical-align: middle;
text-align: center;
}
/*class 是所屬的類*/
<p id="class" align="center" style= "margin: 0cm 0cm 0pt; text-align: left">
<table class="table table-bordered" border="1" width="100%" style="font-size: 14pt; color: #000000; font-family: 楷體;mso-ascii-font-family: 'times new roman'; mso-hansi-font-family: 'times new roman'">
<caption><h2 style="text-align: left;font-size: 16pt;font-family: 宋體;color: red;">title</h2><
/caption>
<tbody >
<tr style="font-weight: bold;mso-bidi-font-size: 12.0pt;font-family: 宋體;" >
<td>序號</td>
<td>適用情況</td>
<td>詳情</td>
<td>備注</td>
</tr>
<tr>
<td>1</td>
<td>xxxxx</td>
<td style="text-align: left;"> <!--指定靠左對齊-->
<span>
xxxxxx<br>
</span>
</td>
<td><a href="#">查看詳情</a>
</td>
</tr>
</tbody>
</table>
</p>
上述是在p指定id為class,則其中table的屬性td使用的就是css中指定的樣式,大致如圖所示
相關(guān)推薦:
Html 實現(xiàn)動態(tài)顯示顏色塊的報表效果(實例代碼)
以上就是html中table表格的內(nèi)容水平和垂直居中顯示的詳細內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護的網(wǎng)站。