-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththree.html
More file actions
28 lines (24 loc) · 968 Bytes
/
three.html
File metadata and controls
28 lines (24 loc) · 968 Bytes
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
<!doctype html>
<html>
<style>
h1{
text-align: center;
background-color: pink;
background-size:cover;
}
body{
background-color: pink;
background-size:cover;
}
</style>
<head>
<h1><strong><em>INSTRUCTIONS TO PLAY</em></strong></h1>
</head>
<body>
<p>
<h3>In this game all you have to do is guess the number in my mind . In order to do that you will be given certain clues . These clues are in hte form of cows and bull . My number consists of 3 digits . Your guess must also consist of 3 digits . Any of the digit in my number matches that of yours and is in incorrect position I name it a cow and if the digit is in correct position I name it a bull.If you get 3 bulls you win . <br />
For example , if my number is 137 and your guess is 153 . 1 is the bull and 3 is the cow . So your number consists of 1 bull and 1 cow.<br />
Thanks for showing up!!! We really appreciate it :)
</h3></p>
</body>
</html>