-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathForm.html
More file actions
80 lines (65 loc) · 1.25 KB
/
Copy pathForm.html
File metadata and controls
80 lines (65 loc) · 1.25 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
<!doctype html>
<html>
<head>
<title>Learn </title>
</head>
<style type="text/css">
h1{
position: relative;
left:540px;
bottom:40px;
font-size: 60px;
font-family: monospace;
letter-spacing: -1px;
color: grey;
text-transform: uppercase;
text-shadow: 5px 10px 5px red;
}
form li{
margin-bottom: 20px;
list-style: none;
padding-left: 0px;
}
label{
display: block;
cursor: pointer;
font-family: sans-serif;
}
#Comments{
height: 200px;
width: 300px;
}
body{
background-image: url("img/index.jpeg");
background-repeat: no-repeat;
background-size: cover;
margin: 0px;
}
</style>
<body>
<h1>Creed</h1>
<form action="Assignment.html " method="get">
<ul>
<li>
<label for="name"> Enter your name </label>
<input id="name" name="name" value="name"/>
<input type="submit" value = "GO" name="y"/>
</li>
<li>
<label for ="Comments">Comments</label>
<textarea id="Comments"></textarea>
<input type="submit" value = "GO" name="y"/>
</li>
<li>
<label for="Box"> Did you enjoy ?</label>
<input type="checkbox" id="Box"/>
</li>
<li>
<label for="Select"> Choose your favourite </label>
<input type="radio" id="Box"/>
</li>
</ul>
</form>
</body>
</html>
.wrap>div>header{This is a List}+ul>li{yes}*4