Guest User

Untitled

a guest
Apr 11th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 KB | None | 0 0
  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>Document</title>
  8. </head>
  9. <body>
  10.     <h1>Калькулятор ИМТ</h1>
  11.     <p>Введите рост:</p>
  12.     <input id="height">
  13.     <p>Введите вес:</p>
  14.     <input id="weight">
  15.     <br>
  16.     <button id="getResult">Получить результат!</button>
  17. </body>
  18. <script src="main.js"></script>
  19. </html>
Add Comment
Please, Sign In to add comment