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>Do Now 3.2.0</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="all" id="three"></div>
<div class="all" id="four"></div>
<!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>
<!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>
<!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>
<!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>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>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>