Html-template-for-websites


SUBMITTED BY: benk2x

DATE: Jan. 28, 2020, 4:04 p.m.

FORMAT: Text only

SIZE: 711 Bytes

HITS: 641

  1. Html TEMPLATE FOR WEBSITES
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <link rel="stylesheet" href="index.css">
  6. </head>
  7. <body>
  8. <div id="div-wrapper">
  9. <header>
  10. <div id="div-newsbar">
  11. </div>
  12. </header>
  13. <div id="div-menu">
  14. </div>
  15. <!---->
  16. <div id="div-article-menu">
  17. <div class="div-article-one">
  18. </div>
  19. <div class="div-article-two">
  20. </div>
  21. <div class="div-article-three">
  22. </div>
  23. <div class="div-article-four">
  24. </div>
  25. <div id="div-article-switch">
  26. </div>
  27. </div>
  28. <div id="div-offer">
  29. </div>
  30. <footer>
  31. <div id="div-footbar">
  32. </div>
  33. </footer>
  34. </div>
  35. </body>
  36. </html>