There was an error while loading. Please reload this page.
1 parent 324e7f9 commit dcbfa4aCopy full SHA for dcbfa4a
1 file changed
Form-Controls/index.html
@@ -16,7 +16,7 @@ <h1>Product Pick</h1>
16
<div>
17
<label>Customer Name: </label>
18
<input required minlength="2" pattern=".*\S.*\S.*">
19
- </div><br>
+ </div><br/>
20
21
<label>Customer Email: </label>
22
<input type="email" required placeholder="you@example.com">
@@ -51,7 +51,7 @@ <h1>Product Pick</h1>
51
<option value="XL">XL</option>
52
<option value="XXL">XXL</option>
53
</select>
54
-</div> <br>
+</div> <br/>
55
<button type="submit">Submit</button>
56
57
</form>
0 commit comments