How to clear all the input in HTML forms?
Answers
Answered by
0
<form action="myform.cgi"> <input type="password" name="password" id="password" maxlength="6"> <label for="password"> Type a fake password here</label> <br><input type="reset" value="Reset"> </form>
Similar questions
Chemistry,
7 months ago
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
English,
1 year ago