Skip to content

Commit e8b75b2

Browse files
committed
add placeholder in search box
1 parent fc56007 commit e8b75b2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
<body>
1717
<section class="container">
1818
<div class="input-group w-50 mx-auto my-5">
19-
<input id="search-input" type="text" class="form-control" />
19+
<input
20+
id="search-input"
21+
type="text"
22+
class="form-control"
23+
placeholder="your username?"
24+
/>
2025
<button onclick="clickSearchBtn()" class="btn btn-info">Search</button>
2126
</div>
2227
<div class="mx-auto w-50">

0 commit comments

Comments
 (0)