Challenge Create A Form Element - ashish9342/FreeCodeCamp GitHub Wiki

Challenge Create a Form Element

You can build web forms that actually submit data to a server using nothing more than pure HTML. You can do this by specifying an action on your form element.

For example:

<form action="/url-where-you-want-to-submit-form-data"></form>
⚠️ **GitHub.com Fallback** ⚠️