File tree 4 files changed +31
-4
lines changed
4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en " xmlns ="http://www.w3.org/1999/xhtml ">
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < style >
6
+
7
+ </ style >
8
+ </ head >
9
+ < body >
10
+ < table >
11
+ < thead >
12
+
13
+ </ thead >
14
+
15
+ < tbody >
16
+
17
+ </ tbody >
18
+ </ table >
19
+ </ body >
20
+ </ html >
Original file line number Diff line number Diff line change 20
20
font-size : 150% ;
21
21
}
22
22
.head {
23
- color : brown ;
23
+ color : navy ;
24
24
background-color : silver;
25
25
font-size : 300% ;
26
26
}
Original file line number Diff line number Diff line change 13
13
<Content Include =" CSS Div.html" />
14
14
<Content Include =" CSS inline.html" />
15
15
<Content Include =" CSS selector, internal and external.html" />
16
+ <Content Include =" CSS table.html" />
16
17
<Content Include =" CSS text and font.html" />
17
18
<Content Include =" entity.html" />
18
19
<Content Include =" favicon.ico" />
Original file line number Diff line number Diff line change 5
5
< title > tables</ title >
6
6
</ head >
7
7
< body >
8
- < table border ="1 " height ="100 " cellspacing ="5 " cellpadding ="5 ">
8
+ < table border ="10 " height ="100 " cellspacing ="5 " cellpadding ="5 ">
9
9
< thead >
10
10
< tr >
11
11
< th height ="50 " colspan ="7 "> Student Information</ th >
12
12
</ tr >
13
13
14
14
< tr >
15
- < th rowspan =" 2 " > Institution</ th >
15
+ < th > Institution</ th >
16
16
< th rowspan ="2 "> City</ th >
17
17
< th width ="100 "> ID</ th >
18
18
< th width ="250 "> Name</ th >
46
46
< td > D</ td >
47
47
< td > CSE</ td >
48
48
< td >
49
- < table border ="1 " width ="150 ">
49
+ < table width ="150 ">
50
+ < tr >
51
+ < td > 01813939705</ td >
52
+ </ tr >
50
53
< tr >
51
54
< td > 01813939705</ td >
52
55
</ tr >
56
+ <!--<tr>
57
+ <td> 01813939705<br> 01813939705</td>
58
+ </tr>-->
53
59
</ table >
54
60
</ td >
55
61
</ tr >
You can’t perform that action at this time.
0 commit comments