HTML中table標籤屬性以及練習例項

2021-09-25 11:36:43 字數 1348 閱讀 6943

實現**樣式,在html實現中,可以使用table標籤。

邊框屬性 border 

背景色屬性或者背景屬性

table內容邊距 cellpadding 

table單元格之間的距離 cellspacing

佔據的行數 rowspan

佔據的列數 colspan

table **的標題

常用的標籤 行標籤,列標籤,標題標籤

table 錶框顯示屬性 frame

例子:

測試**:

學生

學生資訊表

序號姓名性別

年齡**

住址 1張三男

23110

雁塔 2張三男

23110

雁塔 3張三男

23110

雁塔

table

table td,th

.type

.property td

.address

例子2:

原始碼例項:

姓名

性別--性別選擇--男男

手機號碼

電子郵箱

教育程度

工作職位

工作城市

期望席子

自我介紹

特長 位址

.table2

.table2 label

.middle_input

.full

.bottom_input

例子3:

車輛資訊

序列號234721800000028

名稱三輪028

電壓46v網路

設定時長(分鐘)

30 解鎖

鎖定軌跡

跟蹤

.car_table

.car_table td

.car_table td

.title_info

學習部落格:

html中table標籤及其它標籤居中

使用margin外邊距屬性,讓其上下左右自動均分剩餘空間,就會使其標籤居中顯示 例如table標籤 border 1 cellpadding 15px cellspacing 0 style margin auto 效果 text align 屬性規定元素中的文字的水平對齊方式,結合margin來使...

table標籤的屬性

標籤定義 html 簡單的 html 由 table 元素以及乙個或多個 tr th 或 td 元素組成。tr 元素定義 行,th 元素定義表頭,td 元素定義 單元。更複雜的 html 也可能包括 caption col colgroup thead tfoot 以及 tbody 元素。在 htm...

HTML中table的屬性tr th td的使用

tr和td 1.width height 單元格的寬高 2.bgcolor 單元格的背景顏色 3.align left center right 單元格中的文字 水平對齊方式 4.valign top center bottom 單元格中的文字,垂直對齊方式 5.nowrap nowrap 單元格中...