Which option will provide a formatted table with two columns, three rows, a title, description, and footer area?

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Which option will provide a formatted table with two columns, three rows, a title, description, and footer area?

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply