mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 11:09:59 +01:00
finished checkout page
This commit is contained in:
parent
0f06dc02b7
commit
cce8e62425
2 changed files with 6 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
- [ ]
|
- [ ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue