Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Old</title>
  5.     <link rel="stylesheet" type="text/css" href="stylem.css">
  6. </head>
  7. <body>
  8.     <header>Header</header>
  9.     <main>
  10.         <article>
  11.             <div class="img">
  12.                 <img src="1.jpg" height="220px" weight="220px">
  13.                 <img src="2.jpg" height="220px" weight="220px">
  14.                 <img src="3.jpg" height="220px" weight="220px"><br>
  15.                 <img src="4.jpg" height="220px" weight="220px">
  16.                 <img src="5.jpg" height="220px" weight="220px">
  17.                 <img src="6.jpg" height="220px" weight="220px">
  18.             </div>
  19.             <div class="art"><p>article</p></div>
  20.             <div class="art"><p>article</p></div>
  21.         </article>
  22.         <nav>
  23.             <div class="column menu">
  24.                 <ul>
  25.                     <li>li</li>
  26.                     <li>li</li>
  27.                     <li>li</li>
  28.                     <li>
  29.                         <ul>
  30.                             <li>li</li>
  31.                             <li>li</li>
  32.                         </ul>
  33.                     </li>
  34.                     <li>li</li>
  35.                 </ul>
  36.             </div>
  37.         </nav>
  38.         <aside>Aside</aside>
  39.     </main>
  40.     <footer>Footer</footer>
  41. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement