print start_form(), table( Tr( th( 'Column' ), th( 'Headings' ), ), Tr( td( textfield('keywords') ), td( 'top right' ), ), Tr( td( 'bottom left' ), td( 'bottom right' ), ), end_form();