Skip to content

Commit dcbfa4a

Browse files
Added backslash in break tag
1 parent 324e7f9 commit dcbfa4a

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
@@ -16,7 +16,7 @@ <h1>Product Pick</h1>
1616
<div>
1717
<label>Customer Name: </label>
1818
<input required minlength="2" pattern=".*\S.*\S.*">
19-
</div><br>
19+
</div><br/>
2020
<div>
2121
<label>Customer Email: </label>
2222
<input type="email" required placeholder="you@example.com">
@@ -51,7 +51,7 @@ <h1>Product Pick</h1>
5151
<option value="XL">XL</option>
5252
<option value="XXL">XXL</option>
5353
</select>
54-
</div> <br>
54+
</div> <br/>
5555
<button type="submit">Submit</button>
5656

5757
</form>

0 commit comments

Comments
 (0)