实例说明:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>小白教程</title> </head> <body> <form action=""> <input type="button" value="提交"> </form> </body> </html>
标签含义:
input type="button" 定义了表单按钮
源代码运行结果如下:
相关文章
标签:html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>小白教程</title> </head> <body> <form action=""> <input type="button" value="提交"> </form> </body> </html>
input type="button" 定义了表单按钮