Build a Checkout Page - Build a Checkout Page

Tell us what’s happening:

Keep asking me things that I have…

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <title>Checkout Page</title>
</head>

<body>
<h1>Checkout</h1>
<section>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/cube.jpg" alt="cube" >
    <h2>Your Cart</h2></section>

<section>
    <h2>Payment Information</h2>
    <form>
     <input  id="text" id="card-name" name="card-name">  </form>


    
    
</section>

</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:150.0) Gecko/20100101 Firefox/150.0

Challenge Information:

Build a Checkout Page - Build a Checkout Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-checkout-page/66da326c02141df538f29ba5.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @nrf83,

Your input element has two id attributes.

Also, you have not fully implemented User Story #7, or any of the user stories after that.

Happy coding