Advertisement
Guest User

htm

a guest
Feb 17th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.  
  4. <head>
  5.     <title>
  6.     Prueba - Tu pagina web....
  7.     </title>
  8.         <link rel="stylesheet" type="text/css" href="css/estilo.css">
  9. </head>
  10.  
  11.  
  12.  
  13. <body>
  14.  
  15.     <div id="Contenedor">         <!-- Empiece Contenedor-->
  16.             <div id="menu">
  17.                 <ul>
  18.                     <li><a href="">Inicio</a></li>
  19.                     <li><a href="">Noticias</a></li>
  20.                     <li><a href="">Contacto</a></lI>
  21.                 </ul>
  22.             </div>
  23.            
  24.        
  25.     </div>                         <!-- Fin Contenedor-->
  26.    
  27. </body>
  28.  
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement