Skip to content

Commit 32e3dc3

Browse files
committed
Days 005-008
Added form validation and placeholder value
1 parent b41c765 commit 32e3dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

days/005-008-html5/your-turn/geegle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
updates monthly:
4747
<br>
4848
<form action="" method="POST">
49-
<input type="text">
49+
<input type="email" name="email" required placeholder=" your e-mail">
5050
</form>
5151
<button>Submit</button>
5252
<a href="#">Archive</a>

0 commit comments

Comments
 (0)