File tree 2 files changed +60
-0
lines changed
2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 22
22
<Content Include =" index.html" />
23
23
<Content Include =" Scripts\bootstrap.js" />
24
24
<Content Include =" Scripts\jquery-3.3.1.js" />
25
+ <Content Include =" table.html" />
25
26
<Content Include =" Tagging and Attribute.html" />
26
27
<Content Include =" text formatting.html" />
27
28
</ItemGroup >
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
+ < title > tables</ title >
6
+ </ head >
7
+ < body >
8
+ < table border ="1 " height ="100 " cellspacing ="5 " cellpadding ="5 ">
9
+ < thead >
10
+ < tr >
11
+ < th height ="50 " colspan ="7 "> Student Information</ th >
12
+ </ tr >
13
+
14
+ < tr >
15
+ < th rowspan ="2 "> Institution</ th >
16
+ < th rowspan ="2 "> City</ th >
17
+ < th width ="100 "> ID</ th >
18
+ < th width ="250 "> Name</ th >
19
+ < th width ="80 "> Section</ th >
20
+ < th width ="150 "> Department</ th >
21
+ < th width ="150 "> Phone Number</ th >
22
+ </ tr >
23
+ </ thead >
24
+ < tbody >
25
+ < tr >
26
+ < td rowspan ="2 "> Daffodil International University</ td >
27
+ < td rowspan ="2 "> Dhanmondi</ td >
28
+ < td > 171-15-8737</ td >
29
+ < td > Redwan Sharafat Kabir</ td >
30
+ < td > D</ td >
31
+ < td > CSE</ td >
32
+ < td >
33
+ < table border ="1 " width ="150 ">
34
+ < tr >
35
+ < td > 01911432556</ td >
36
+ </ tr >
37
+ < tr >
38
+ < td > 01723076992</ td >
39
+ </ tr >
40
+ </ table >
41
+ </ td >
42
+ </ tr >
43
+ < tr >
44
+ < td > 171-15-8735</ td >
45
+ < td > Neyma Syltana Nipu</ td >
46
+ < td > D</ td >
47
+ < td > CSE</ td >
48
+ < td >
49
+ < table border ="1 " width ="150 ">
50
+ < tr >
51
+ < td > 01813939705</ td >
52
+ </ tr >
53
+ </ table >
54
+ </ td >
55
+ </ tr >
56
+ </ tbody >
57
+ </ table >
58
+ </ body >
59
+ </ html >
You can’t perform that action at this time.
0 commit comments