Skip to content

Commit a3eb470

Browse files
committed
Added radio options for colours
1 parent 73c14b0 commit a3eb470

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@ <h1>Product Pick</h1>
2222
<label for="mail">Email: </label>
2323
<input type="email" id="mail" name="user_name" required/>
2424
</p>
25+
<p>
26+
<fieldset>
27+
<legend> Please choose a colour:</legend>
28+
<p>
29+
<input type="radio" name="colour" id="white" value="white" required/>
30+
<label for="colour">White</label>
31+
</p>
32+
<p>
33+
<input type="radio" name="colour" id="black" value="black" required/>
34+
<label for="colour">Black</label>
35+
</p>
36+
<p>
37+
<input type="radio" name="colour" id="red" value="red" required/>
38+
<label for="colour">Red</label>
39+
</p>
40+
41+
</fieldset>
42+
</p>
2543
<p>
2644
<label for="size">
2745
<span> Choose your size:</span>

0 commit comments

Comments
 (0)