-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignUp_a.html
More file actions
63 lines (49 loc) · 1.73 KB
/
Copy pathSignUp_a.html
File metadata and controls
63 lines (49 loc) · 1.73 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
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body bgcolor="lightgrey">
<embed src="header.html" height="180px" width="1340px"></embed>
<div id="animate-area" style="height:70%;margin:0px 0px 0px 0px;" align=center>
<form>
<center>
<table cellspacing=20px>
<tr>
<td><font size=4 face="rockwell">Enter your name:</td>
<td><input style="height:30px" type="text" name="username" placeholder="name" size="40"></td>
</tr>
<tr>
<td><font size=4 face="rockwell">Enter password:</td>
<td><input style="height:30px" type="password" name="password" size="40"></td>
</tr>
<tr>
<td><font size=4 face="rockwell">Confirm password:</td>
<td><input style="height:30px" type="password" name="password" size="40"></td>
</tr>
<tr>
<td><font size=4 face="rockwell">Enter email id:</td>
<td><input style="height:30px" type="text" name="username" placeholder="email id" size="40"></td>
</tr>
<tr>
<td><font size=4 face="rockwell">Enter contact number:</td>
<td><input style="height:30px" type="text" name="username" placeholder="contact number" size="40"></td>
</tr>
<tr><td><font face="rockwell" size=4>Enter your address :</td>
<td><input style="height:30px" type="text" name="username" placeholder="address" size="40"></td>
</tr>
<tr>
<td colspan=2><font face="rockwell" size=4><center>
<input type="submit" value="SUBMIT" name="submit" class="button" formaction="product_info_Sa.html">
</center></font>
</td></tr>
<tr style="margin-top:0px;"><td colspan=2>
<font face="rockwell" size="3"><center>
<a href="index.html" style="color:red;">Homepage</a>
</center></font>
</td></tr>
</table>
</center>
</form>
<embed src="footer.html" height="120px" width="1340px"></embed>
</body>
</html>