-
Notifications
You must be signed in to change notification settings - Fork 0
/
table.html
65 lines (59 loc) · 1.24 KB
/
table.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<style type="text/css">
.tg {
border-collapse: collapse;
border-spacing: 0;
}
.tg td {
font-family: Arial, sans-serif;
font-size: 14px;
padding: 10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
border-color: black;
}
.tg th {
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal;
padding: 10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
border-color: black;
}
.tg .tg-llyw {
background-color: #c0c0c0;
border-color: inherit;
text-align: left;
vertical-align: top
}
.tg .tg-bl0x {
background-color: #c0c0c0;
border-color: inherit;
text-align: left
}
.tg .tg-xldj {
border-color: inherit;
text-align: left
}
.tg .tg-0pky {
border-color: inherit;
text-align: left;
vertical-align: top
}
</style>
<table class="tg">
<tr>
<th class="tg-hyl5">هل تم التعرف عليها؟</th>
<th class="tg-hyl5">المفردة-الجذع (Lemma/stem)</th>
<th class="tg-hyl5">الكلمة</th>
</tr>
<tr>
<td class="tg-xldj"></td>
<td class="tg-xldj"></td>
<td class="tg-0pky"></td>
</tr>
</table>