-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage{2}.html
More file actions
executable file
·118 lines (113 loc) · 3.9 KB
/
page{2}.html
File metadata and controls
executable file
·118 lines (113 loc) · 3.9 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
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
117
118
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" href="page{2}.css">
</head>
<body>
<div class=h1>
<h1><br>Screen Market 💻</h1>
<h2 class=h2>Welcome to our online shopping platform</h2><br><br>
<h3 class=h3>This is a great opportunity to buy your important things from home instead taking raisk to go out.<br>We are promise to give you better product in singnificant price.</h3><br>
<h2 class=hd>To get notification of new item arrival or item on sale. Please sign up:</h2><br>
<input placeholder="First Name">
<input placeholder="Last Name"><br><br>
<input placeholder="Mobile number or email"><br><br>
<input placeholder="Create username"><br><br>
<input placeholder="Create Password">
<input placeholder="Confirm Password"><br>
<div class=h4>
<h4>Gender:<input type="radio">Male<input type="radio">Female <input type="radio">Custom<h4>
<input placeholder="Gender (Optional)"><br>
<h4>Birthday:
<select>
<option>Jan</option>
<option>Feb</option>
<option>Mar</option>
<option>April</option>
<option>May</option>
<option>Jun</option>
<option>Jul</option>
<option>Aug</option>
<option>Sep</option>
<option>Oct</option>
<option>Nov</option>
<option>Dec</option>
</select>
<select>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
<option>31</option>
</select>
<select>
<option>1980</option>
<option>1981</option>
<option>1982</option>
<option>1983</option>
<option>1984</option>
<option>1985</option>
<option>1986</option>
<option>1987</option>
<option>1988</option>
<option>1989</option>
<option>1990</option>
<option>1991</option>
<option>1992</option>
<option>1993</option>
<option>1994</option>
<option>1995</option>
<option>1996</option>
<option>1997</option>
<option>1998</option>
<option>1999</option>
<option>2000</option>
<option>2001</option>
<option>2002</option>
<option>2003</option>
<option>2004</option>
<option>2005</option>
<option>2006</option>
<option>2007</option>
<option>2008</option>
<option>2009</option>
<option>2010</option>
</select>
</h4>
<input type="button" value="Sign Up"><br><br><br><br>
<h4>Already have an account?</h4>
Username:<input type="text" name="value" id="user"><br><br>
Password:<input type="password" id="pass"><br><br>
<input type="button" value="Log In">
</div><br><br>
<p class="p">
<a href="file:///Users/Zakaria/Desktop/OSA011202009A/HW3/menu.html"><input type="button" value="Retun Home"></a></p>
</body>
</html>