-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path110306074_Lab.html
39 lines (39 loc) · 1.37 KB
/
110306074_Lab.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
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>homepage</title>
</head>
<body>
Please fill out this form to help us improve our site
<label>Name:
<input name="name" type="password" size ="25"
maxlength ="30">
</label></p>
<label>Comments:
<input commets="commets" type="text" size="25">
</label></p>
<label>E-mail Address:
<input type="E-mail" name="E-mail Address">
</label>
<p>Things you liked:</p>
<input type="checkbox" name="like" value="Links">Links<br>
<input type="checkbox"name="like" value="Ease of use">Ease of use<br>
<input type="checkbox"name="like" value="Images">Images<br>
<input type="checkbox"name="like" value="Sourse code">Sourse code<br>
<p>How did you get to our site</p>
<input type="radio" name="get" value="Serch engine">Search engine<br>
<input type="radio" name="get" value="Links from another side">Links from another side<br>
<input type="radio" name="get" value="Detiel.com Web site">Detiel.com Web site<br>
<input type="radio" name="get" value="Reference in a book">Reference in a book<br>
<input type="radio" name="get" value="Other">Other<br>
<select name="rate">
<option value="good">good</option>
<option value="bad">bad</option>
<p>Rate our site:</p>
</select>
<br><br>
<input type="SUBMIT">
</body>
</html>