Home » HTML » HTML Attributes » Question
  1. Which of the following is not the keyword of form method attribute?
    1. POST
    2. OUT
    3. GET
    4. PUT
    5. None of these
Correct Option: B

The keyword GET, POST, PUT, DELETE mapped to the state GET, POST, PUT, DELETE and indicating the HTTP method respectively.



Your comments will be displayed only after manual approval.