Skip to content

Instantly share code, notes, and snippets.

View kirsten's full-sized avatar
👽

Kirsten Nordine kirsten

👽
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<button id="start">Show me Beyonces!</button>
<div id="beyonces"></div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<button id="start">Show me Beyonces!</button>
<button id="stop">No more Beyonces!</button>
<div id="beyonces"></div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Gravity Starter Code</title>
</head>
<body>
<img id="pic" src="https://s-media-cache-ak0.pinimg.com/236x/24/2d/2e/242d2e2f40995f6f6ef2cd10a245c196.jpg">
<div id="ground"></div>
</body>
</html>
http://imgur.com/a/17deu
http://imgur.com/a/AlxId
http://imgur.com/a/FP44N
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> Guess my number! </h1>
<h2></h2>
<input>
<button>Guess</button>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Change the background color!</h1>
<input placeholder="Enter a color">
<button>Change background</button>
<p>Refer to <a href="https://en.wikipedia.org/wiki/Web_colors#HTML_color_names" target="_blank">this list</a> of HTML color names for color ideas, or try entering hex color codes!</p>