You are creating a web form with this HTML:<br /> 11.<form action="sendOrder.jsp"><br /> 12.<input type="text" name="creditCard"><br /> 13.<input type="text" name="expirationDate"><br /> 14.<input type="submit"><br /> 15.</form><br /> Which HTTP method is used when sending this request from the browser?()<p> You are creating a web form with this HTML:<br /> 11.<form action="sendOrder.jsp"><br /> 12.<input type="text" name="creditCard"><br /> 13.<input type="text" name="expirationDate"><br /> 14.<input type="submit"><br /> 15.</form><br /> Which HTTP method is used when sending this&e
A、A.GET
B、B.PUT
C、C.POST
D、D.SEND
E、E.FORM