./test.html

  h('body', [
    h('div.Explainer', [
      h('h1', 'Put your URL after the ? in url above.'), 
      h('div.content', [
        h('div.left_controls', [
          h('div.level', 'This is a test demo file to show what HTML looks like when turned to hypertext js function calls.

                ADD YOUR OWN URL TO QS TO CONVERT YOUR TEMPLATES.
                You will also see DOMDocument warnings if your HTML needs attention. :-)'), 
          h('div.past_menu', [
            'This utility was created for Cycle users.. Me first. :-)
                https://gitter.im/staltz/cycle is where we discuss the FRP future.', 
            h('span.verticalText', ), 
            h('div.firstList_leftArrow')
          ]), 
          h('div.search_b#testID', [
            h('br'), 
            h('span', [
              h('b', 'hello')
            ]), 
            'text node', 
            h('span', 'Search:'), 
            h('input#searchTerm.inputClass', { 
              style: {'z-index': '2', 'height': '12px', 'width': '333px'},
              attributes: {type: 'text', size: 13}
            }), 
            h('span.tester', 'unquoted class works too.')
          ])
        ])
      ])
    ])
  ])