|
Example:
|
Example:
|
|
(See: click here)
|
|
<html>
<head>
<title> HTML Form 1</title>
</head>
<body>
<HR>
<HR>
<B> Form: </B>
<HR>
<P>
<FORM ACTION="http://holland.mathcs.emory.edu/~cs377001/Web/echo.php"
METHOD="GET or POST">
<p>Enter input: <input type="text" name="inp" size=40></p>
<p><input type="submit" value="Press to send"></p>
</FORM>
</body>
</html>
|
What the Form tag look like in a webpage:
Explanation:
|
http://holland.mathcs.emory.edu/~cs377001/Web/form1.html |
Or: click here
Enter some text in the input box and click submit