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>My first If statment</title>
</head>
<body>
<h1></h1>
</body>
</html>
<!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>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>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>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>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>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 Puns</title>
</head>
<body>
<h1>Code2College Pun-A-Thon</h1>
<hr>
<div id="joke-1"> What kind of cheese doesn't belong to you?
</div>
<!DOCTYPE html>
<html>
<head>
<title>jQuery Practice 1</title>
</head>
<body>
<h1>The jQuery Site</h1>
<div id="info"></div>
<div id="cool"> jQuery is cool I guess</div>
<img id="pic" src="www.fake.com">
<!DOCTYPE html>
<html>
<head>
<title>Page Art and Stuff</title>
</head>
<body>
<div class = "A" id = "b"></div>
<div class = "A" id = "d"></div>
<div class = "A" id = "h"></div>
<div class = "A" id = "e"></div>