To create a form in HTML, you use the <form> element: ... To submit the form in JavaScript, you call the submit() method of the form object: form.submit();.
確定! 回上一頁