Skip to content

Commit c8b0ca4

Browse files
author
lintsang
committed
I added a new for filling first and last name
1 parent 50aa8db commit c8b0ca4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Form-Controls/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<!-- write your html here-->
17-
<!--
18-
try writing out the requirements first as comments
19-
this will also help you fill in your PR message later-->
16+
<label for="fname">Firstname:</label><br>
17+
<label for="lname">Lastname:</label>
2018
</form>
2119
</main>
2220
<footer>
2321
<!-- change to your name-->
24-
<p>By HOMEWORK SOLUTION</p>
22+
<p>By Lin Tsang</p>
2523
</footer>
2624
</body>
2725
</html>

0 commit comments

Comments
 (0)