tr = tbody.addChild( TR );
tr.addChild( TD ).addAttribute( "class", "w30" ).addContent( "Decoded words" );
tr.addChild( TD ).addContent( "{decoded-words}" );
table = body.addChild( TABLE ).addAttribute( "class", "w100" );
thead = table.addChild( THEAD );
tr = thead.addChild( TR );
tr.addChild( TH ).addAttribute( "class", "w10" ).addContent( "Index" );
tr.addChild( TH ).addAttribute( "class", "w10" ).addContent( "Clocks" );
tr.addChild( TH ).addAttribute( "class", "w10" ).addContent( "Block" );
tr.addChild( TH ).addAttribute( "class", "w10" ).addContent( "Address" );