HTML

js-flash project index.html rev. 1

May 14th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="author" content="Jacob Howard, Byron Salvador">
  6. <meta name="description" content="A simple site about two high school students, where Jacob is studying JavaScript, and Byron is studying Flash.">
  7. <meta name="keywords" content="javascript, flash, html, css, byron salvador, jacob howard, autobiography">
  8. <link rel="icon" href="favicon.ico">
  9. <link rel="stylesheet" href="style.css">
  10. <title>JavaScript / Flash Lab (Salvador - Howard)</title>
  11. </head>
  12.  
  13. <body>
  14. <div id="wrapper">
  15. <header><h1>Welcome</h1></header>
  16. <nav>
  17. <a href="1.html"><button>Page 1</button></a>
  18. <a href="2.html"><button>Page 2</button></a>
  19. <a href="index.html"><button class="current">Home</button></a>
  20. <a href="#"><button>Page 3</button></a>
  21. <a href="#"><button>Page 4</button></a>
  22. </nav>
  23.  
  24. <main>
  25. <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>
  26. </main>
  27. <footer>
  28. <h4>Text Navigation</h4>
  29. <a href="index.html">Home</a> |
  30. <a href="#">Page 1</a> |
  31. <a href="#">Page 2</a> |
  32. <a href="#">Page 3</a> |
  33. <a href="#">Page 4</a>
  34. </footer>
  35. </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment