Skip to content

Commit 7c61a35

Browse files
committed
Add placeholder to email input
1 parent e79de37 commit 7c61a35

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
@@ -28,7 +28,7 @@ <h1>Product Pick</h1>
2828
<br>
2929
<div>
3030
<label for="email">Email:</label>
31-
<input type="email" id="email" name="email" required>
31+
<input type="email" id="email" name="email" required placeholder="abc@example.com">
3232
</div>
3333
<br>
3434
<div>

0 commit comments

Comments
 (0)