Advertisement
daviddos

Nashe s Es'koy zadanie

Aug 22nd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Trying to learn forms and div</title>
  4. <style>
  5. #random {
  6. color:white;
  7. width:1024px;
  8. }
  9. #header {
  10. color:olive;
  11. background-color:blue;
  12. width:100%;
  13. height:200px;
  14. }
  15. #sidebar {
  16. color:orange;
  17. background:yellow;
  18. float:left;
  19. width:20%;
  20. height:300px;
  21. }
  22. #sidebar2 {
  23. color:blue;
  24. background:yellow;
  25. float:right;
  26. width:20%;
  27. height:300px;
  28. }
  29. #footer {
  30. clear:both;
  31. color:blue;
  32. background:olive;
  33. width:100%;
  34. height:300px;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <div id="random">
  40. <div id="header">
  41. When we press Save Submit Code, the results tab will act like an Internet browser (e.g. Chrome, Firefox, Internet Explorer). A browser's job is to transfo
  42. <form>
  43. <select>
  44. <option>Ukraine</option>
  45. <option>USA</option>
  46. <option>United Kingdom</option>
  47. <option>France</option>
  48. <option>Norway</option>
  49. </select>
  50. <input type="button" value="submit country">
  51. </form>
  52. </div>
  53. <div id="sidebar">
  54. irefox, Internet Explorer). A browser's j
  55. </div>
  56. <div id="sidebar2">
  57. irefox, Internet Explorer). A browser's j <br />
  58. dfbgvdfgggggggggg ghmjhhhhhhhhhhhhhhhhhh
  59. </div>
  60. <div id="footer">
  61. fhdgfhfhgjhfgjfgjhhfj
  62. </div>
  63. </div>
  64. </body>
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement