Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- <h1>Калькулятор ИМТ</h1>
- <p>Введите рост:</p>
- <input id="height">
- <p>Введите вес:</p>
- <input id="weight">
- <br>
- <button id="getResult">Получить результат!</button>
- </body>
- <script src="main.js"></script>
- </html>
Add Comment
Please, Sign In to add comment