2016-08-31

Aug 31 Class Thread.

Hey Everyone,
Post your solutions to the August 31, let's build something here.
Best, Chris
Hey Everyone, Post your solutions to the August 31, let's build something here. Best, Chris

-- Aug 31 Class Thread
<!DOCTYPE html> <html lang='en'>
	<head>
		<title>Anthony Trinh | In-Class Assignment #1</title>
		<meta charset="utf-8" />
	</head>
	<body>
		<div style="text-align: center;">
			<h1>This in-class assignment is super fun!</h1>
			
			<img alt="panda.png" src="http://sara-wifeof.daniel-adams.net/wp-content/uploads/2010/12/panda-having-fun.jpg"/>
			<h3>Panda having fun</h3>
			<h4>Panda.</h4>
			<h5>Panda.</h5>
			<h6>Panda.</h6>
		</div>
	</body>
</html>
<!DOCTYPE html> <html lang='en'> <head> <title>Anthony Trinh | In-Class Assignment #1</title> <meta charset="utf-8" /> </head> <body> <div style="text-align: center;"> <h1>This in-class assignment is super fun!</h1> <img alt="panda.png" src="http://sara-wifeof.daniel-adams.net/wp-content/uploads/2010/12/panda-having-fun.jpg"/> <h3>Panda having fun</h3> <h4>Panda.</h4> <h5>Panda.</h5> <h6>Panda.</h6> </div> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>Cassidy Tarng's Bear Joke</title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1>Bear Joke</h1>
    <p>Three bears were driving down the road. They accidentally drove off a cliff and into the water. 
		Which bear did not get wet?</p>
	<p><i>The dry bear (driver)</i></p>
    </body>
</html>
<!DOCTYPE html> <html> <head> <title>Cassidy Tarng's Bear Joke</title> <meta charset="utf-8" /> </head> <body> <h1>Bear Joke</h1> <p>Three bears were driving down the road. They accidentally drove off a cliff and into the water. Which bear did not get wet?</p> <p><i>The dry bear (driver)</i></p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>A joke</title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1>Strange crime</h1>
    <p>A criminal once admitted that he was once hired to beat a cow in a rice field using only two small porcelain figures.</p>
    <p>Police admit that this may be the first known case of a "knick-knack pattywhack".</p>
    </body>
</html>
(Edited: 2016-08-31)
<!DOCTYPE html> <html> <head> <title>A joke</title> <meta charset="utf-8" /> </head> <body> <h1>Strange crime</h1> <p>A criminal once admitted that he was once hired to beat a cow in a rice field using only two small porcelain figures.</p> <p>Police admit that this may be the first known case of a "knick-knack pattywhack".</p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>In Class Assignment</title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1>Some title here.</h1>
    <p>Insert paragraph here.</p>
    </body>
</html>
<!DOCTYPE html> <html> <head> <title>In Class Assignment</title> <meta charset="utf-8" /> </head> <body> <h1>Some title here.</h1> <p>Insert paragraph here.</p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>Knock Knock</title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1>Knock Knock</h1>
    <p>Knock knock... who's there? Boo... Boo Who? WHAAAAAAAAAA </p>
    </body>
</html>
<!DOCTYPE html> <html> <head> <title>Knock Knock</title> <meta charset="utf-8" /> </head> <body> <h1>Knock Knock</h1> <p>Knock knock... who's there? Boo... Boo Who? WHAAAAAAAAAA </p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>Some random joke</title>
        <meta charset="utf-8" />
    </head>
    <body>
	<h1>Relationships</h1>
    <p>If you're bi and single does that you a <i>standbi</i>?</p>
    </body>
</html>
<!DOCTYPE html> <html> <head> <title>Some random joke</title> <meta charset="utf-8" /> </head> <body> <h1>Relationships</h1> <p>If you're bi and single does that you a <i>standbi</i>?</p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>Funny Joke</title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1>The Norwegian in the desert</h1>
    <p>Why do the Norwegian carry sandpaper in the desert?
He thinks it's a map.</p> </body>
</html>
(Edited: 2016-08-31)
<!DOCTYPE html> <html> <head> <title>Funny Joke</title> <meta charset="utf-8" /> </head> <body> <h1>The Norwegian in the desert</h1> <p>Why do the Norwegian carry sandpaper in the desert?<br>He thinks it's a map.</p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title>IDONTKNOW</title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1>what?</h1>
    <p>huh?</p>
    </body>
</html>
<!DOCTYPE html> <html> <head> <title>IDONTKNOW</title> <meta charset="utf-8" /> </head> <body> <h1>what?</h1> <p>huh?</p> </body> </html>

-- Aug 31 Class Thread
<!DOCTYPE html> <html>
    <head>
        <title> My joke </title>
        <meta charset="utf-8" />
    </head>
    <body>
    <h1> Cinderella Joke </h1>
    <p> Why did Cinderella get kicked off the soccer team? 
    Because she kept running away from the ball! </p>
    </body>
</html>
(Edited: 2016-08-31)
<!DOCTYPE html> <html> <head> <title> My joke </title> <meta charset="utf-8" /> </head> <body> <h1> Cinderella Joke </h1> <p> Why did Cinderella get kicked off the soccer team? Because she kept running away from the ball! </p> </body> </html>
[ Next ]
X