Skip to content

Commit d261537

Browse files
committed
Fix HTML structure and separate CSS properly
1 parent d560024 commit d261537

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ <h1>T-Shirt Order Form</h1>
2222

2323
<div class="form-group">
2424
<label for="name">Full Name</label>
25-
2625
<input
2726
type="text"
2827
id="name"
@@ -35,7 +34,6 @@ <h1>T-Shirt Order Form</h1>
3534

3635
<div class="form-group">
3736
<label for="email">Email Address</label>
38-
3937
<input
4038
type="email"
4139
id="email"
@@ -46,7 +44,6 @@ <h1>T-Shirt Order Form</h1>
4644

4745
<div class="form-group">
4846
<label for="colour">Choose a Colour</label>
49-
5047
<select id="colour" name="colour" required>
5148
<option value="">Select a colour</option>
5249
<option value="black">Black</option>
@@ -57,7 +54,6 @@ <h1>T-Shirt Order Form</h1>
5754

5855
<div class="form-group">
5956
<label for="size">Choose a Size</label>
60-
6157
<select id="size" name="size" required>
6258
<option value="">Select a size</option>
6359
<option value="XS">XS</option>

0 commit comments

Comments
 (0)