Help for this page

Select Code to Download


  1. or download this
    &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>')]]]);
    
  2. or download this
    <table border="2" width="80%">
     <tr>
    ...
      <td><b>And so is this</b></td>
     </tr>
    </table>