Skip to content

Commit 72f3b22

Browse files
committed
1 parent 3d5762b commit 72f3b22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

week-3/20-labels/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<main>
1414
<form method="GET" action="https://www.google.com/search">
1515
<!-- Add a label here -->
16-
<input type="text" name="q" />
16+
<label for="search-input">Search on Google</label>
17+
<input type="text" name="q" id="search-input" />
1718
</form>
1819
</main>
1920
</div>

0 commit comments

Comments
 (0)