Skip to content

Commit 30c885a

Browse files
Remove completed TODO comments from Form Controls HTML
1 parent 03a96d4 commit 30c885a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Product Pick</h1>
1818
try writing out the requirements first as comments
1919
this will also help you fill in your PR message later-->
2020

21-
<!-- TODO1: Customer name -->
21+
<!-- Customer name -->
2222
<div>
2323
<label for="name">Full Name:</label>
2424
<input
@@ -32,7 +32,7 @@ <h1>Product Pick</h1>
3232
<br><br>
3333
</div>
3434

35-
<!-- TODO2: Customer email -->
35+
<!-- Customer email -->
3636
<div>
3737
<label for="email">Enter Your Email:</label>
3838
<input
@@ -45,7 +45,7 @@ <h1>Product Pick</h1>
4545
<br><br>
4646
</div>
4747

48-
<!-- TODO3: Colors to choose from -->
48+
<!-- Colors to choose from -->
4949
<div>
5050
<label for="color">Color</label>
5151
<select name="color" id="color" required>
@@ -57,7 +57,7 @@ <h1>Product Pick</h1>
5757
<br><br>
5858
</div>
5959

60-
<!-- TODO4: Sizes to choose from -->
60+
<!-- Sizes to choose from -->
6161
<div>
6262
<label for="size">Choose a Size</label>
6363
<select name="size" id="size" required>

0 commit comments

Comments
 (0)