Here is a simple example of an HTML form: <form action="form_processing.php" method="post"> <label for="name">Name:</label> <input type="text" id="name" ...
確定! 回上一頁