Advertisement
maramizo

Untitled

Mar 27th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.95 KB | None | 0 0
  1. <HTML>
  2. <head>
  3. <title>Online Library</title>
  4. <style>
  5. h1 {
  6.     text-align: center;
  7.     color: white;
  8.     font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  9.     margin-bottom: 2cm;
  10. }
  11. p1 {
  12.     color: white;
  13. }
  14. body {
  15.     background-color: #cccccc;
  16.     background-image: url("https://cdn.elegantthemes.com/blog/wp-content/uploads/2013/09/bg-1-full.jpg");
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <h1>
  22. The Online Library<br>
  23. <img src="http://www.johnthebaptistcs.ie/wp-content/uploads/2012/06/Orange-ICT.png">
  24. <FORM name ="form1" method ="post" action ="search.php">
  25. <select>
  26.     <option value="physics">Physics</option>
  27.     <option value="maths">Mathematics</option>
  28.     <option value="chemistry">Chemistry</option>
  29.     <option value="programming">Programming</option>
  30. </select>
  31. <Input type = "Submit" Name = "Submit1" VALUE = "Search">
  32. </FORM>
  33. </h1>
  34.  
  35. <footer>
  36. <p1> Website by pseudo-Moe
  37. <a href="contact_us.html">Contact Us</a>
  38. </p>
  39. </footer>
  40.  
  41. </body>
  42. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement