D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
mushon
Full window
Github gist
Miriam's first html - before and after
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://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>