Guest User

Untitled

a guest
Apr 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>web template </title>
  4. <link rel="stylesheet" href="style.css" />
  5. </head>
  6. <body>
  7.  
  8. <div id="main">
  9.  
  10.  
  11.  
  12. <!-- header begin -->
  13. <div id="header">
  14. <div class="h1"> h1</div>
  15. <div class="h2"> h2</div>
  16. </div>
  17. <!-- header end -->
  18.  
  19.  
  20.  
  21. <!-- content begin -->
  22. <div id="content">
  23. <div class="c1">content1</div>
  24. <div class="c2">content2</div>
  25. <div class="c3">content3</div>
  26. <div class="c4">content4</div>
  27. </div>
  28. <!-- content end -->
  29.  
  30.  
  31.  
  32. <!-- footer begin -->
  33. <div id="footer">
  34. <div class="f1">footer left</div>
  35. <div class="f2" align="center"><center>footer right</center>
  36. <img src="rose.jpg" width=100px height=50px />
  37.  
  38. </div>
  39.  
  40. </div>
  41.  
  42. <!-- footer end -->
  43.  
  44. </div>
  45. </body>
  46. </html>
Add Comment
Please, Sign In to add comment