Facebook
From cipu, 4 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 209
  1. <!DOCTYPE html>
  2. <meta charset="UTF8">
  3.     <head>
  4.         <link rel="stylesheet" href="style.css">
  5.         <title>Filmy</title>
  6.  
  7.     </head>
  8.     <section id="left">
  9.         <h3>Dostępne gatunki filmu</h3>
  10.         <ol>
  11.            <li>SCi-fi</li>
  12.            <li>Animacja</li>
  13.            <li>Dramat</li>
  14.            <li>Horror</li>
  15.            <li>Komedia</li>
  16.         </ol>
  17.         <p> <a href="url">Pobierz obraz</a></p>
  18.         <p><a href="url">Sprawdż repertuar kin</a></p>
  19.     </section>
  20.     <section id="right"><h1>FILMOTEKA</h1>
  21.     <section id="box">
  22.         <form action="dodaj.php" method="post">
  23.             Tytul: <input type="text" name="tytul"><br>
  24.             Gatunek Filmu: <input type="number" name="gatunek"><br>
  25.             Rok produkcji: <input type="number" name="rok"><br>
  26.             Ocena: <input type="number" name="ocena"><br>
  27.             <button type="reset" value="reset">Wyczysc</button>
  28.             <button type="submit" value="dodaj">Dodaj</button>
  29.         </form>
  30.     </section>
  31.     <section id="secondbox">
  32.         <img src="kadr.jpg" alt="zdjecie filmowe">
  33.     </section>
  34.     </section>
  35. </body>
  36. <footer>Autor strony:</footer>
  37. </html>
  38.