Skip to content

Commit 8705f23

Browse files
committed
added size section
1 parent 8446034 commit 8705f23

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ <h1>Product Pick</h1>
2828
<input type="radio" id="black" name="colour" value="black">
2929
<label for="black">Black</label>
3030
</fieldset>
31+
<label for="size">Size:</label>
32+
<select id="size" name="size" required>
33+
<option value="">Select a size</option>
34+
<option value="XS">XS</option>
35+
<option value="S">S</option>
36+
<option value="M">M</option>
37+
<option value="L">L</option>
38+
<option value="XL">XL</option>
39+
<option value="XXL">XXL</option>
40+
</select>
3141
</form>
3242
</main>
3343
<footer>

0 commit comments

Comments
 (0)