Skip to content

Commit 5a42135

Browse files
committed
added <br> to seperate different parts of form.
1 parent a53022c commit 5a42135

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
</div>
2323

2424
<div>
25+
<br>
2526
Color
2627
<div>
2728
<label for="red">Red</label>
@@ -35,7 +36,7 @@
3536
<label for="green">Green</label>
3637
<input type="radio" id="green" name="color" value="green" required>
3738
</div>
38-
39+
<br>
3940
<div>
4041
<label for="size">Size</label>
4142
<select name="size" id="size" required>
@@ -48,6 +49,7 @@
4849
<option value="xxl">XXL</option>
4950
</select>
5051
</div>
52+
<p></p>
5153
<button type="submit">submit</button>
5254
</form>
5355
</main>

0 commit comments

Comments
 (0)