Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>My first If/Else statment</title>
</head>
<body>
<h1></h1>
<input id="username" placeholder="username">
<input id="password" placeholder="password">
<button> Submit</button>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="box">
<input class="condition" placeholder="A Medical Condition">
<button class="btn1">Click</button>
<!DOCTYPE html>
<html>
<head>
<title>My Name Is...</title>
</head>
<body>
<div class="blue bigger" id="name">My name is Mirza</div>
<div class="blue" id="location">I live in Jackson Heights, Queens</div>
<div class="green" id="hobby">I like to draw</div>
<div class="buttons">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h3>How many inches tall are you?</h3>
<input><button>Analyze</button>
<p id="message"></p>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Earth Simulator</title>
<link rel="stylesheet"
type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.2.1.js"
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
<!DOCTYPE html>
<html>
<head>
<title>For Loop do now</title>
</head>
<body>
<button>click here</button>
</body>
</html>
<!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>
<!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>
<!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>
<!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>