Skip to content

Commit 6f8812e

Browse files
committed
Restore previous coursework file
1 parent ab76de9 commit 6f8812e

1 file changed

Lines changed: 7 additions & 42 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
@@ -13,50 +13,15 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<div>
17-
<label for="fullname">Full name:</label>
18-
<input
19-
type="text"
20-
id="fullname"
21-
name="Fullname"
22-
required
23-
pattern=".*\S.*\S.*">
24-
<br>
25-
</div>
26-
27-
<div>
28-
<label for="email">Email:</label>
29-
<input type="email" name="email" id="email" required>
30-
</div>
31-
32-
<div>
33-
<label for="T-shirt-colour">Select one T-shirt colour:</label>
34-
<select name="T-shirt-colour" id="T-shirt-colour" required>
35-
<option value="">Choose one colour</option>
36-
<option>Black</option>
37-
<option>Navy blue</option>
38-
<option>Grey</option>
39-
</select>
40-
</div>
41-
42-
<div>
43-
<label for="T-shirt-Size">Select one size:</label>
44-
<select name="T-shirt-Size" id="T-shirt-Size" required>
45-
<option value="">Choose one size</option>
46-
<option>XS</option>
47-
<option>S</option>
48-
<option>M</option>
49-
<option>L</option>
50-
<option>XL</option>
51-
<option>XXL</option>
52-
</select>
53-
</div>
54-
55-
<button type="Submit">Submit</button>
16+
<!-- write your html here-->
17+
<!--
18+
try writing out the requirements first as comments
19+
this will also help you fill in your PR message later-->
5620
</form>
5721
</main>
5822
<footer>
59-
<p>By Sakiya Mayow</p>
23+
<!-- change to your name-->
24+
<p>By HOMEWORK SOLUTION</p>
6025
</footer>
6126
</body>
6227
</html>

0 commit comments

Comments
 (0)