Advertisement
pan7nikt

e_14_2014_05_01_zakres.html

Sep 5th, 2022
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 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.     <link rel="stylesheet" href="style.css" type="text/css">
  8.     <link rel="stylesheet" href="czcionka.css" type="text/css">
  9.     <title>Opis</title>
  10. </head>
  11. <body>
  12.     <div id="banner">
  13.         <a href="index.html"><img src="banner.png"></a>
  14.     </div>
  15.     <div id="lewy">
  16.         <a href="opis.html">Opis</a><br>
  17.         <a href="liczba.html">Jaka to liczba?</a><br>
  18.         <a href="zakres.html">Liczby całkowite z zakresu</a><br>
  19.     </div>
  20.     <div id="prawy">
  21.             <p id="wynik"></p>
  22.         <script src="zakres.js"></script>
  23.     </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement