I have very minimal knowledge in JSP and i have come across a tag "autocomplete" Can anyone let me know if the do not specify this tag what will be its default value ? For example :- i have the code as below :-
<tr>
<td><b>Password</b></td>
<td><input type="password" name="password" value=""/></td>
</tr>
Here i am not specifying autocomplete so will the default value be false or will it be true.
Thanks in advance for you help .