The Nitro Circus


/ Published in: HTML
Save to your folder(s)

A personal webpage demonstrating marquees and embedding content


Copy this code and paste it in your HTML
  1. <body>
  2. <title>Kemoy Joseph-The Nitro Circus</title>
  3. <link href="vid.css" rel="stylesheet" type "text/css"><!--Links the stylesheet to the websiet-->
  4. p {background: url("ncr.jpg")}<!--Inputs an image as the background of the text-->
  5.  
  6. h2 {background: url("ncr.jpg")}<!--Inputs an image as the background of the text-->
  7.  
  8. body {background: url("nc.jpg")}<!--Inputs an image as the background of the page-->
  9.  
  10. <h2>Listen to the Music of the Nitro Circus</h2>
  11. <object type ="audio/mpeg" id = "song" width="420" height="60"
  12. classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ><!--Inputs the music of the site with the Quicktime player controls-->
  13. <param name="src" value="sd.mp3">
  14. <param name="bgcolor" value="black">
  15. <param name="autoplay" value="false">
  16. <param name="controller" value="true">
  17.  
  18. <marquee id = "scr" behavior = "scroll" direction = "left" scrollamount = "8"><script>document.write("<h1>The Nitro Circus</h1>");</script></marquee>
  19. <marquee id = "scr1" behavior = "scroll" direction = "left" scrollamount = "7"><script>document.write("<h1>Tuesdays 8:00pm-11:00pm</h1>");</script></marquee>
  20. <marquee id = "scr2" behavior = "scroll" direction = "left" scrollamount = "6"><script>document.write("<h1>Fridays 1:00pm-4:00pm</h1>");</script></marquee>
  21.  
  22.  
  23. <p style="text-align:left"style="border:groove" style="border-color:red">Below is a sample clip of the type of stunts that take place in the nitro circus</p>
  24. <object id = "scr3" style="float:left" type="video/mpeg"width="640" height="500"
  25. classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" >
  26. <param name="controller" value="true">
  27. <param name="src" value="vd.mp4">
  28. <param name="autoplay" value="false">
  29. <param name="bgcolor" value="black">
  30. <param name="loop" value="true">
  31.  
  32.  
  33. <img src = "haf.jpg" style="float:right" width="400" height = "300"><p style = "text-align:right" >The Nitro Circus is an action sport collective led by Travis Pastrana, featuring his friends and him traveling around the world riding dirtbikes, base jumping, and performing stunts. It has spawned a tour, a second television series based on the tour, and a 3D feature film.Originally run as a 2006 miniseries on Fuel TV, it began running as an episodic reality television show on MTV that featured people performing various dangerous stunts. Nitro Circus officially debuted on February 8, 2009; Season 2 premiered on August 27, 2009</p>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.