Q. Consider the below code:
Identify the correct code in order to fetch the value entered in username text field?
Code:
< body> < form name="login"> Enter Your Name< input value="Akash" id="p_name" name="uname"> < /form> < /body>
β
Correct Answer: (D)
Both B and C