Search This Blog

HTML Input Tag With Submit Example

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

No comments:

Post a Comment