Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="author" content="Tutorial html Rollingcode">
  6. <meta name="description" content="agregar una descripcion del sitio">
  7. <meta name="keywords" content="tutorial, html, desarrollo web">
  8.  
  9.  
  10. </head>
  11.  
  12. <body>
  13.  
  14. <header>
  15.  
  16. <div >
  17. <h1>TODO BARATO</h1>
  18. <input type="text" placeholder="buscar">
  19.  
  20. </div>
  21.  
  22. <div>
  23. <ul class>
  24.  
  25. <li> categorias</li>
  26. <li>Descuentos Exclusivo</li>
  27. <li>Ventas</li>
  28. <li>Trueques</li>
  29.  
  30. </ul>
  31.  
  32. </div>
  33.  
  34.  
  35. </header>
  36.  
  37. <div class="body">
  38. <div class="compra"></div>
  39. <div class="venta"> </div>
  40. <div class="trueques"></div>
  41. </div>
  42.  
  43. </body>
  44.  
  45.  
  46.  
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement