Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Wolves</title>
- <meta charset="UTF-8" />
- <link href="show.css" rel="stylesheet" type="text/css" />
- <link href="wolf.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <header>
- <h1>Wolves</h1>
- </header>
- <section>
- <article id="info">
- <h2>Wolf Info</h2>
- <p>The <b>Gray Wolf</b> <i>Canus lupus</i> blah blah blah.</p>
- </article>
- <article id="species">
- <h2>Species</h2>
- <ul>
- <li>Gray Wolf</li>
- </ul>
- </article>
- </section>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment