Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Informatikunterricht Homepage erstellen</title>
  5. <meta name="description" content="Erstellung einer Homepage für den Informatikunterricht">
  6. <meta name="keywords" content="Informatikunterricht, Donner,Kern,Donner,Kern,Dürbeck">
  7. <meta name="author" content="navep">
  8. <meta name="editor" content="html-editor phase 5">
  9. <link rel="stylesheet" type="text/css" href="P:\Eigene Seite\css\style.css">
  10. </head>
  11. <body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
  12.  
  13. <div id="header">
  14. <h1>geändert</h1>
  15. </div>
  16.  
  17. <div id="main">
  18. <div id="menu">
  19. <ul>
  20. <li><a href="#">Startseite</li>
  21. <li><a href="html/tabelle.html">Tabelle</li>
  22. <li><a href="P:\Eigene Seite\html\foto.html">Foto</a>
  23. <li><a href="P:\Eigene Seite\html\kontakt.html">Kontakt</a></li>
  24. <li><a href="P:\Eigene Seite\html\imperssum.html">Impressum</a></li>
  25. </ul>
  26.  
  27. </div>
  28. <div id="content">
  29. <h1>Test Content</h1>
  30. </div>
  31. </div>
  32.  
  33. <div id="footer">
  34. <h1>Test Footert</h1>
  35. </div>
  36. </div>
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. </body>
  45. </html>
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. #header {width:980px;height:150px;background:blue;}
  72. #header h1 {color:#FF0000;}
  73. #main {width: 980px;}
  74. #menu {float:left;
  75. width:200px;
  76. height:300px;
  77. background:green;
  78. margin-top:10px;
  79. margin-bottom:10px;}
  80.  
  81. #menu ul {margin-top:80px;
  82. list-style-type: none;}
  83.  
  84.  
  85. #content {
  86. float:right;
  87. width:770px;
  88. height:300px;
  89. background:red;
  90. margin-top:10px;
  91. margin-bottom:10px;}
  92.  
  93. #footer {float:left;
  94. width:980px;
  95. height:50px;
  96. background:blue;
  97. margin-top:10px;
  98. margin-bottom:10px;}
  99.  
  100.  
  101. #menu h1 {color:white;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement