Skip to content

Instantly share code, notes, and snippets.

View hini-manan's full-sized avatar

Prabhodhini Lakshmanan hini-manan

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Unit Six!</title>
</head>
<body>
<div class="compasci">
<h1>Hey you!!!</h1>
<h2>Cuál Es Tu Nombre?</h2>
<input id="name">
<!DOCTYPE html>
<html>
<head>
<title>Unit Six!</title>
</head>
<body>
<div class="compasci">
<h1>Hey you!!!</h1>
<h2>Cuál Es Tu Nombre?</h2>
<input id="name"/>
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.1.0</title>
</head>
<body>
<button id = "magic">Click Here</button>
<button id = "appear">Click Here to make words appear</button>
<h1>I am always awesome!</h1>
</body>
<!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>Session 5</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Cuatro boxes</title>
</head>
<body>
<div id="redbox"></div>
<div id="greenbox"></div>
<div id="bluebox"></div>
<div id="yellowbox"></div>
<!doctype html>
<html>
<head>
<title>Louise's Web Site</title>
</head>
<body>
<h1>Welcome to Louise's web site!</h1>
<!DOCTYPE html>
<html>
<head>
<title>I was awesome two seconds ago</title>
</head>
<body>
<h1>I was awesome two seconds ago!!</h1>
<h2>Hello All!!</h2>
<h3>Just pick up a pen and an apple :)</h3>