Skip to content

Commit c507c3b

Browse files
added placeholder attribute to search field
1 parent 6a74062 commit c507c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="container">
3838
<div class="search">
3939
<form>
40-
<input type='text' value="" />
40+
<input type='text' value="" placeholder="Search..." />
4141
<input type='submit' value="S" />
4242
</form>
4343
</div>

0 commit comments

Comments
 (0)