Advertisements
How To Create Reset and Clear Button for Website using form and input attribute.
Project Code:
<html>
<head>
<title>Example of Reset and Clear
</title>
</head>
<body>
<form>
<h3>Project of Reset and Clear</h3>
<input type="reset">
 
<input type="reset"value="clear">
</form>
</body>
</html>
Project Code:
<html>
<head>
<title>Example of Reset and Clear
</title>
</head>
<body>
<form>
<h3>Project of Reset and Clear</h3>
<input type="reset">
 
<input type="reset"value="clear">
</form>
</body>
</html>
Advertisements
Our Social Link