**的組成部分:標題、頭部、主體、底部
table:定義乙個**
caption:定義**的標題
thead:頭部部分
tbody:定義**的主體(資料)部分·
tfoot:定義表尾,一般顯示彙總資訊
tr 定義一行
th td 來定義資料項(單元格) th 一般用於表頭,有加粗的樣式。
td 一般用於主體部分,沒有加粗的樣式
td rowspan和colspan 分別定義了單元格的行的行數,跨列的列數。
cellpadding:資料與**之間的距離
cellspacing:**與**之間的距離
lang
="en"
>
>
charset
="utf-8"
>
name
="viewport"
content
="width=device-width, initial-scale=1.0"
>
rel=
"stylesheet"
href
="../exercise/css/reset.css"
>
>
documenttitle
>
>
caption
table
thstyle
>
head
>
>
>
>
新員工入職登記表caption
>
>
>
姓名th
>
>
th>
>
性別th
>
>
action
="target.html"
>
type
="radio"
name
="hello"
value
="a"
checked
>
男 type
="radio"
name
="hello"
value
="b"
>
女 form
>
th>
>
出生日期th
>
>
th>
rowspan
="5"
class
="last"
>
一寸近照action
="target.html"
>
type
="file"
name
="file"
id="file1"
>
form
>
th>
tr>
>
>
曾用名th
>
>
th>
>
體重th
>
>
th>
>
身高th
>
>
th>
tr>
>
>
民族th
>
>
action
="target.html"
>
name
="haha"
>
selected
value
="i"
>
漢族option
>
value
="ii"
>
苗族option
>
value
="iii"
>
回族option
>
select
>
form
>
th>
>
籍貫th
>
>
th>
>
婚姻狀況th
>
>
action
="target.html"
>
type
="radio"
name
="hello"
value
="a"
>
已婚 type
="radio"
name
="hello"
value
="b"
checked
>
未婚 form
>
th>
tr>
>
>
政治面貌th
>
>
action
="target.html"
>
type
="radio"
name
="hello"
value
="a"
>
黨員 type
="radio"
name
="hello"
value
="b"
checked
>
團員 form
>
th>
>
健康狀況th
>
>
th>
>
血型th
>
>
action
="target.html"
>
type
="radio"
name
="hello"
value
="a"
checked
>
a type
="radio"
name
="hello"
value
="b"
>
b type
="radio"
name
="hello"
value
="b"
>
ab form
>
th>
tr>
>
>
身份證號碼th
>
colspan
="5"
>
th>
tr>
table
>
body
>
html
>
2019 8 2筆記整理
擴充套件 tcp ip構架 協議概述 1 查詢幫助資訊 樹狀結構 一切檔案從根開始 關於磁碟分割槽與掛載的命令 etc fstab 開機自動掛載 df h 檢視磁碟掛載情況 dd if dev zero of root image bs 1024k count 100 建立環迴裝置 虛擬磁碟 fdi...
0309筆記整理
迴圈語句 四要素 初始條件 迴圈條件 狀態改變 迴圈體 迴圈語句的格式 for int i 0 i a i 迴圈體例如 請輸入乙個數 int a int.parse console.readline int sun 1 for int i a i 1 i if鑲嵌for 例如 請輸入你所到的關卡 i...
oop day06筆記整理
抽象類不能例項化 1 抽象類不能建立物件,沒有意義 2 抽象類可以提供構造器 3 抽象類中可以沒有抽象方法 4 abstract和final不能同時修飾乙個型別 繼承抽象類 1 若乙個類繼承了抽象類,那麼這個類必須重寫 實現 抽象類的所有抽象方法 2 若乙個類沒有實現抽象類的所有抽象方法,那麼這個類...