-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtucombi1.php
More file actions
93 lines (69 loc) · 3.19 KB
/
tucombi1.php
File metadata and controls
93 lines (69 loc) · 3.19 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
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
session_start();
if(!isset($_SESSION['username'])){
header('Location:index1.php');
exit();
}
//include 'db_con.php';
?>
<html>
<head>
<meta charset="UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="javascript.js"></script>
<script>
function speak(){
var audio = new Audio();
audio.src ='http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello%20World';
audio.play();
}
</script>
</head>
<body>
<header>
<nav>
<div class="main_wrapper">
<!-- <a href="select.php"> HOME</a>-->
<br>
<a href="logout1.php"> Logout</a>
<!--<a href="select.php"> home</a>-->
<h2> TUTORIAL </h2>
</div>
</nav>
</header>
<div>
<center>
<div>
<h3 id="tuhead"> COMBINATION</h3>
<p id="tupar">
<strong>COMBINATION REACTIONS:A+B-->C</strong><br><br>
metal+non-metal-->binary ionic compound <br><br>
<strong>EXAMPLE:</strong> A strip of magnesium is heated in air.<br><br>
Answer:Mg+O2-->MgO<br><br>
<strong>Example:</strong> Excess fluorine gas is passed over hot iron fillings.<br><br>
Answer:F2+Fe-->FeF3<br><br>
Note:<br><br>
for reactions where there are multiple oxidation states for the metal,use the lower
oxidation state when there is a limited amount of nonmetal, and use the higher
oxidation state for the metal when there is excess nonmetal. In the case of iron,
there are two possible oxidation states +2, and +3.since fluorine is excess
the oxidation for the metal is +3.
</p>
<a href="select.php"> skip</a>
</div>
<footer id="tufo">
<a href="tucombi.php">
<img src="backbut.gif" alt="" style="width:42px;height:42px;border:0;" data-toggle="tooltip" data-placement="left" title="click to go back">
</a>
<!-- <button type="submit" name="submit" id='tubut' data-toggle="tooltip" data-placement="left" title="click to go to next page" onclick="location.href='tutorialreac.php'"><img src="forwardbut.gif" alt=/> </button> <br><br>-->
<a href="tucombi2.php">
<img src="forwardbut.gif" alt="" style="width:42px;height:42px;border:0;" data-toggle="tooltip" data-placement="left" title="click to go to next page"><br><br>
</a>
<a href="tutorialreac.php"> home</a>
</footer>