index.html 474 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>HW11_Redux</title>
  8. </head>
  9. <body>
  10. <select name="" id="tovary">
  11. </select>
  12. <input type="number" id="number">
  13. <button id="button">Купить</button>
  14. <br><br>
  15. <table id="table"></table>
  16. <script src="main.js"></script>
  17. </body>
  18. </html>