<!-- HTML:Basics snippet 8. -->
<!-- Basic HTML summary. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>View snippet page</title>
</head>
<body>
<h1>Beauty is just figures.</h1>
<h2>Mathematicians have discovered a recipe for beauty.</h2>
<h3>What are the ingredients?</h3>
<ol>
<li>the number ½</li>
<li>the number 1 </li>
<li>the number 5 </li>
</ol>
<h3>Method for mixing.</h3>
<table cellspacing="5" cellpadding="5" width="400" border="1">
<tr>
<td>1</td>
<td colspan="2"> </td>
<td>Take the number 5 </td>
</tr>
<tr>
<td>2</td>
<td colspan="2"> </td>
<td>Find its √</td>
</tr>
<tr>
<td>3</td>
<td> </td>
<td>Add the number 1 </td>
<td> </td>
</tr>
<tr>
<td>4</td>
<td>Multiply by ½</td>
<td colspan="2"> </td>
</tr>
</table>
<h3>All brought together in the formula know as the golden ratio formula.</h3>
<img src="goldenratio.gif" width="107" height="43" alt="Golden ratio" title="Golden ratio">
<br>
<hr>
</body>
</html>