Skip to content

Instantly share code, notes, and snippets.

View cmoscardi's full-sized avatar

Christian Moscardi cmoscardi

View GitHub Profile
<!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>Simply ForEach Party Invite</title>
</head>
<body>
<p> <strong>Directions</strong>: write a for loop that invites everyone to the party. It should look like this: <a href="https://rawgit.com/cmoscardi/d400356aa583f45f4d26f6f4d5b8208c/raw/c23782f39df908d65dd742c84f90ae0b6d7052ac/invite.html">Invite Page</a></p>
<!DOCTYPE html>
<html>
<head>
<title> Hangman Solution</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="Hangman-0.png"/>
<div id="word"></div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<input placeholder="name" id="name" />
<input placeholder="description" id="description" />
<button id="describe-button">Add Item</button>
<div class='info'>Name: Cat
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div>First Name</div>
<input id="first-name" />
<div>Last Name</div>
<input id="last-name" />
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="part2">
<div class="boxes">
<div class="box" id="box1">1</div>
<div class="box" id="box2">2</div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<input placeholder="name" id="name" />
<input placeholder="description" id="description" />
<button id="describe-button">Add Item</button>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Shop</title>
</head>
<body>
<div id="header">
<h1>Williamsburg Headphones</h1>
</div>
<div id="products">
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.1</title>
</head>
<body>
<h1>This is a big blue box?!</h1>
<div class="large" id="one"></div>
<p id="hey"></p>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> My heading </h1>
<p> My First Paragraph </p>
<p> My Second Paragraph </p>
</body>