There was an error while loading. Please reload this page.
1 parent 50aa8db commit c8b0ca4Copy full SHA for c8b0ca4
1 file changed
Form-Controls/index.html
@@ -13,15 +13,13 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<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-->
+ <label for="fname">Firstname:</label><br>
+ <label for="lname">Lastname:</label>
20
</form>
21
</main>
22
<footer>
23
<!-- change to your name-->
24
- <p>By HOMEWORK SOLUTION</p>
+ <p>By Lin Tsang</p>
25
</footer>
26
</body>
27
</html>
0 commit comments