Simple Contact Form

Formatted HTML

Create a simple Contact Form that contains a contact form with the following requirements:

  • - The document should have a title of "Contact Us".
  • - The body of the document should contain:
    • - A heading (h1) with the text "Contact Us".
    • - A form element with:
      • - An input field (type="text") with the placeholder "Your Name" and id="name".
      • - An input field (type="email") with the placeholder "Your Email" and id="email".
      • - A textarea with the placeholder "Your Message" and id="message".
      • - A submit button with the text "Send Message"
        Expected Output:
</>
Code
Loading...
Output