-
Notifications
You must be signed in to change notification settings - Fork 0
/
result5.html
63 lines (50 loc) · 1.46 KB
/
result5.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
59
60
61
62
63
<HTML>
<HEAD>
<TITLE>result</TITLE>
<link rel="stylesheet" href="1/w3.css">
<style>
.parallax1 {
/* The image used */
background-image: url("1/5.jpg");
/* Set a specific height */
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
}
</style>
</HEAD>
<BODY >
<CENTER><IMG SRC="1/logo_iit.jpg" ; width = "120px" ; height : "180" ; ALIGN="BOTTOM"> </CENTER>
<CENTER><H1>Field Density Test</H1></CENTER>
<font color = "white">
<center>
<div class="w3-container">
<H3 class="w3-animate-bottom">
<a href="index.html" class="w3-button w3-white w3-border w3-border-grey">Home</a>
<a href="apparatus5.html" class="w3-button w3-white w3-border w3-border-grey">Apparatus </a>
<a href="theory5.html" class="w3-button w3-white w3-border w3-border-grey">Theory </a>
<a href="procedure5.html" class="w3-button w3-white w3-border w3-border-grey">Procedure </a>
<a href="observation5.html" class="w3-button w3-white w3-border w3-border-grey">Observation </a>
</li></H3><br>
</div></ol></center>
<div class="parallax1">
<HR>
<CENTER><H1>Result</H1></CENTER>
<hr>
<h2>
<center><font color = "white">
<img src="5/3.png"><hr><br>
<img src="5/4.png"><hr><br>
The moisture content of the ground soil is 3.95% and its density is 1.6096 gm/cm^3 .
</font>
</center>
<br>
<hr>
<hr>
</h2>
</font>
</div>
</body>
</html>