Advertisement
Guest User

Erste HTML

a guest
Nov 2nd, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 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. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Radiohaus Ost</title>
  6. <link rel="stylesheet" type="text/css" href="css/style.css"/>
  7. </head>
  8.  
  9. <body>
  10.     <div class="container">
  11.       <div id="header">
  12.          <h1 id="branding"><a href="index.html">Radio- und Fernsehhaus Ost</a></h1>
  13.       </div>
  14.       <div id="navig">
  15.           <ul id="navi">
  16.          
  17.            <li class="navi_01"><a href="index.html">Startseite</a></li>
  18.            <li class="navi_02"><a href="about.html">Über mich</a></li>
  19.            <li class="navi_03"><a href="service.html">Dienste</a></li>
  20.            <li class="navi_04"><a href="anreise.html">Anreise</a></li>
  21.            <li class="navi_05"><a href="contacts.html">Kontakt</a></li>
  22.          
  23.           </ul>      
  24.       </div>          
  25.    
  26.    
  27.     </div>
  28. </body>
  29. </html>
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement