Every form needs some type of connection to a
Web server, whether it is through one of the Dreamweaver server models or a common gateway interface
(CGI) script.
Forms, like HTML tables, are self-contained units within a Web page. All the elements of a form are contained
within the form tag pair
. You cannot nest forms as you do tables, although
there??™s nothing to stop you from having multiple forms on a page.
The most commonly used attributes of the
Pages:
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917