老师检查下,谢谢

来源:3-12 编程练习

丨Keep_moving丨

2019-06-07 23:52:42

<html>

<head>

    <meta charset="utf-8">

<title>表单新属性multiple</title>

</head>

<body>

<!-- 此处写代码 -->请输入用户名:<input type="text" name="text" autofocus="autofocus" autocomplete="off"><br><br>

<input type="file" name="file" multiple="multiple"><br><br>

<input type="submit">

</body>

</html>


写回答

1回答

好帮手慕夭夭

2019-06-09

你好同学,表单要放在<form>标签中,否则提交按钮submit提交效果不会生效,如下:

http://img.mukewang.com/climg/5cfc9e980001a74309450235.jpg

祝学习愉快 ,望采纳。

0

0 学习 · 40143 问题

查看课程