+ 2
Which tag is used to collect information from user in HTML?
I wrote head, meta both are wrong. is it input, form etc. ?
11 ответов
+ 10
form
+ 3
right answer is form tag bcoz user enter the information in <input type="text" name="name"> but data retrieve and send to server by form tag example
<form action="data.php" method="post">
<input type="text" name="name">
<input type="text" name="phone">
<input type="text" name="email">
<textarea rows="5" cols="5"></textarea>
<input type="submit" name="submit" value="send">
</form>
+ 1
Input ,this challenge question?
+ 1
yes.
but meta too used for this purpose. question should be bit clear.
+ 1
Yeps the question for html make confuse, and when insert blank line to much. Iam using phone keyboard not pc keyboard.that so hard. To many typo.
+ 1
yes same problem here, in mobile keypad struck sometimes and timer keep going.
it can be good question in mcq but ambiguous to write answer.
to collect user data, sessionStorage is also used in HTML5 so its hard to think many possibilities and do type retype in mobile.
+ 1
why it is not input @sona?
0
Hii sonali
0
Fill in the blanks:
<
method="POST" action="#">
<input type="text" name="name" >
<
type="submit" name="submit">
</
>
0
<
method="POST" action="#">
<input type="text" name="name" >
<
type="submit" name="submit">
</
>
0
form