Arctic_Wolfy

wolf.htm

Apr 4th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Wolves</title>
  5.        
  6.         <meta charset="UTF-8" />
  7.         <link href="show.css" rel="stylesheet" type="text/css" />
  8.         <link href="wolf.css" rel="stylesheet" type="text/css" />
  9.     </head>
  10.    
  11.     <body>
  12.         <header>
  13.             <h1>Wolves</h1>
  14.         </header>
  15.        
  16.         <section>
  17.             <article id="info">
  18.                 <h2>Wolf Info</h2>
  19.                 <p>The <b>Gray Wolf</b> <i>Canus lupus</i> blah blah blah.</p>
  20.             </article>
  21.             <article id="species">
  22.                 <h2>Species</h2>
  23.                 <ul>
  24.                     <li>Gray Wolf</li>
  25.                 </ul>
  26.             </article>
  27.         </section>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment