+ 32
" To refer to more than one form, use a space-separated list of form ids. " How?
The form attribute specifies one or more forms an <input> element belongs to <html> <head> <title>Page Title</title> </head> <body> <form id="f"> firstname= <input type="text"> </form> <form id="m"> lastname= <input type="text"> </form> <input form="f m" type="reset"> </body> </html>
9 Respostas
+ 25
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<form id="f">
firstname= <input type="text">
</form>
<form id="m">
lastname= <input type="text">
</form>
<input form="f m" type="reset">
</body>
</html>
+ 3
Add the code that you tried.
What I can understand from the statement is that you instead of referring to two forms like "Form1,Form2" you need to refer to it like: "Form1 Form2" with a space instead of a comma
+ 3
If only we had Athena's code
+ 2
hii athena
+ 1
are you girl ?
+ 1
hi there are you fine
you're beautiful profile
0
perfect site for learn programing
0
hello all !