-
Notifications
You must be signed in to change notification settings - Fork 0
/
theory.html
58 lines (47 loc) · 2.07 KB
/
theory.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
<HTML>
<HEAD>
<TITLE>theory</TITLE>
<link rel="stylesheet" href="1/w3.css">
<style>
.parallax1 {
/* The image used */
background-image: url("1/abcd.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>
<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="apparatus.html" class="w3-button w3-white w3-border w3-border-grey">Apparatus </a>
<a href="procedure.html" class="w3-button w3-white w3-border w3-border-grey">Procedure </a>
<a href="observation.html" class="w3-button w3-white w3-border w3-border-grey">Observation </a>
<a href="result.html" class="w3-button w3-white w3-border w3-border-grey">Result </a></li></H3><br>
</div></ol></center>
<div class="parallax1">
<HR>
<CENTER><H1>Theory</H1></CENTER>
<hr>
<h2>
<center>
Liquid limit is significant to know the stress
history and general properties of the soil met
with construction.<br> From the results of liquid limit the compression index may be estimated. The compression index value will<br> help us in settlement analysis. If the natural moisture content of soil is closer to liquid limit, the soil can be <br>considered as soft if the moisture content is lesser than liquids limit, the soil can be considered as soft if the<br> moisture content is lesser than liquid limit. The soil is brittle and stiffer.The liquid limit is the moisture <br>content at which the groove, formed by a standard tool into the sample of soil taken in the standard cup, closes<br> for 10 mm on being given 25 blows in a standard manner. At this limit the soil possess low shear strength.</center>
<br>
<hr>
<hr>
</h2>
</font>
</div>
</body>
</html>