BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form action="demo_form.php" id="form1"> First name: <input name="fname" type="text"><br> <input type="submit" value="提交"> </form> <object data="helloworld.swf" form="form1" height="400" name="obj1" width="400"></object> <p><b>注意:</b>几乎所有的主流浏览器都不支持 form 属性。</p> </body> </html>
运行结果