-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
230 lines (162 loc) · 3.75 KB
/
main.html
File metadata and controls
230 lines (162 loc) · 3.75 KB
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!doctype html>
<html>
<head>
<title>
Science Project
</title>
<link rel="stylesheet" href="theme4.css">
</head>
<body>
<div id="mainheader">
<h1>
SCIENCE PROJECT
</h1>
<br />
</div>
<div class="mainclass">
<div id="sidebar">
Colour Indicator Chart:
<table border=1>
<tr>
<th>pH Level</th>
<th>Colours</th>
</tr>
<tr>
<td align="center">10.0</td>
<td bgcolor="#0F013F"> </td>
</tr>
<tr>
<td align="center">9.5</td>
<td bgcolor="#1D1DB1"> </td>
</tr>
<tr>
<td align="center">9.0</td>
<td bgcolor="#0058D4"> </td>
</tr>
<tr>
<td align="center">8.0</td>
<td bgcolor="#3D8FF2"> </td>
</tr>
<tr>
<td align="center">7.6</td>
<td bgcolor="#50BEFD"> </td>
</tr>
<tr>
<td align="center">7.0</td>
<td bgcolor="#49AF03"> </td>
</tr>
<tr>
<td align="center">6.6</td>
<td bgcolor="#AEC709"> </td>
</tr>
<tr>
<td align="center">6.0</td>
<td bgcolor="#FDC903"> </td>
</tr>
<tr>
<td align="center">5.0</td>
<td bgcolor="#F97F04"> </td>
</tr>
<tr>
<td align="center">4.0</td>
<td bgcolor="#F64300"> </td>
</tr>
</table>
<p > </p>
<p > </p>
</div>
<div id="maindata">
<p> </p>
<h2>
Ng Yu Jie
<br>
Mark Leonard
<br>
Pang Hai Chet
<br>
Azlan
</h2>
<h3>
Note: This is just a sample<br />
Date of Submission : 10 May 2019
</h3>
<h1>
Ingredients
</h1>
<p> </p>
<table border=1>
<tr>
<th> <img src="redcab01.png" width="200" height="200" alt="" id="Cabbage" /> </th>
<th><img src="water.png" width="200" height="200" alt=""/></th>
</tr>
<tr>
<th> Red Cabbage </th>
<th> Water</th>
</tr>
<tr>
<th><img src="pot.jpg" width="200" height="200" alt=""/></th>
<th><img src="phtester.jpg" width="200" height="200" alt=""/></th>
</tr>
<tr>
<th> Pot </th>
<th> pH Testing Kit</th>
</tr>
</table>
<br />
<h1>
Process
</h1>
<p> </p>
<iframe width="420" height="345" src="https://www.youtube.com/embed/M4yHIWJAlv8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="420" height="345" src="https://www.youtube.com/embed/SJE7nAapqrU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br />
<br />
Done!
<br />
<br />
<img src="processoutcome.jpg" width="600" height="400" alt=""/><br>
<br />
<h1> Testing and Results </h1>
<p> </p>
We apply the pH Tester to our solution and compare the color with solutions of known pH. <br>
<br>
<iframe width="420" height="345" src="https://www.youtube.com/embed/X20SXpQe044" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<h2><em>Acid-Alkali Colors</em></h2>
<table width="200" border="1">
<tbody>
<tr>
<td>
<div id="phcolor" style="background-color: #FFF500">
<p> </p>
<p> </p>
</div>
</td>
</tr>
</tbody>
</table>
<br />
<h1>
References
</h1>
<a href="https://www.livestrong.com/article/214475-health-effects-of-ph-on-drinking-water" target="_blank">Health effects of pH on drinking water</a>
<br />
<br />
<a href="https://www.watersystemscouncil.org/download/wellcare_information_sheets/potential_groundwater_contaminant_information_sheets/9709284pH_Update_September_2007.pdf"
target="_blank">The pH level of water</a>
<br />
<p>
Written by: Eliana, Michelle, Sheryl, Qi Yuan (DHS 19Y2B)
<br />
Last update: 4 May 2019
<br />
</div>
<div id="footer2">
<p align="center">
Copyright © 2019 Dunman High School<br />
dated: 8 May 2019
</p>
</div>
</div>
</body>
</html>