-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtucombi.php
More file actions
88 lines (65 loc) · 2.93 KB
/
tucombi.php
File metadata and controls
88 lines (65 loc) · 2.93 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
<?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>
non-metal+non-metal-->binary covalent compound <br><br>
basic metal oxide+acidic non-metal oxide-->salt <br><br>
metal hydroxide+carbon-dioxide-->metal hydrogen carbonate <br><br>
metal hydroxide+sulfur dioxide-->metal hydrogen sulfite <br><br>
strong Bronsted acid OR weak molecular acid+ weak molecular Bronsted base-->salt<br><br>
molecular Lewis acid+molecular Lewis Base-->compound
</p>
</div>
<footer id="tufo">
<a href="tutorialreac.php"> skip</a>
<a href="tutorialreac.php" style="float: centre">
<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="tucombi1.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="select.php"> home</a>
</footer>