?Identify a correct format of a form tag with the post method and specified action.

A. ? method="POST" ="formInfo.php"
B. ?
C. ?="POST"
D. ? method="POST" action="formInfo.php">


Answer: B

Computer Science & Information Technology

You might also like to view...

What term is given to the current location of a process?

What will be an ideal response?

Computer Science & Information Technology

Storage is an area of the computer that temporarily holds data waiting to be processed, stored, or output.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which results in a node that exists independently of the DOM tree??

A. ?appendChild() B. ?createElement() C. ?insertBefore() D. ?setting the value of a variable referencing an independent node to null

Computer Science & Information Technology

The top-down analysis method breaks components into smaller components to make each component easier to analyze and deal with.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology