-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestSelType.php
More file actions
66 lines (66 loc) · 1.3 KB
/
testSelType.php
File metadata and controls
66 lines (66 loc) · 1.3 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
<?php
error_reporting(0);
session_start();
?>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Select Type Of Reactions For Test</title>
<p align="right">
<a href="logout.php">
<font size= "5" >Log Out</font>
</a>
</p>
<link href="css/Refined.css" rel="stylesheet">
</head>
<body>
<h1>Types of Reactions</h1>
<div style="overflow-x:auto;">
</div>
<br>
<br>
<p align="center">
<a href = "combinationTest.php" >
<font size="5">Combination</font>
</a>
</p>
<p align="center">
<a href = "decomTest.php" >
<font size="5">Decomposition</font>
</a>
</p>
<p align="center">
<a href = "singleRepTest.php" >
<font size="5">Single Replacement</font>
</a>
</p>
<p align="center">
<a href = "doubleRepTest.php" >
<font size="5">Double replacement</font>
</a>
</p>
<p align="center">
<a href = "oxygenTest.php" >
<font size="5">Oxygen Reactions</font>
</a>
</p>
<p align="center">
<a href = "waterTest.php" >
<font size="5">Water Reactions</font>
</a>
</p>
<p align="center">
<a href = "acidBaseTest.php" >
<font size="5">Acid-Base Reactions</font>
</a>
</p>
<p align="center">
<a href = "complexIonTest.php" >
<font size="5">Complex Ion Reactions</font>
</a>
</p>
<p align="center">
<a href = "oxiRedTest.php" >
<font size="5">Oxidation-Reduction Reactions</font>
</a>
</p>