-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (64 loc) · 2.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>facebook</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="faceboolstyle.css">
<div class="header">
<div class="item" id="facebook">
<h1>facebook</h1>
</div>
<div id="info">
<div class="item" id="email">
<label>Email or Phone</label>
<br>
<input type="email or number" name="email or number">
</div>
<div class="item" id="password">
<label> Password</label>
<br>
<input type="passwprd" name=" password" >
</div>
<div id="login">
<input type="submit" name="Log in" value="Log in">
</div>
<br>
<div id="frgpass">
<a href="">forget password??</a>
</div>
</div>
</div>
<div id="div2">
<div id="bodyleft">
<h2 id="lf"> <b> Facebook helps you connect and share with the people in your life.</b></h2>
<img id="telecommunications" src="telecommunications1.jpg.png" alt="not found">
</div>
<div id="bodyright">
<h1>Create an account</h1>
<h3>it's quick and easy</h3>
<form action="">
<input type="text" name="first name" placeholder="First name" width="10px" class="namesurname">
<input type="text" name="surname" placeholder="Surname" class="namesurname">
<input type="email or number" name="email or phn number" placeholder="Mobile number or email address"
class="s">
<input type="password" name="password" placeholder=" new password" class="s">
<label>
<h4>Date of birth</h4>
</label>
<input type="date" name="BOD" class="s">
<label>
<h4> Gender</h4>
</label>
<input id="gender" type="radio" name="gender" value="male">male
<input id="gender" type="radio" name="gender" value="female">female
<input id="gender" type="radio" name="gender" value="other">other
<input id="signin" type="button" name="sign up" value="Sign Up">
</form>
</div>
</div>
</body>
</html>