帶有右對齊表頭單元格的 HTML 表格:
<table border="1">
<tr>
<th>Company in USA</th>
<th align="right"
>Address</th>
</tr>
<tr>
<td>Apple, Inc.</td>
<td>1 Infinite Loop Cupertino, CA 95014</td>
</tr>
<tr>
<td>Google, Inc.</td>
<td>1600 Amphitheatre Parkway Mountain View, CA 94043</td>
</tr>
</table>
align 屬性規(guī)定表格的表頭單元格中內容的水平對齊方式。
所有瀏覽器都支持 align 屬性。
注釋:IE 無法正確地處理 "justify" 值,IE 會以居中的方式進行處理。
注釋:幾乎沒有瀏覽器能夠正確地處理 "char" 值。
<th align="value">
值 | 描述 |
---|---|
left | 左對齊內容(默認值)。 |
right | 右對齊內容。 |
center | 居中對齊內容。 |
justify | 對行進行伸展,這樣每行都可以有相等的長度(就像在報紙和雜志中)。 |
char | 將內容對準指定字符。 |
如對本文有疑問,請?zhí)峤坏浇涣髡搲瑥V大熱心網(wǎng)友會為你解答?。?點擊進入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權所有 鄂ICP備17013400號