Skip to content

Commit 2ffa1bd

Browse files
committed
I have corrected the email verification
1 parent 5e99b77 commit 2ffa1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Product Pick</h1>
1919
</div>
2020
<div>
2121
<lable type="text" for= "email">email</lable>
22-
<input type="email" id="email" pattern=".&@yahoo.co.uk" size="30" required />
22+
<input type="email" id="email" size="30" required />
2323
</div>
2424
<p>Please select favourite colour:</p>
2525
<input type="radio" id="red" name="fav_color" value"red">

0 commit comments

Comments
 (0)