Help for this page

Select Code to Download


  1. or download this
    print $q->td(['one', '1', 'I']);
    
  2. or download this
    <TD>one</TD> <TD>1</TD> <TD>I</TD>
    
  3. or download this
    <TD COLSPAN="2">...</TD>
    
  4. or download this
    $q->td([ 'two' ]),
    $q->td({-colspan=>'2'},  [ '2' ]),