Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang=:pl-PL">
  4. <head>
  5. <meta charset="utf-8"/>
  6. <title>Rada klasowa klasy 2TA</title>
  7. <link rel="stylesheet" type="text/css" href="87.css">
  8. <style>
  9. h1{
  10. color:grey;
  11. border-style: ridge;
  12. text-shadow: 2px 2px #000;
  13. text-align: center;
  14. }
  15. input[type=submit],input[type=reset] {
  16. background-color: #4CAF50;
  17. border: 4px solid #ccc;
  18. color: white;
  19. padding: 16px 32px;
  20. margin: 4px 2px;
  21. cursor: pointer;
  22. border-radius: 8px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <div id="lewy"><h1>Aktualności</h1>
  28. <h3>Co robimy</h3>
  29. <ol>
  30. <li>Pomagamy w nauce</li>
  31. <li>Informuemy o prawach ucznia</li>
  32. <li>Prowadzimy finanse klasy</li>
  33. </ol>
  34. <h3>Skład Rady:</h3>
  35. <table callspecing="0">
  36. <tr>
  37. <td rowspan="4">Jan Kowalski <br>Przewodniczący</td>
  38. <td>Szymon Zdun</td>
  39. </tr>
  40. <tr>
  41. <td>Adrian Bąk</td>
  42.  
  43. <tr>
  44. </tr>
  45. <tr>
  46. <td>Paweł Ciesielski</td>
  47. </tr>
  48. </table>
  49. </div>
  50. <div id="prawy"><h1>Nasza Klasa</h1>
  51.  
  52. <p><img src="klasa1.jpg"></p>
  53. </div>
  54. <div id="stopka">
  55. <h1>Ankieta dotycząca wyboru tematu kursu</h1>
  56. <form action="mailto:wsip@wsip.pl?subject=Temat ankiety" method="post">
  57. </p><strong>Imie</strong>:<input type="text" name="Imie" size="30" maxlength="40"
  58. required></p>
  59. <p><strong>Nazwisko</strong>: <input type="text" name="nazwisko" size="30"
  60. maxlength="40" required></p>
  61. <p><strong>Tytuł kursu</strong>: <select>
  62. <option value="HTML">HTML</option>
  63. <option value="CSS">CSS</option>
  64. <option value="CMS">CMS </option>
  65. <option value="SQL"SQL</option>
  66. </select> </p>
  67. <p><input="reset" value="Reset">
  68. <input type="sumbit" value="Sumbit"></p>
  69. </form>
  70.  
  71. <p>Autor strony: Michal Sloma</p>
  72. </div>
  73. </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement