There was an error while loading. Please reload this page.
1 parent 94d06b4 commit 46cb196Copy full SHA for 46cb196
1 file changed
Form-Controls/index.html
@@ -37,8 +37,8 @@ <h1>Product Pick</h1>
37
</div>
38
39
<!-- Colour -->
40
- <div>
41
- <p>Colour</p>
+ <fieldset>
+ <legend>Colour</legend>
42
43
<label>
44
<input type="radio" name="colour" value="red" required>
@@ -53,8 +53,7 @@ <h1>Product Pick</h1>
53
54
<input type="radio" name="colour" value="green">
55
Green
56
- </label>
57
- </div>
+ </fieldset>
58
59
<!-- Size -->
60
<div>
0 commit comments