TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Contact Us</h2> <form action="submit-form.php" method="POST"> <label for="name">Name:</label> <input type="text" id="name" name="name" required><br><br> <noscript> <p>JavaScript is disabled. Please ensure all fields are filled before submitting.</p> </noscript> <button type="submit">Submit</button> </form> </body> </html>