Form Method Attribute

Example using the method attribute.

Preview

Code

<form method="post">
<input type="text" placeholder="Your name">
<button type="submit">Send</button>
</form>

More HTML Form Attributes Examples (5)