HTML

5.9_effects.html

Nov 18th, 2016
188
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="A website with live audio and video effects!">
  7. <meta name="keywords" content="effects, audio, video, milwee, html">
  8. <link rel="stylesheet" type="text/css" href="css\5.9_effects.css" />
  9. <link rel="shortcut icon" type="image/png" href="img\favicons\fxicon.png">
  10. <title>A/V Effects</title>
  11. </head>
  12. <body>
  13. <section id="page">
  14. <header>
  15. <hgroup>
  16. <img src="img\logos\fxlogo.png" type="image/png">
  17. <h3>"What does A/V stand for? Air Vacuum?"</h3>
  18. </hgroup>
  19. </header>
  20. <section id="articles">
  21. <div class="line"></div>
  22. <article id="article1" bgcolor="red">
  23. <!-- The first A/V box. -->
  24. <h2>A/V 1</h2>
  25. <div class="line"></div>
  26. <div class="articleBody clear">
  27. <p style="font-size:14px;" align="right"><em>Click the videos to open them in a new tab</em></p>
  28. <figure>
  29. <a href="av\v_bloom.mp4" target="_blank"><video height="340px" width="620px" autoplay loop>
  30.     <source src="av\v_bloom.mp4" type="video/mp4">
  31. </video></a>
  32. </figure>
  33. <audio controls autoplay loop style="margin-top:115px; width:43%;">
  34.     <source src="av\a_doorbell.wav" type="audio/wav">
  35. </audio>
  36. </div>
  37. </article>
  38. <div class="line"></div>
  39. <!-- The second A/V box. -->
  40. <article id="article2">
  41. <h2>A/V 2</h2>
  42. <div class="line"></div>
  43. <div class="articleBody clear">
  44. <p style="font-size:14px;" align="right"><em>Click the videos to open them in a new tab</em></p>
  45. <figure>
  46. <a href="av\v_hiking.mp4" target="_blank"><video height="340px" width="620px" autoplay loop>
  47.     <source src="av\v_hiking.mp4" type="video/mp4">
  48. </video></a>
  49. </figure>
  50. <audio controls autoplay loop style="margin-top:115px; width:43%;">
  51.     <source src="av\a_ufo.wav" type="audio/wav">
  52. </audio>
  53. <p></p>
  54. </div></article>
  55. </section>
  56. <footer>
  57. <p>Copyright 2016 - NotARealSite.com</p>
  58. </footer>  
  59. </section>
  60. <!-- Some scripts that I did not create. -->
  61. <script src="js\5.9_effects.js"></script>
  62. <script src="jquery.scrollTo-1.4.2/jquery.scrollTo-min.js"></script>
  63. <script src="script.js"></script>
  64. </body>
  65. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment