Skip to content

Commit f4e5824

Browse files
committed
Removing the div tag to ensure consistency
1 parent 6aef7dc commit f4e5824

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
@@ -52,7 +52,7 @@ <h1>T-Shirt Product Pick</h1>
5252
<option value="Black">Black</option>
5353
</select>
5454
</div>
55-
<div>
55+
5656
<fieldset>
5757
<Legend>Size</Legend>
5858

@@ -81,7 +81,7 @@ <h1>T-Shirt Product Pick</h1>
8181
<input type="radio" name="size" id="xxl" value="XXL" />
8282
</div>
8383
</fieldset>
84-
</div>
84+
8585
<button type="submit">Submit</button>
8686
</form>
8787
</main>

0 commit comments

Comments
 (0)