Multiple choice web-design

Which of the following correctly describe Dreamweaver's form building capability?

  1. It designs XML forms.

  2. It supports forms generated by Access Database.

  3. It has no server side form processing features.

  4. It has no client side form processing features.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Dreamweaver provides tools to design the visual layout of forms (client-side), but it does not inherently include server-side processing logic (like PHP or ASP scripts) to handle the data once submitted; that must be coded or configured separately.