There was an error while loading. Please reload this page.
1 parent c05e4ff commit 5cc522aCopy full SHA for 5cc522a
1 file changed
Form-Controls/index.html
@@ -48,9 +48,9 @@ <h1>Product Pick</h1>
48
<!-- validation: limit choice to 3 fixed colour options -->
49
<fieldset>
50
<legend>Choose your t-shirt colour:</legend>
51
- <label><input type="radio" name="colour" value="black" required /> Black</label><br />
52
- <label><input type="radio" name="colour" value="white" /> White</label><br />
53
- <label><input type="radio" name="colour" value="sage" /> Sage</label>
+ <p><label><input type="radio" name="colour" value="black" required /> Black</label></p>
+ <p><label><input type="radio" name="colour" value="white" /> White</label></p>
+ <p><label><input type="radio" name="colour" value="sage" /> Sage</label></p>
54
</fieldset>
55
56
<!-- requirement: customer must select a t-shirt size -->
0 commit comments