Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <link rel="stylesheet" href="styles.css">
- </head>
- <body>
- <h1 class="green">Hello</h1>
- <p class="blue">Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Nam nostrum id, quasi ea inventore placeat atque cupiditate cumque veritatis, minima sit quis.
- Earum illum excepturi vel harum ad magni cum.</p>
- <div class="gray">
- <h2 id="wynik">Wynik</h2>
- <br>
- <h2 id="osoba">Osoba</h2>
- </div>
- <br>
- <br>
- <br>
- <label for="name">Imie:</label><br>
- <input type="text" id="name"><br>
- <br>
- <label for="surname">Nazwisko:</label><br>
- <input type="text" id="surname"><br>
- <br>
- <label for="age">Wiek:</label><br>
- <input type="text" id="age"><br>
- <br>
- <label for="is_human" class="select-student">Czy jesteś człowiekiem
- <select id="is_human" class="select-true-false">
- <option></option>
- <option>tak</option>
- <option>nie</option>
- <option>jestem kosmitą</option>
- </select>
- </label><br><br>
- <button id="btn_person">Click here</button>
- <br><br><br><br>
- <label for="number1">Liczba 1:</label><br>
- <input type="text" id="number1"><br>
- <br>
- <label for="number2">Liczba 2:</label><br>
- <input type="text" id="number2"><br>
- <br>
- <button id="btn_calculate">Click here</button>
- <script src="index.js"></script>
- </body>
- </html>
- sobota2wV9.aternos.me:60669
Add Comment
Please, Sign In to add comment