Skip to content

Commit

Permalink
Add label
Browse files Browse the repository at this point in the history
  • Loading branch information
nnocj committed Feb 29, 2024
1 parent 32803ad commit 73fd899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion w01-07task/trips.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ <h2>2 DAYS RAFT TRIP</h2>
<div class="table">
<h2>Our Prices</h2>
<div class="calculator">
<label for="total">Enter your total cost: </label>
<input type="text" id="total" placeholder="Enter total amount">
<label for="immediatePayment">Pay Now?</label>
<label for="payNow">Pay Now?</label>
<input type="checkbox" id="payNow">
<button onclick="calculateDiscount()">Calculate Discount</button>
<p id="discount"></p>
Expand Down

0 comments on commit 73fd899

Please sign in to comment.