1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Pavlov_Maik_FSA3</title>
- <link rel="stylesheet" href="css/style.css">
- </head>
- <body>
- <main>
- <h1 style = color:white>hellow World</h1>
- <div class="block">
- <input type="number" id="afooter" placeholder="first namber">
- <input type="number" id="bfooter" placeholder="second namber">
- <button id="calculeit">plus</button>
- <input type="namber" readonly id="output" placeholder="resoult">
- </div>
- </main>
- <script src="script/script.js"></script>
- </body>
- </html>
|