Question

1. Buttons that can automatically be created using the type attribute are __________. A. submit B....

1. Buttons that can automatically be created using the type attribute are __________.

A. submit

B. reset

C. submit and reset

D. All buttons require the type attribute.

2. Which of the following are ways to submit form data?

A. email

B. to a server

C. to a JavaScript program

D. All of these are ways to submit form data.

3. When using a set of radio buttons, which attribute must be the same for all buttons in the set?

A. name

B. id

C. value

D. selected

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The answer to this question is as follows:

The buttons that can automatically be created using the type attribute are sumbit,reset and hidden

but the provided options is option c is correct i.e submit and reset

The following ways to submit the form data is :

We can use email, to a server, to a javaScript program so the answer is All of these ways to submit form data(Option d)

The answer to the third question is as follows:

We can use the name attribute must be the same for all buttons in the set.

so the answer is option A(name)

Add a comment
Know the answer?
Add Answer to:
1. Buttons that can automatically be created using the type attribute are __________. A. submit B....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1.Buttons that can automatically be created using the type attribute are __________. A. submit B. reset...

    1.Buttons that can automatically be created using the type attribute are __________. A. submit B. reset C. submit and reset D. All buttons require the type attribute. 2. Which of the following are ways to submit form data? A. email B. to a server C. to a JavaScript program D. All of these are ways to submit form data. 3. When using a set of radio buttons, which attribute must be the same for all buttons in the set? A....

  • I NEED SOME HELP WITH THIS PLEASE :) 1. Create a data entry form on one...

    I NEED SOME HELP WITH THIS PLEASE :) 1. Create a data entry form on one of your web pages for visitors who want to be added to your mailing list. Include one of each of the following input elements*: Text <input type="text".... • Tel <input type="tel".... . Email <input type="email"... Date <input type="date"... . A set of radio buttons <input type="radio"... • A set of check boxes <input type="checkbox"... • A select element with options <select>.....</select> (do NOT add...

  • 1. Which of the following code snippets will load an array named fives(), consisting of 10...

    1. Which of the following code snippets will load an array named fives(), consisting of 10 elements with the starting value of the first element = 0 and will load each subsequent element counting by 5's, ending with the last element = 45. In other words, the elements in the fives() array should be (0, 5, 10, 15, ... 45).   A. var fives = new Array(); for(j = 1; j < 11; j++)      fives[j] = j + 5; B. var...

  • Using Javascript, I have two radio buttons, depending on the value of the radio button 1...

    Using Javascript, I have two radio buttons, depending on the value of the radio button 1 or 2, you will send a different form to the user. So, if radio button is value "1" send new form1 or if value "2" send new form 2.  New form will ask for letter grades for four courses in textboxes. Onsubmit of new form letter grades A,B,C,D need to be changed to numeric values 1,2,3,4 so an average grade for the four couses can...

  • Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on...

    Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on the client side before it is submitted to the server. It is done everywhere because it is fast and it gives you a great deal of flexibility in how you handle errors insofar as the GUI is concerned. Attached is an image of some code I wrote (so Blackboard can't mess it up). Some things to notice that will help you with the lab....

  • 1) JavaScript is used on the client-side to provide interactivity with the user. a) True b)...

    1) JavaScript is used on the client-side to provide interactivity with the user. a) True b) False 2) Which one of the following is considered a client-side technology? a) PHP b) MySQL c) Java Servlets d) Css 3) Which one of the following is predominantly a server-side technology? a) PHP b) Javascript c) HTML d) Css 4) Which form element requires a user to select one item only from multiple choices. a) Check box b) Text box c) Radio button...

  • NEED HELP DIRECTIONS: Notice that there is one input area and two buttons There is a...

    NEED HELP DIRECTIONS: Notice that there is one input area and two buttons There is a place in the HTML reserved for < li > elements under the heading “Shopping List” Write a javascript program that will cause whatever the user inputs to be placed in a newly -created < li > tag and the tag placed inside the < ul > element whenever the user clicks the button Your program must not create any < li > tag is...

  • If a variable contains _____, it means that the variable does not exist. a null value...

    If a variable contains _____, it means that the variable does not exist. a null value void empty string 0 Question 2 Which of the following is required as the second argument of the TryParse() method? the name of the variable to parse the data type the out keyword the Boolean value Question 3 You must use the action attribute with a Web form. False No answer text provided. True No answer text provided. Question 4 Whether or not data...

  • I am trying to make it so that radio buttons when clicked execute a javascript file....

    I am trying to make it so that radio buttons when clicked execute a javascript file. I have to to have the exercises in external files. Here is what I have so far. I am reusing a script that was used to make radio buttons switch CSS files so I think I have to change the set attribute options. HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <p> 4.2 Output: The first 20 Fibonacci numbers, which are...

  • Below is the code created for a previous assignment. I now need to create functions to...

    Below is the code created for a previous assignment. I now need to create functions to validate the name, age, and item selection in an external JavaScript file. Specifically, check for the following: The user has entered a name Age is a number between 18 and 110 An item is selected Ensure that a handler returns true if the input is acceptable and false otherwise. Add an onSubmit attribute to the form tag so that a validation failure prevents the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT