A
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>
< form name="login">
Enter Your Name< input value="Akash" id="p_name" name="uname">
< /form>
< /body>
- Correct Answer - Option(D)
- Views: 2
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.