-
Notifications
You must be signed in to change notification settings - Fork 0
/
table.html
202 lines (186 loc) · 8.64 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<title>web page</title>
</head>
<body>
<table border="2px">
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
</tr>
<tr>
<th>1</th>
<td bgcolor="pink">H <sup>1</sup></td>
<td colspan="16" ></td>
<td bgcolor="pink">He <sup>2</sup></td>
</tr>
<tr>
<th>2</th>
<td bgcolor="pink">Li<sup>3</sup></td>
<td bgcolor="pink">Be <sup>4</sup></td>
<td colspan="10" ></td>
<td bgcolor="yellow">B <sup>5</sup></td>
<td bgcolor="yellow">C <sup>6</sup></td>
<td bgcolor="yellow">N <sup>7</sup></td>
<td bgcolor="yellow">O <sup>8</sup></td>
<td bgcolor="yellow">F<sup>9</sup></td>
<td bgcolor="yellow">Ne <sup>10</sup></td>
</tr>
<tr>
<th>3</th>
<td bgcolor="pink">Na<sup>11</sup></td>
<td bgcolor="pink">Ar <sup>18</sup></td>
<td colspan="10" ></td>
<td bgcolor="yellow">Mg <sup>13</sup></td>
<td bgcolor="yellow">Si <sup>14</sup></td>
<td bgcolor="yellow">P <sup>15</sup></td>
<td bgcolor="yellow">S <sup>16</sup></td>
<td bgcolor="yellow">Cl <sup>17</sup></td>
<td bgcolor="yellow">Ar <sup>18</sup></td>
</tr>
<tr>
<th>4</th>
<td bgcolor="pink">K <sup>19</sup></td>
<td bgcolor="pink">Ca <sup>20</sup></td>
<td bgcolor="blue">Sc <sup>21</sup></td>
<td bgcolor="blue">Ti <sup>22</sup></td>
<td bgcolor="blue">V <sup>23</sup></td>
<td bgcolor="blue">Cr <sup>24</sup></td>
<td bgcolor="blue">Mn <sup>25</sup></td>
<td bgcolor="blue">Fe <sup>26</sup></td>
<td bgcolor="blue">Co <sup>27</sup></td>
<td bgcolor="blue">Ni <sup>28</sup></td>
<td bgcolor="blue">Cu<sup>29</sup></td>
<td bgcolor="blue">Zn <sup>30</sup></td>
<td bgcolor="yellow">Ga <sup>31</sup></td>
<td bgcolor="yellow">Ge <sup>32</sup></td>
<td bgcolor="yellow">As <sup>33</sup></td>
<td bgcolor="yellow">Se <sup>34</sup></td>
<td bgcolor="yellow">Br<sup>35</sup></td>
<td bgcolor="yellow">Kr<sup>36</sup></td>
<td colspan="16" ></td>
</tr>
<tr>
<th>5</th>
<td bgcolor="pink">Rb <sup>37</sup></td>
<td bgcolor="pink">Sr<sup>38</sup></td>
<td bgcolor="blue">Y<sup>39</sup></td>
<td bgcolor="blue">Zr<sup>40</sup></td>
<td bgcolor="blue">Nb<sup>41</sup></td>
<td bgcolor="blue">Mo<sup>42</sup></td>
<td bgcolor="blue">Tc<sup>43</sup></td>
<td bgcolor="blue">Ru<sup>44</sup></td>
<td bgcolor="blue">Rh<sup>45</sup></td>
<td bgcolor="blue">Pd<sup>46</sup></td>
<td bgcolor="blue">Ag<sup>47</sup></td>
<td bgcolor="blue">Cd<sup>48</sup></td>
<td bgcolor="yellow">In<sup>49</sup></td>
<td bgcolor="yellow">Sn<sup>50</sup></td>
<td bgcolor="yellow">Sb<sup>51</sup></td>
<td bgcolor="yellow">Te<sup>52</sup></td>
<td bgcolor="yellow">I<sup>53</sup></td>
<td bgcolor="yellow">Xe<sup>54</sup></td>
<td colspan="16" ></td>
</tr>
<tr>
<th>6</th>
<td bgcolor="pink">Cs <sup>55</sup></td>
<td bgcolor="pink">Ba<sup>56</sup></td>
<td bgcolor="blue">Lu<sup>71</sup></td>
<td bgcolor="blue">Hf<sup>72</sup></td>
<td bgcolor="blue">Ta<sup>73</sup></td>
<td bgcolor="blue">W<sup>74</sup></td>
<td bgcolor="blue">Re<sup>75</sup></td>
<td bgcolor="blue">Os<sup>76</sup></td>
<td bgcolor="blue">Ir<sup>77</sup></td>
<td bgcolor="blue">Pt<sup>78</sup></td>
<td bgcolor="blue">Au<sup>79</sup></td>
<td bgcolor="blue">Hg<sup>80</sup></td>
<td bgcolor="yellow">Ti<sup>81</sup></td>
<td bgcolor="yellow">Pb<sup>82</sup></td>
<td bgcolor="yellow">Bi<sup>83</sup></td>
<td bgcolor="yellow">Po<sup>84</sup></td>
<td bgcolor="yellow">At<sup>85</sup></td>
<td bgcolor="yellow">Rn <sup>86</sup></td>
<td colspan="16" ></td>
</tr>
<tr>
<th>7</th>
<td bgcolor="pink">Fr <sup>87</sup></td>
<td bgcolor="pink">Ra <sup>88</sup></td>
<td bgcolor="blue">Lr <sup>89</sup></td>
<td bgcolor="blue">Rf <sup>90</sup></td>
<td bgcolor="blue">Db <sup>91</sup></td>
<td bgcolor="blue">Sg <sup>92</sup></td>
<td bgcolor="blue">Bh <sup>93</sup></td>
<td bgcolor="blue">Hs <sup>94</sup></td>
<td bgcolor="blue">Mt <sup>95</sup></td>
<td bgcolor="blue">Ds <sup>96</sup></td>
<td bgcolor="blue">Rg <sup>97</sup></td>
<td bgcolor="blue">Cn <sup>98</sup></td>
<td bgcolor="yellow">Nh<sup>99</sup></td>
<td bgcolor="yellow">Fi <sup>100</sup></td>
<td bgcolor="yellow">Mc <sup>101</sup></td>
<td bgcolor="yellow">Lv <sup>102</sup></td>
<td bgcolor="yellow">Ts <sup>103</sup></td>
<td bgcolor="yellow">Og <sup>104</sup></td>
<td colspan="16" ></td>
</tr>
<tr>
<td colspan="18"></td>
</tr>
<tr>
<td colspan="3" ></td>
<td bgcolor=" green">La <sup>57</sup></td>
<td bgcolor=" green">Ce <sup>58</sup></td>
<td bgcolor=" green">Pr <sup>59</sup></td>
<td bgcolor=" green">Nd <sup>60</sup></td>
<td bgcolor=" green">Pm <sup>61</sup></td>
<td bgcolor=" green">Sm <sup>62</sup></td>
<td bgcolor=" green">Eu <sup>63</sup></td>
<td bgcolor="green">Gd<sup>64</sup></td>
<td bgcolor=" green">Tb <sup>65</sup></td>
<td bgcolor=" green">Dy <sup>66</sup></td>
<td bgcolor=" green">Ho <sup>67</sup></td>
<td bgcolor=" green">Er <sup>68</sup></td>
<td bgcolor=" green">Tm <sup>69</sup></td>
<td bgcolor=" green">Yb <sup>70</sup></td>
<td colspan="3" ></td>
</tr>
<tr>
<td colspan="3" ></td>
<td bgcolor=" green">Ac <sup>89</sup></td>
<td bgcolor=" green">Th <sup>90</sup></td>
<td bgcolor=" green">Pa <sup>91</sup></td>
<td bgcolor=" green">U <sup>92</sup></td>
<td bgcolor=" green">Np <sup>93</sup></td>
<td bgcolor=" green">Pu <sup>94</sup></td>
<td bgcolor="green">Am <sup>95</sup></td>
<td bgcolor=" green">Cm <sup>96</sup></td>
<td bgcolor=" green">Bk <sup>97</sup></td>
<td bgcolor="green">Cf<sup>98</sup></td>
<td bgcolor="green">Es <sup>99</sup></td>
<td bgcolor=" green">Fm <sup>100</sup></td>
<td bgcolor="green">Md<sup>101</sup></td>
<td bgcolor="green">No<sup>102</sup></td>
<td colspan="3" ></td>
</tr>
</table>
</body>