-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.html
34 lines (34 loc) · 994 Bytes
/
Form1.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
<!Doctype html>
<html>
<h1>Please fill in the Information Below:</h1>
<body style="background-color:yellow;"></body>
<head>
<link rel="stylesheet" type="text/css"href="mystyle.css">
</head>
<br>
</form>
Name:
<br>
<input type="text" name="name"><br>
Address:"
<br>
<input type="text" name="address"><br>
Phone:"
<br>
<input type="text" name="phone"><br>
Email"
<br>
<input type="text" name="email"><br>
Short Bio"
<br>
<input type="text" name="short bio"><br>
Photo"
<br>
<input type="text" name="photo"><div>No file chosen</div>
<br>
</form>
<button type="button">Reset</button>
<button type="send">Send</button>
<br><br>
<a href="index.html">Go back to Index Page</a>
</html>