-
Notifications
You must be signed in to change notification settings - Fork 0
/
apparatus2.html
94 lines (73 loc) · 2.6 KB
/
apparatus2.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
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
90
91
92
93
94
<HTML>
<HEAD>
<TITLE>Apparatus</TITLE>
<link rel="stylesheet" href="1/w3.css">
<style>
.parallax1 {
/* The image used */
background-image: url("1/1.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>Liquid Limit Test</H1></CENTER>
<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="theory2.html" class="w3-button w3-white w3-border w3-border-grey">Theory </a>
<a href="procedure2.html" class="w3-button w3-white w3-border w3-border-grey">Procedure </a>
<a href="observation2.html" class="w3-button w3-white w3-border w3-border-grey">Observation </a>
<a href="result2.html" class="w3-button w3-white w3-border w3-border-grey">Result </a></li></H3><br>
</div></ol></center>
<div class = "parallax1">
<HR>
<CENTER>
<font color = "white"><H1>Apparatus Required</H1></font>
</CENTER>
<hr>
<h2><center><table border="3">
<tr bgcolor="#FFffff">
<th><H1>1. Cone penetrometer</H1></th>
<th>       <IMG SRC="2/cone.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle">       </th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>2. Sieve</H1></th>
<th><IMG SRC="1/sieve.jpeg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>3. Cylindrical cup</H1></th>
<th><IMG SRC="2/cup.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>4. Dish</H1></th>
<th><IMG SRC="1/dish.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>5. Spatula</H1></th>
<th><IMG SRC="1/spat.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>6. Weighing Balance</H1></th>
<th><IMG SRC="1/weight.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>7. Containers</H1></th>
<th><IMG SRC="1/box.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
<tr bgcolor="#FFffff">
<th><H1>8. Electrical Oven</H1></th>
<th><IMG SRC="1/oven.jpg" ; width = "200px" ; height : "250" ; ALIGN="middle"></th>
</tr>
</table>
</center>
</div>
</body>
</html>