Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Hangman Starter</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="https://github.com/ScriptEdcurriculum/unit13HangmanStarterCode/blob/master/images/Hangman-0.png?raw=true"/>
<!DOCTYPE html>
<html>
<head>
<title>Hangman Starter</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="https://github.com/ScriptEdcurriculum/unit13HangmanStarterCode/blob/master/images/Hangman-0.png?raw=true"/>
<!DOCTYPE html>
<html>
<head>
<title>Hangman Starter</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="https://github.com/ScriptEdcurriculum/unit13HangmanStarterCode/blob/master/images/Hangman-0.png?raw=true"/>
<div id="word"></div>
<!DOCTYPE html>
<html>
<head>
<title>For Loop Review</title>
</head>
<body>
<p>
<strong>Directions:</strong>
<ul>
<li> <u>Task 1</u>: Write 5 console log statements to print out numbers 1 to 5 </li>
<!DOCTYPE html>
<html>
<head>
<title>Hangman Starter</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="https://github.com/ScriptEdcurriculum/unit13HangmanStarterCode/blob/master/images/Hangman-0.png?raw=true"/>
<div id="word"></div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<button id="color-button"> Press me</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Dice Simulator</title>
</head>
<body>
<!-- Put your page markup here -->
<button>click here</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
</body>