-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhi.html
57 lines (55 loc) · 1.86 KB
/
hi.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
<!DOCTYPE html>
<html>
<head>
<tittl></tittl>
</head>
<body>
<h1>History of computer</h1>
<h2>1.Abacus</h2><img class="s" src="abcaus.jpeg">
<p>Abacus word take form greek word"abax"that means "border of cover/A table".</p>
<p>-Abacus was earlier caculating devices.</p>
<p>It is made of frame Rods and Beads Etc.</p>
<p>Abacus caculation likes addtionandsubration can be done along the Rod.</p>
<h2>2.Jhon Naphier's Bones </h2><img class="s" src="Jhon.jpg">
<p>In the year 1617 Napier's Bones inventelly (scottishland)mathematicn Jhon Napier's.</p>
<p>It consist nine borden stick with number mark on the caculation devices.</p>
<p>It is to product and quotation of large number can be often very easliy.</p>
<h2>3.Passcaline </h2><img class="s" src="Pascaliner.jpg">
<p>In 1642 Blasine passcal Develop byone caculation it is called passcaline caculator.</p>
<p>It was one of worldest Adddting Machine use the series Number upto 999,999,999,......</p>
<h2>4.Different Engine</h2><img class="s" src="Different.jpeg">
<p>In 1800,charless Babbage Participate the different engine those different engine use to mathematical
caculation look like Adddtion,subration,multiplication,division and other funcation .Which attach of
analytical engine in year 1833 so that charlesBabbage is called Father of computer.
</p>
<div class="e">
</div>
<style>
.e{
border: 1px solid transparent;
height: 100px;
width: 200px;
margin-left: 100px;
}
.s{
width: 300px;
height: 250px;
border-radius: 20px;
border: 1px solid red;
}
h1{
font-size: 30px;
margin-top: 20px;
margin-left: 90px;
color: #b68f0f;
}
h2{
color: green;
}
p{
font-size: 20px;
color: red;
}
</style>
</body>
</html>