You are creating a user-input form for a Web page on your company’s site. You want this Web
form to send information from the user’s browser to your server as securely as possible. Which
<form> tag attribute and value should you use?
A.
method=”get”
B.
action=”post”
C.
action=”get”
D.
method=”post”