What will happen when the user clicks the RESET button inside the form "two" element?
Consider the following HTML5-code.
<body> <form id="one"> <input name="firstname" type="text" /> <input name="lastname" type="text" /> </form> <form id="two"> <input name="address" type="text" /> <input name="city" type="text" /> <input name="RESET" type="reset" form="one" /> </form> </body>What will happen when the user clicks the RESET button inside the form "two" element?
Please select exactly one correct alternative.
Answer
Please see the answer above.
No comments:
Post a Comment