编辑你的代码:
<!DOCTYPE html> <html> <body> <form action="/html5/tryit/demo_form" id="form1"> First name: <input type="text" name="fname"><br> <input type="submit" value="提交"> </form> <p>下面的"Last name" 域属于上面的的表单元素的一部分.</p> Last name: <input type="text" name="lname" form="form1"> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试