-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
49 lines (47 loc) · 1.24 KB
/
test.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
<!DOCTYPE html>
<html>
<body>
<img src="images/freq.png" alt="HTML5 Icon">
<img src="images/vel.png" alt="HTML5 Icon">
<h4>Similar Words to Keyword: airstrike</h4>
<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-0pky{border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}
</style>
<table class="tg">
<tr>
<td class="tg-0pky">airstrikes</td>
</tr>
<tr>
<td class="tg-0pky">yesterday</td>
</tr>
<tr>
<td class="tg-0pky">aftermath</td>
</tr>
<tr>
<td class="tg-0pky">strike</td>
</tr>
<tr>
<td class="tg-0lax">bakery</td>
</tr>
<tr>
<td class="tg-0lax">today</td>
</tr>
<tr>
<td class="tg-0lax">strikes</td>
</tr>
<tr>
<td class="tg-0lax">civilian</td>
</tr>
<tr>
<td class="tg-0lax">caused</td>
</tr>
<tr>
<td class="tg-0lax">massacre</td>
</tr>
</table>
</body>
</html>