ignacy123

JS_html

Mar 23rd, 2024 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.64 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <title>Document</title>
  6.     <link rel="stylesheet" href="styles.css">
  7. </head>
  8. <body>
  9.     <h1 class="green">Hello</h1>
  10.     <p class="blue">Lorem ipsum dolor sit amet consectetur adipisicing elit.
  11.         Nam nostrum id, quasi ea inventore placeat atque cupiditate cumque veritatis, minima sit quis.
  12.         Earum illum excepturi vel harum ad magni cum.</p>
  13.        
  14.     <div class="gray">
  15.         <h2 id="wynik">Wynik</h2>
  16.         <br>
  17.         <h2 id="osoba">Osoba</h2>
  18.     </div>
  19.  
  20.    
  21.     <br>
  22.     <br>
  23.     <br>
  24.     <label for="name">Imie:</label><br>
  25.     <input type="text" id="name"><br>
  26.     <br>
  27.     <label for="surname">Nazwisko:</label><br>
  28.     <input type="text" id="surname"><br>
  29.     <br>
  30.     <label for="age">Wiek:</label><br>
  31.     <input type="text" id="age"><br>
  32.     <br>
  33.     <label for="is_human" class="select-student">Czy jesteś człowiekiem
  34.         <select id="is_human" class="select-true-false">
  35.             <option></option>
  36.             <option>tak</option>
  37.             <option>nie</option>
  38.             <option>jestem kosmitą</option>
  39.         </select>
  40.     </label><br><br>
  41.     <button id="btn_person">Click here</button>
  42.     <br><br><br><br>
  43.     <label for="number1">Liczba 1:</label><br>
  44.     <input type="text" id="number1"><br>
  45.     <br>
  46.     <label for="number2">Liczba 2:</label><br>
  47.     <input type="text" id="number2"><br>
  48.     <br>
  49.     <button id="btn_calculate">Click here</button>
  50.    
  51.     <script src="index.js"></script>
  52. </body>
  53. </html>
  54. sobota2wV9.aternos.me:60669
Add Comment
Please, Sign In to add comment