Skip to content

Commit 453a7da

Browse files
committed
Change radio btn section into a div as it is non semantic
1 parent 49c1ae1 commit 453a7da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ <h1>Product Pick</h1>
6363
<fieldset id="tshirt-info">
6464
<legend>T-shirt info</legend>
6565
<label for="color-radio-btns">Choose a colour:</label>
66-
<section id="color-radio-btns">
66+
<div id="color-radio-btns">
6767
<input type="radio" name="color" id="white" value="white" required>
6868
<label for="white">White</label>
6969
<input type="radio" name="color" id="black" value="black">
7070
<label for="black">Black</label>
7171
<input type="radio" name="color" id="brown" value="brown">
7272
<label for="brown">Brown</label>
73-
</section>
73+
</div>
7474
<label for="size">Choose a size:</label>
7575
<select name="size" id="size" required>
7676
<option></option>

0 commit comments

Comments
 (0)