-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
24 lines (17 loc) · 756 Bytes
/
1.html
File metadata and controls
24 lines (17 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<HEAD>
<TITLE>Intrigued by Culture</TITLE>
</HEAD>
<BODY><dir="ltr>
Welcome to the site, want to send me something?<br/>
<form name="input" name="myHebform" action="mailto:hilbertbonamy@gmail.com" action="1.html" method="get"><table border="1">
<tr>
<td>First Name: </td><td><input type="text" name="first name" size="50"/></td></tr><tr>
<td>Last Name: </td><td><input type="text" name="Last name" size="50"/></td></tr><tr>
<td>Email: </td><td><input type="text" name="email" size="50"/></td></tr><tr>
<td>Phone Number: </td><td><input type="text" name="Phonenum" size="50"/></td></tr><tr>
<td>Age: </td><td><input type="text" name="Age" size="50"/></td></tr></table>
<input type="submit" value="Submit" />
</form>
</BODY>
</HTML>