-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdse.html
58 lines (53 loc) · 2.61 KB
/
dse.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
<!doctype html>
<html>
<title>water</title>
<link rel="stylesheet" type="text/css" href="sui.css">
<body>
<div class="sai">
<h1><b><u>HEALTH CARE</u></b></h1>
<q> HEALTH ISN'T JUST ABOUT WHAT YOU EAT.IT'S ABOUT WHAT YOU ARE THINKING AND FEELING TOO!!!!!!!! </q>
</div>
<script type="text/javascript">
function validate()
{
console.log("working");
var uname = parseInt(document.getElementById('uname').value);
var pass = parseInt(document.getElementById('pass').value);
uname *= 50;
if (pass > uname) {
pass -= uname;
document.getElementById("your status").innerHTML += pass;
} else if (pass < uname){
document.getElementById("your status").innerHTML += "You are using water in proper manner and please maintain this consistency";
} else if(pass == uname){
document.getElementById("your status").innerHTML += "Your using water in the correct manner";
} else {
document.getElementById("your status").innerHTML += "Wrong input";
}
}
</script>
<marquee direction="left" behavior="alternate" scrollamount=" 10times"
border:"black"; scrollamount="2sec">
<img src="vcd.jpg"width="334px" height="206px" border="2px solid black">
<img src="wa.jpg"width="334px" height="206px" border="2px solid black" >
<img src="fdg.jpg"width="334px" height="206px" border="2px solid black">
<img src="bv.jpg" width="334px" height="206px" border="2px solid black">
<img src="gfd.jpg" width="334px" height="206px" border="2px solid black">
</marquee>
ENTER YOUR HEIGHT:
<input id ="uname" placeholder=" " type=text/>
<br/>
<br/>
ENTER YOUR WEIGHT
<input id="pass" placeholder=" " type=text/>
<br/>
<br/>
<button onclick="validate()">Submit</button>
<div id="output">Output - </div>
<div class="gf">
<p>
Water scarcity is lack of fresh water resources to meet water demand.When water run dry,people will not get enough to drink,wash,or feed crops, and economic decline may occur.In addition, inadequate sanitation- a problem for 2.4 billion people can lead to many diseases.
Water conservation meter measures the amount of water being overused.It will give the basic information of how much water is being wasted by a family on monthly basis.It will give awareness to the people about water consumption and conservation.</p>
</div>
</body>
</html>