Skip to content

Instantly share code, notes, and snippets.

@mushon
Created February 5, 2010 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mushon/296293 to your computer and use it in GitHub Desktop.
Save mushon/296293 to your computer and use it in GitHub Desktop.
Miriam's first html - before and after
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>How to Make an Origami Bunny</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="header">
<h1> How to Make an Origami Bunny </h1>
<h2> A Tutorial </h2>
</div>
<div id="Content">
<div id="Introduction">
<p> The word origami comes from the Japanese words 'Oru' and 'Gami', which mean 'folding' and 'paper' respectively. There are many hundreds of thousands of shapes that a seasoned Origami practitioner can create using the standard square sheet of Origami paper. In this tutorial, you will learn how to create the shape of a bunny using only one piece of paper, the nimbleness of your young mind and fingers, and the power of your own breath. </p>
</div>
<div id="Steps">
<ol>
<li>
<div class="image box">
<img src="images/Step 1.jpg" alt="step 1">
</div>
<div class="caption">
</div>
<div id="Step-1">
<p> The first step in creating the origami bunny is to fold the necessary creases into the sheet. You do this by folding the sheet in half horizintally, vertically, and diagonally in both directions. You will create a star shape.</p>
</div>
</li>
<li>
Step 2 goes here...
</li>
</ol>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment