-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCreating FB page.html
More file actions
63 lines (58 loc) · 2.29 KB
/
Creating FB page.html
File metadata and controls
63 lines (58 loc) · 2.29 KB
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
<!doctype html>
<html>
<head>
<title>Creating fackebook page</title>
</head>
<body>
<form>
<!--<hr color="blue" >Facebook </hr>-->
<center> <div style="background-color:blue" width="100" size="80" thick="40"><h1><strong style="color:white">Facebook </strong></h1></p></div> </center>
<!--<div style="background-color:blue" width="800" size="80" height="400"> Facebook </div>-->
<strong><h1>Sign Up For Facebook </h1></strong></br>
<!--legend style="font-size:30px" style="center">Facebook</legend>-->
<div style="background-color:silver" width="800" size="80">
</br>
<!--</fieldset width="200"size="20">-->
<input type="text" name="" placeholder="first name">
<input type="Surname" name="" placeholder="Surname">
</br>
</br>
<input type="Mobile number or email address " name="" placeholder="Mobile number or email address">
</br>
</br>
<input type="New password" name="" placeholder="New password">
</br>
</br>
<b>Birthday</b>:
</br>
<input type="date" name="day"><b style="color:blue">Why do I need to provide my date of birth?</b>
</br>
</br>
<!--
<select>
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Custom">Custom</option>
</select>-->
<input type="radio" name="Gender" >Male
<input type="radio" name="Gender" >Female
</br>
</br>
By clicking Creat an account, you agree to our <b style="color:blue">Terms</b> and confirm that you have read <b style="color:blue"> Data policy</b>, including our<b style="color:blue"> Cookies Use Policy </b>You may have receive <big>sms</big> notifications from Facebook and can opt out any time.
</br>
</br>
<!--<hr color=" blue" width="600" size="80" > </hr>-->
<!--<hr color=" blue" width="600" size="30" > </hr> -->
<!--<h1 align="center">Creat an account</h1>
<hr color=" blue" width="600" size="50" > </hr>-->
<!-- <button> -->
<div style="background-color:blue" width="100" size="80" thick="40"><h1 align="center"><strong style="color:white"> <button>creat an account</button> </strong></h1></p></div>
<!-- </button> -->
</br>
</br>
<p align="center"><b style="color:blue">Creat a Page </b> for a celebrity,band or business </p>
</form>
</body>
</html>