To create a form in HTML, you use the <form> element: <form action="/signup" method="post" ... When you click it, the browser sends form data to the server.
確定! 回上一頁