Create Submit Button in HTML code
<html><head>
<title>Submit Button</title>
</head>
<body>
<form action="http://www.example.com/subscribe.php">
<p>Subscribe to our email list:</p>
<input type="text" name="email" />
<input type="submit" name="subscribe" value="Subscribe" />
</form>
</body>
</html>
0 comments:
Post a Comment