-
Notifications
You must be signed in to change notification settings - Fork 0
/
infile.txt
42 lines (36 loc) · 1 KB
/
infile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<table style="width: 100%">
<style>
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
box-sizing: border-box;
}
table {
align-self: center;
}
#sign1 {
text-align: left;
}
#sign2 {
text-align: right;
}
#centre{
text-align:center;
}
</style>
<tr>
<th style="width: 8%">MONTH</th>
<th style="width: 8%">BASIC PAY</th>
<th style="width: 8%">D.A.</th>
<th style="width: 8%">H.R.A</th>
<th style="width: 8%">M.A.</th>
<th style="width: 8%">H.T. ALLOWANCE</th>
<th style="width: 8%">GROSS SALARY</th>
<th style="width: 8%">P.F.</th>
<th style="width: 8%">P.TAX</th>
<th style="width: 8%">G.I.</th>
<th style="width: 8%">TOTAL DEDUCTION</th>
<th style="width: 8%">NET SALARY</th>
</tr>