ejercicio 8: carrito de compras

This commit is contained in:
2026-05-28 13:56:45 -03:00
parent f9f562bf1c
commit 909acdf862
5 changed files with 205 additions and 3 deletions

View File

@@ -8,7 +8,15 @@
</head>
<body>
<h1>Ejercicio 8</h1>
<h1>Productos</h1>
<div id="productos"></div>
<h2>Carrito</h2>
<ul id="carrito"></ul>
<p id="total">Total: $0</p>
<script src="ejercicio8.js"></script>
</body>
</html>