Question Info

This question is public and is used in 3 tests or worksheets.

Type: Multiple-Choice
Category: HTML
Level: Continuing Education
Author: yasserhy
Last Modified: 12 years ago

View all questions by yasserhy.

HTML Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education HTML

In a FORM tag, which attribute would you use to specify the page that is going to handle your submitted data?
  1. <form method="mypage.aspx">
  2. <form onsubmit="mypage.aspx">
  3. <form action="mypage.aspx">