Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.92 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5.     <title>Aufbau</title>
  6. </head>
  7. <body bgcolor="00B2EE">
  8.  
  9. <link rel="stylesheet" href="css.css">
  10.  
  11. <div id="navibereich">
  12. <div id="navi_unterbereich">
  13. <a href="definition.html"><img src="https://picload.org/image/rgrdiicr/definition.png" alt="Definition" style="width: 180px; height: 66px;" /></a>
  14. <a href="Aufbau.html"><img src="https://picload.org/image/rgrdiilw/aufbau.png" alt="Aufbau" style="width: 180px; height: 66px;"/></a>
  15. <a href="Typen.html"><img src="https://picload.org/image/rgrdiicc/typen.png" alt="Typen" style="width: 180px; height: 66px;"/></a>
  16. <a href="Grafikprozessor.html"><img src="https://picload.org/image/rgrdiicp/grafikprozessor.png" alt="Grafikprozessor" style="width: 180px; height: 66px;"/></a>
  17. </div>
  18. </div>
  19.  
  20. <div id="textbereich">
  21.  
  22. Hier entsteht eine Website zum Thema Grafikkarte.
  23.  
  24. </div>
  25.  
  26. <div id="fussbereich">
  27.  
  28.  
  29.  
  30. </div>
  31.  
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement