Question

1-If you want a user to make a selection from a list of items, and you only want them to be able to select ONE item in the li
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hey,

If you want a user to make a selection from list of items then you may use a  radio button or drop down menu i.e option 2. Because, in drop down menu, we provide a list which is a list made by us and the user can only select 1 item from that list. Also, in radio buttons. we can select only one radio button at a time.

Talking about other options-

CheckBox- It is used when we want the user to be able to select more than one option, then we use checkbox.

Scrollable menu with multiple selections allowed cannot be used in this use-case because it will allow the user to have multiple selections, but we allow only one selection by user.

So, the correct option is- radio button and drop down menu.

********************************************************************************

2)

<textarea name="contest_entry" rows="5" cols="50"></textarea>

This will create a multi-line text entry field.

If you want to make a date picker, then you can use-

<input type="date" id="birthday" name="birthday">

If you want to create single-line text entry field-

<input type="text" name="txtSearch" size="20" maxlength="64" />


If you want to create drop down menu-

<label for="fruits">Choose a fruit:</label>
<select name="fruits" id="fruits">
<option value="Apple">Apple</option>
<option value="Mango">Mango</option>
<option value="Banana">Banana</option>
<option value="Pineapple">Pineapple</option>
</select>

Add a comment
Know the answer?
Add Answer to:
1-If you want a user to make a selection from a list of items, and you...
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
  • I'm looking for some assistance with the following: Write a webpage for Indiana University Informatics Department....

    I'm looking for some assistance with the following: Write a webpage for Indiana University Informatics Department. Use CSS and HTML for the webpage. The webpage should have the following HTML elements; Headings E.g. <h1>, <h2>, etc. Have at least 3 heading levels List Unordered Ordered Table Include data in your table (e.g. course offerings) Hypertext link Forms Text field Radio button Checkbox Submit Textbox Pull-down menu When you are creating the elements listed, you should be demonstrating that you know...

  • 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. You typically increase the decimal places from 1 to 2 for a(n) _____ field. A....

    1. You typically increase the decimal places from 1 to 2 for a(n) _____ field. A. Currency B. AutoNumber C. Long Text D. Money 2. What button do you use on the Query Tools Design tab to add a field list to a query? A. Field List button B. Show Table button C. View button D. Table Names button 3. _____ view provides the most options for defining fields. A. Field Create B. Field Define C. Table Create D. Table...

  • 1. A Form control that allows you to select from multiple values is called: a) Text...

    1. A Form control that allows you to select from multiple values is called: a) Text Box b) Command Button c) Label d) List Box 2. An information system consists of: a) Organization b) All of the above c) People d) Technology 3. Which of the following is false about recording a macro? a) There is a pause button which allows you to remove mistakes as you record. b) it is a good idea to plan your steps and practice...

  • This program will provide the user the tools to make up trains from a file of...

    This program will provide the user the tools to make up trains from a file of available cars. The car data will be the reporting identifier, car type, weight (in tons) and length (in feet) for each car. The user can select to make up a train by total weight, total length or car type. The user will be able to display any train’s consist, and will be able to delete a train (returning the cars to the pool of...

  • C+ HelloVisualWorld, pages 121-125 (in the 3-6 Deciding Which Interface to Use Section) We were unable...

    C+ HelloVisualWorld, pages 121-125 (in the 3-6 Deciding Which Interface to Use Section) We were unable to transcribe this imageCHAPTER 3 Using Guy Objects and the Visual Studio IDE Using Gul Objects (continued) Forn click the Form, its Properties window appears in the lower right portion of the screen, and you can see that the Text property for the Form IS set to Forml. Take a moment to scroll through the list in the Properties Window, examining the values of...

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

  • Project overview: Create a java graphics program that displays an order menu and bill from a...

    Project overview: Create a java graphics program that displays an order menu and bill from a Sandwich shop, or any other establishment you prefer. In this program the design is left up to the programmer however good object oriented design is required. Below are two images that should be used to assist in development of your program. Items are selected on the Order Calculator and the Message window that displays the Subtotal, Tax and Total is displayed when the Calculate...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

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