-
Notifications
You must be signed in to change notification settings - Fork 0
/
facebook.html
116 lines (91 loc) · 2.54 KB
/
facebook.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="facebook.css">
<title>fb page</title>
</head>
<body>
<header class="h">
<h1>Facebook</h1>
<P><input type="checkbox" > Remember me <br>
<input type="text" placeholder="Email">
<p > Forget your password? <br>
<input type="password" placeholder ="password">
<button class="fault">login</button>
</p>
</header>
<div class="comfort">
<div class="come" >
<h1 class="but">
Facebook helps you to connect and share with the people in your life
</h1>
<img class="pic" src="comfort.PNG">
</div>
<div>
<h2 class="bit">Sign up <br> It's free and anyone can join</h2>
<div class="win">
<form>
<div class="wipe">
Full Name:
<input type="text" name="firstname"><br>
Your Email:
<input type="text" name="Your Email"><br>
New Password:
<input type="text" name="New password"><br>
I am:
<select>
<option>select sex</option>
<option>male</option>
<option>Female</option>
</select><br>
Birthday:
<select>
<option>month</option>
<option>Jan</option>
<option>Feb</option>
<option>March</option>
<option>April</option>
<option>May</option>
<option>June</option>
<option>July</option>
<option>Aug</option>
<option>Sept</option>
<option>Oct</option>
<option>Nov</option>
<option>Dec</option>
</select>
<select>
<option>day</option>
<option>Mon</option>
<option>Tues</option>
<option>Wed</option>
<option>Thurs</option>
<option>Fri</option>
<option>Sat</option>
<option>Sun</option>
</select>
<select>
<option>year</option>
<option>2000</option>
<option>2001</option>
<option>2002</option>
<option>2003</option>
<option>2004</option>
<option>2004</option>
<option>2005</option>
<option>2006</option>
<option>2007</option>
</select>
<p>Why do i need to provide this?</p>
<input class="keep" type="submit" value="Sign up">
<p class="life">By cicking sign up, you are agreeing the terms and condition with the privacy policy.</p>
</form>
</div>
</div>
</div>
</div>
</body>
<footer>
<p>Facebook@2008</p>
</footer>
</html>