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