Skip to content

Challenge Create a Form Element

SaintPeter edited this page · 1 revision
Clone this wiki locally

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>.

Something went wrong with that request. Please try again.