Articles → HTML → Forms In HTML
Forms In HTML
Purpose
Syntax
<form method="" action="">
</form>
Action Attribute
Method Attribute
- Get
- Post
- Get
- Post
Example
<html>
<head>
<title>Form Demo</title>
</head>
<body>
<form method="get" action="Page1.html">
</form>
</body>
</html>
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |