Help for this page

Select Code to Download


  1. or download this
     <body>
       <div id="content">
            <div id="bacon">
    ...
             </div>
        </div>
    </body>
    
  2. or download this
            Body->new( 
                div_collection => [
                    Div->new( id => 'content')
                ],
            );