Computer Science, asked by sherlu7298, 1 year ago

How to clear all the input in HTML forms?

Answers

Answered by kukkutrichy
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