Return to Snippet

Revision: 70203
at December 10, 2015 03:38 by kemikazii


Initial Code
<html>
 <body>
<title>Kemoy Joseph-The Nitro Circus</title>
<link href="vid.css" rel="stylesheet" type "text/css"><!--Links the stylesheet to the websiet-->
<style>
p {background: url("ncr.jpg")}<!--Inputs an image as the background of the text-->
</style>

<style>
h2 {background: url("ncr.jpg")}<!--Inputs an image as the background of the text-->
</style>

<style>
body {background: url("nc.jpg")}<!--Inputs an image as the background of the page-->
</style>

<h2>Listen to the Music of the Nitro Circus</h2>
<object  type ="audio/mpeg" id = "song" width="420" height="60"
 classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ><!--Inputs the music of the site with the Quicktime player controls-->
<param name="src" value="sd.mp3">
<param name="bgcolor" value="black">
<param name="autoplay" value="false">
<param name="controller" value="true">
</object>

<marquee id = "scr" behavior = "scroll" direction = "left" scrollamount = "8"><script>document.write("<h1>The Nitro Circus</h1>");</script></marquee>
<marquee id = "scr1" behavior = "scroll" direction = "left" scrollamount = "7"><script>document.write("<h1>Tuesdays 8:00pm-11:00pm</h1>");</script></marquee>
<marquee id = "scr2" behavior = "scroll" direction = "left" scrollamount = "6"><script>document.write("<h1>Fridays 1:00pm-4:00pm</h1>");</script></marquee>


<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>
<object id = "scr3" style="float:left"  type="video/mpeg"width="640" height="500" 
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" >
<param name="controller" value="true">
<param name="src" value="vd.mp4">
<param name="autoplay" value="false">
<param name="bgcolor" value="black">
<param name="loop" value="true">
</object>


<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>

Initial URL


Initial Description
A personal webpage demonstrating marquees and embedding content

Initial Title
The Nitro Circus

Initial Tags


Initial Language
HTML