finished checkout page

This commit is contained in:
bendwit 2025-06-23 13:23:57 +02:00
parent 0f06dc02b7
commit cce8e62425
2 changed files with 6 additions and 4 deletions

View file

@ -14,10 +14,12 @@
</section> </section>
<section> <section>
<form> <form>
<input>
<h2>Payment Information</h2> <h2>Payment Information</h2>
<input id="card-name" id="card-name" > <label for="card-name">card name:</label>
<input id="card-number" id="card-number"> <input type="text" id="card-name" name="card-name" required aria-required="true"><br><br>
<label for="card-number">card number:</label>
<input type="text" id="card-number" name="card-number" required aria-required="true"><br><br>
<input type="submit" id=submit><br><br>
</form> </form>
</section> </section>
</body> </body>

View file

@ -53,4 +53,4 @@ Having already been familiar with HTML and CSS I was able to make fast progress
- [ ] Form Validation - [ ] Form Validation
- [ ] Dates - [ ] Dates
- [ ] Audio and Video Events - [ ] Audio and Video Events
- [ ] - [ ]