Advertisement
Guest User

tes3

a guest
Jun 23rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <meta content="de" http-equiv="Content-Language" />
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  7. <title>Spielevergleich.de</title>
  8. <style type="text/css">
  9.     .headline {
  10.         text-align: center;
  11.         font-family: verdana;
  12.         font-size: 20px;
  13.         }
  14.     .pics {
  15.         text-align: center;
  16.         }
  17.     .blocktext {
  18.         margin: auto;
  19.         text-align: justify;
  20.         width: 500px;
  21.         }
  22.     ul {
  23.           list-style-type: none;
  24.           margin: 0;
  25.           padding: 0;
  26.           overflow: hidden;
  27.           background-color: #333;
  28.           font-family: verdana;
  29.     }
  30.     li {
  31.       float: left;
  32.     }
  33.     li a {
  34.       display: block;
  35.       color: white;
  36.       text-align: center;
  37.       padding: 14px 16px;
  38.       text-decoration: none;
  39.     }
  40.     li a:hover {
  41.       background-color: #111;
  42.     }
  43. </style>
  44. </head>
  45.  
  46. <body title="Spielevergleich.de" bgcolor="black" text="white">
  47. <ul>
  48.   <li><a href="#home">Home</a></li>
  49.   <li><a href="#list">Liste</a></li>
  50.   <li><a href="#impressum">Impressum</a></li>
  51.   <li><a href="#about">About</a></li>
  52. </ul>
  53. <p class="headline"><strong>Strategiespiele im Vergleich</strong></p>
  54. <p class="blocktext">Strategiespiele im Allgemeinen sind
  55. Spiele bei denen eine Planung des Vorgehens sehr wichtig ist, meistens enthalten
  56. Strategiespiele keine Glücks- oder Zufallselemente sondern bestehen
  57. hauptsächlich aus Taktik</p>
  58. <p></p>
  59. <p></p>
  60. <p class="pics">
  61. <a href="Age%20of%20Empires.html" target="_blank"><img alt="Aoe Logo.jpg" height="201" src="Aoe_Logo.jpg" width="412" /></a>
  62. <a href="Stronghold%202.html" target="_blank"><img alt="Sh2 logo.png" height="202" src="Sh2_logo.png" width="626" /></a>
  63. <a href="Anno%201404.html" target="_blank"><img alt="ANNO 1404.jpg" height="201" src="ANNO_1404.jpg" width="308" /></a>
  64. <a href="Age%20of%20Mythology.html" target="_blank"><img alt="AOM Logo.gif" src="AOM_Logo.gif" height="258" width="643" /></a>
  65. </p>
  66. <p class="blocktext">Durch klicken der Bilder kommen Sie zum jeweiligen
  67. Spiel!</p>
  68.  
  69. </body>
  70.  
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement