Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="author" content="Jacob Howard, Byron Salvador">
- <meta name="description" content="A simple site about two high school students, where Jacob is studying JavaScript, and Byron is studying Flash.">
- <meta name="keywords" content="javascript, flash, html, css, byron salvador, jacob howard, autobiography">
- <link rel="icon" href="favicon.ico">
- <link rel="stylesheet" href="style.css">
- <title>JavaScript / Flash Lab (Salvador - Howard)</title>
- </head>
- <body>
- <div id="wrapper">
- <header><h1>Welcome</h1></header>
- <nav>
- <a href="1.html"><button>Page 1</button></a>
- <a href="2.html"><button>Page 2</button></a>
- <a href="index.html"><button class="current">Home</button></a>
- <a href="#"><button>Page 3</button></a>
- <a href="#"><button>Page 4</button></a>
- </nav>
- <main>
- <p>Welcome to our site. Here you will learn about <em>Jacob Howard</em> and <em>Byron Salvador</em>, two high school students studying web design. Also on this site, you will experience some of their skills put to work on HTML, CSS, JavaScript, and Adobe Flash.</p>
- </main>
- <footer>
- <h4>Text Navigation</h4>
- <a href="index.html">Home</a> |
- <a href="#">Page 1</a> |
- <a href="#">Page 2</a> |
- <a href="#">Page 3</a> |
- <a href="#">Page 4</a>
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment