Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
satyasaadhika authored Apr 18, 2024
1 parent 113c739 commit 67f185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Tax Calculator</h1>
<label for="age">Enter Age group:</label>
<div class="input-container">
<select id="age" name="age" required>
<option value="age"> </option>
<option value="age"> Enter Age group</option>
<option value="<40">&lt; 40</option>
<option value=">=40&<60">&ge; 40 &lt; 60</option>
<option value=">=60">&ge; 60</option>
Expand Down

0 comments on commit 67f185f

Please sign in to comment.