Facebook
From Pawcio, 7 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 265
  1. <!DOCTYPE html>
  2. <meta charset="utf-8"/>
  3. <title>tytuł</title>
  4. <link vel="stylesheet" type="text/css" href="cos.css"/>
  5. </head>
  6.  
  7.        
  8.   <div id="all">
  9.     <header id="h">
  10.         <h1>nagłówek</h1>
  11.     </header>
  12.     <menu id="m">
  13.       <h2>SPIS</h2>
  14.       <ul>
  15.         <li>1</li>
  16.         <li>2</li>
  17.         <li>3</li>
  18.       </ul>
  19.       <img src="x.jpg" alt="x"/>
  20.     </menu>
  21.     <article id="TRESC">
  22.       <p>Treść strony<p>
  23.       </article>
  24.     <footer id="STOPKA">
  25.       <p>Stopka</p>
  26.     </footer>
  27.   </body>
  28.   </html>