Which option will provide a formatted table with two columns, three rows, a title, description, and footer area?
Posted: Fri Aug 26, 2022 9:57 am
Which option will provide a formatted table with two columns, three rows, a title, description, and footer area?
A. Add a computed field to the custom control, change the content type to HTML, and enter thefollowing code: <table><td> <tr></tr><tr></tr><tr></tr></td> <td> <tr></tr><tr></tr><tr></tr></td> </table>
B. Add a computed field to the custom control, change the content type to HTML, and enter the following code: <table><tr> <td></td><td></td></tr><tr> <td></td><td></td></tr><tr> <td></td><td></td></tr></table>.
C. Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drop a form layout row onto the table. Drop two layoutcolumn controls onto the row. Repeat twice for the additional rows.
D. Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drag a form layout column onto the table. Drop three form layout row controls onto the column. Repeat for the second column.
A. Add a computed field to the custom control, change the content type to HTML, and enter thefollowing code: <table><td> <tr></tr><tr></tr><tr></tr></td> <td> <tr></tr><tr></tr><tr></tr></td> </table>
B. Add a computed field to the custom control, change the content type to HTML, and enter the following code: <table><tr> <td></td><td></td></tr><tr> <td></td><td></td></tr><tr> <td></td><td></td></tr></table>.
C. Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drop a form layout row onto the table. Drop two layoutcolumn controls onto the row. Repeat twice for the additional rows.
D. Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drag a form layout column onto the table. Drop three form layout row controls onto the column. Repeat for the second column.