form $ span $ toHtml "foo"
<form><span>foo</span></form>
div ! form "bar" $ "Hello."
<div form="bar">Hello.</div>