To create a form in HTML, you use the <form> element: <form action="/signup" ... The action attribute specifies a URL that will process the form submission.
確定! 回上一頁