Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>If the number is greater than 0 and less than 100, append "That's a small number."</p>
<p>If the number is greater than or equal to 100 and less than 1000, append "That's a medium number"</p>
<p>If the number is greater than 1000, append "That's a large number."</p>
<input>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>If the number is greater than 0 and less than 100, append "That's a small number."</p>
<p>If the number is greater than or equal to 100 and less than 1000, append "That's a medium number"</p>
<p>If the number is grreater than 1000, append "That's a large number."</p>
<input>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Welcome To Javascript Variables</title>
</head>
<body>
<h1>Welcome to Javascript</h1>
<div>
<span>Your Name: </span>
<input type="text" id = "name">
<!DOCTYPE html>
<html>
<head>
<title>Welcome To Javascript Variables</title>
</head>
<body>
<h1>Welcome to Javascript</h1>
<button>CLICK ME</button>
<p></p>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Parts of Speech: We Do</title>
</head>
<body>
<h1 id = "header">This is a page about the parts of speech</h1>
<h1 id = "noun"> This is a noun --> </h1>
<h1 id = "adj"> This is a adjective --> </h1>
<div id ="sentence"></div>
<!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>
<button class="change-color">Change color</button>
<!DOCTYPE html>
<html>
<head>
<title>Parts of Speech: We Do</title>
</head>
<body>
<h1 id = "header">This is a page about the parts of speech</h1>
<h1 id = "noun"> This is a noun --> </h1>
<h1 id = "adj"> This is a adjective --> </h1>
<div id ="sentence"></div>
<!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>
<button class="change-color">Change color</button>
<!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>
<button class="change-color">Change color</button>