We've got the products down. Let's focus on getting the shopping cart, number of items, and total cost onto the webpage.

<html>
<body>
<div class="product">
<img src="https://mimo.app/i/backpack.png">
<h3>Backpack</h3>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://mimo.app/i/camera.png">
<h3>Camera</h3>
<button>Add to Cart</button>
</div>
</body>
</html>
]]>