Index page
   

The following shows a facsimile of the HTML to show the beginning of the Declaration of Independence. Add styles to the form fields or select some preset values from the pulldown menu above. Push Submit to see the results. The HTML tags that are affected by the styles you enter into the form are in bold.

<html>
 <head><title>The Declaration of Independence</title>
  <style type="text/css">
   <!--
    
h1 {} h2 {} p {} .dv {}
--> </style> </head> <body> <div class="dv"> <h1>IN CONGRESS, July 4, 1776.</h1> <h2>The unanimous Declaration of the thirteen united States of America,</h2> </div> <p>When in the Course of human events, ... [snip] ... impel them to the separation.</p> <p>We hold these truths to be self-evident, ... [snip] ... unalienable Rights, that among these are <span style=""> Life, Liberty and the pursuit of Happiness.</span> --That to secure these rights, Governments are instituted among Men, deriving their just powers ... {snip] ... Safety and Happiness....</p> </body> </html>
Index page