Help for this page
&hl(sub { print shift }, [table => {border => 2, width => '80%'}, ... [td => {nowrap => &hl_bool(0)}, '<b>This is not bold</b>'], [td => [b => 'But this is']], [td => &hl_noquote('<b>And so is this</b>')]]]);
<table border="2" width="80%"> <tr> ... <td><b>And so is this</b></td> </tr> </table>