There was an error while loading. Please reload this page.
1 parent 1a80e0b commit b14a6c9Copy full SHA for b14a6c9
1 file changed
Form-Controls/index.html
@@ -15,11 +15,11 @@ <h1>Product Pick</h1>
15
<form>
16
<div>
17
<label for="name">Name:</label>
18
- <input type+text id="name">
+ <input type+text id="name" placeholder="Hugh Mills" pattern="`.*\S.*\S.*`. ">
19
</div>
20
21
<label for="email">Email:</label>
22
- <input type="text" id="email">
+ <input type="email" id="email" placeholder="hugh.mills@myemail.com">
23
24
25
<label for="colour">Colour:</label>
0 commit comments