Advertisement
hakanarslan

Mantıksal Yapı

Mar 6th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>ARTINTERNATIONAL</title>
  6. </head>
  7.  
  8. <body>
  9.     <header>
  10.         <section id="main-slider"></section>
  11.         <nav id="summary-nav"></nav>
  12.         <section id="main-logo"></section>
  13.         <nav id="detail-navigation"></nav>
  14.     </header>
  15.     <article id="main-content"></article>
  16.     <footer>
  17.         <section id="summary-footer"></section>
  18.         <section id="detail-footer"></section>
  19.         <section id="copyright"></section>
  20.     </footer>
  21. </body>
  22.  
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement