This tutorial introduces the application of various properties of form form tags in web design.
By naming a form, you can control the relationship between a form and a background program.
Insert form in the page.
01 <!-- -------------------------------------------------------------------------------------------------------------------------
02 <!-- File example: 11-1.htm -->
03 <!-- File description: Insert form-->
04 <!-- -------------------------------------------------------------------------------------------------------------------------
05 <html>
06 <head>
07 <title>Insert form</title>
08 </head>
09 <body>
10 <h1>User Survey</h1>
11 <form name=invest>
12 </form>
13 </body>
14 </html>
Line 11 is the form tag, and the form name is invest.