Skip to content

Instantly share code, notes, and snippets.

View RCTumolac's full-sized avatar

Richard Cole Tumolac RCTumolac

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Name Exercise</title>
</head>
<body>
<h1> What is your name? </h1>
<input id = "Place" placeholder = "Your name here">
<button id = "Button" > Say Hello! </button>
<!DOCTYPE html>
<html>
<head>
<title>jQuery Fun House Starter Code</title>
</head>
<body>
<div class="section">
<h1>What is your name?
<input id="name">
</h1>
<!DOCTYPE html>
<html>
<head>
<title>My first If statment</title>
</head>
<body>
<h1></h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Input Test</title>
</head>
<body>
<form>
<h1>Number between 1 and 100</h1>
<!DOCTYPE html>
<html>
<head>
<title>Input Test</title>
</head>
<body>
<form>
<h1>Number between 1 and 100</h1>
<!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 -->
<h1 id = "1"></h1>
<h1 id = "2"></h1>
<h1 id = "3"></h1>
@RCTumolac
RCTumolac / Dice.html
Last active February 15, 2017 23:32
Exported from Popcode. Click to import: https://popcode.org/?gist=9006b78ab0c104a714091f1401ce7657
<!DOCTYPE html>
<html>
<head>
<title>Dice Simulator</title>
</head>
<body>
<!-- Put your page markup here -->
<button id = "1"> Click for a dice roll</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Array Challenge 2</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Array Challenge 2</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>