编辑你的代码:
<!DOCTYPE html> <html> <body> <form action="/html5/tryit/demo_form"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> <input type="image" src="/static/images/img_submit.gif" alt="Submit" width="48" height="48"> </form> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试