Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Pre-Cloud 9 Do Now</title>
<p id="Greatest">First Name</p>
</head>
<body>
<p id="Ever" >Last Name</p>
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd Love</title>
</head>
<body>
<h1>Do you love Scripted?</h1>
<button id="yes">Yes</button>
<button id="no">No</button>
<p id=answer><p>
<!DOCTYPE html>
<html>
<head>
<title>Homer Simpson</title>
</head>
<body>
<div id="header">
<img id="profile-picture" src="https://pbs.twimg.com/profile_images/609439993094770690/MqfzEbtj.jpg">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> What is your name? </h1>
<button id = "magic">Say Hello</button>
<input type="text" name="textie">
<input type="text" name="textie">
<!DOCTYPE html>
<html>
<head>
<title>Homer Simpson</title>
</head>
<body>
<div id="header">
<img id="profile-picture" src="http://cdn.playbuzz.com/cdn/5a7cbf0a-6f44-47e8-850a-f7c39ac1525a/c82a2522-7137-4a60-85e5-e1bf75d3c646.jpg">
<h1 id="title">Homer's Profile</h1>
</div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS Zen Garden: The Beauty of CSS Design</title>
<link rel="stylesheet" type="text/css" href="zenstarter.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="allbig" id= "cb"> <img src="http://cdn.wallpapersafari.com/71/0/jV6Onu.gif"> </div>
<div class="all" id="two"></div>
<!DOCTYPE html>
<html>
<head>
<title>4 boxes</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="allbig" id="three"></div>
<div class="allbig" id="four"></div>
<!DOCTYPE html>
<html>
<head>
<title>4 boxes</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="allbig" id="three"></div>
<div class="allbig" id="four"></div>
<!DOCTYPE html>
<html>
<head>
<title>4 boxes</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="allbig" id="three"></div>
<div class="allbig" id="four"></div>