Search This Blog

HTML Input Tag With Reset Example

HTML Input Tag With Reset Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Reset Example </h2>
<form>
<lable> Enter Your Name: </lable> <input type="text" placeholder="your name"/>
<br/><br/>
<input type="reset" />
<br/><br/>
<input type="reset" value="Reset_Button"/>
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Reset Example

No comments:

Post a Comment