index.html 556 B

123456789101112131415161718192021222324
  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. <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11. <div class="container">
  12. <select name="gods" id="goods">
  13. </select>
  14. <button id='btn'>Buy</button>
  15. <input id='input'type="number">
  16. <table id='table'></table>
  17. </div>
  18. <script src="script.js"></script>
  19. </body>
  20. </html>