-
Notifications
You must be signed in to change notification settings - Fork 0
/
computer.html
45 lines (39 loc) · 1014 Bytes
/
computer.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
<!DOCTYPE html>
<html>
<head><title></title></head>
<body>
<img class="c" src="Computer.jpeg">
<h1>What is Computer ?</h1>
<p>Ans:--The Computer is an electronic devices which tredenuce speed with great capcity.</p>
<h1>Write the Three Device of Computer?</h1>
<p>Ans:--The computer three Device are 1.Input,2.Processing,3.Output .It's Three devices we can use the computer system working.</p>
<p><b>1.Input Type--------Keybord</b></p>
<p><b>2.Processing---------C.P.U</b></p>
<p><B>3.Output Type----------Monitor</B></p>
<div class="e">
</div>
<style>
.e{
border: 1px solid transparent;
height: 100px;
width: 200px;
margin-left: 100px;
}
.c{
width: 300px;
height: 200px;
margin-top: 90px;
margin-left: 50px;
border-radius: 10px;
border: 1px solid red;
}
h1{
color: #cf1a1a;
}
p{
color: #121312;
font-size: 20px;
}
</style>
</body>
</html>