-
Notifications
You must be signed in to change notification settings - Fork 1
/
e3050640-f992-4bb2-897e-f13b8e646f64.html
100 lines (99 loc) · 1.5 KB
/
e3050640-f992-4bb2-897e-f13b8e646f64.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<blockquote>The table below shows the populations of three cities during different years. Take a moment to think of at least one thing you notice and one thing you wonder.</blockquote>
<table class="os-raise-wideequaltable">
<thead>
<tr>
<th scope="col">
City
</th>
<th scope="col">
1950
</th>
<th scope="col">
1960
</th>
<th scope="col">
1970
</th>
<th scope="col">
1980
</th>
<th scope="col">
1990
</th>
<th scope="col">
2000
</th>
</tr> </thead>
<tbody>
<tr>
<td>
Paris
</td>
<td>
6,300,000
</td>
<td>
7,400,000
</td>
<td>
8,200,000
</td>
<td>
8,700,000
</td>
<td>
9,300,000
</td>
<td>
9,700,000
</td>
</tr>
<tr>
<td>
Austin
</td>
<td>
132,000
</td>
<td>
187,000
</td>
<td>
254,000
</td>
<td>
346,000
</td>
<td>
466,000
</td>
<td>
657,000
</td>
</tr>
<tr>
<td>
Chicago
</td>
<td>
3,600,000
</td>
<td>
3,550,000
</td>
<td>
3,400,000
</td>
<td>
3,000,000
</td>
<td>
2,800,000
</td>
<td>
2,900,000
</td>
</tr>
</tbody>
</table>
<br>