1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Dima020 [189]
3 years ago
14

In the web form you are creating, you want a multiple-option select list to appear with five options. which line of html code wi

ll help accomplish this
Computers and Technology
1 answer:
suter [353]3 years ago
5 0
You will use a <select> for this. For example:

<select name="choice">
  <option>First</option>
  <option>Second</option>
  <option>Third</option>
  <option>Fourth</option>
  <option>Fifth</option>
</select>
You might be interested in
What is the purpose of Python’s Turtle Graphic Module?
Iteru [2.4K]

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is Importing code to draw on the screen.

Python's Turtle Graphic Module is a graphic library in python that used for drawing. By using this library, you can draw various types of shapes and images. For example, you can draw lines, circles, square, and all different shapes using this library.

However, all other options are not correct because:

To calculate simple mathematical equations, you can do it using general programming. But if you want to do complex mathematics then you can Python Math Module but not Python's Turtle Graphic Module.

Also, the turtle graphic library dos not use for gathering input and to something print on the screen.

7 0
3 years ago
Read 2 more answers
In a system with paging as the address translation mechanism, using multi-level paging always causes less memory usage for stori
Zarrin [17]

Answer:

The given statement is "True". A further explanation is given below.

Explanation:

  • Multi level paging can conserve storage capacity as opposed to sequential paging, including some of its hierarchical method Multi-level paging completing such.
  • Rather precisely, with either the aid of the number of co-association, clients will determine which unique category of 2²⁰ pages whose data are stored as well as the pick itself.
3 0
3 years ago
Using words input, output, processor, CPU, memory, RAM, ROM, and storage,
Mashcka [7]

here because brainly sucks I hate this website stop censoring litteraly everything, can't get away with calling someone a poopy head on here

8 0
3 years ago
True or False? To reduce hazards, flexible cords must connect to devices and fittings in ways that prevent tension at joints and
jek_recluse [69]
The Right Answer Is True.

3 0
4 years ago
What is stored in str after the following code executes?
uranmaximum [27]

Answer:

"CoCoComputer Science"

Explanation:

First let's understand how the loop works, then we'll see what it does.

The variable i is initialized to value 0.  Then inside the loop, it's incremented by 2 in each loop passage, while i < 8, so the loop will be processed with the following values of i: 0, 2, 4 and 6.  It will run a total of 4 times.

Let's examine the actions done during the FIRST loop:

(str equals "Computer Science", so indexOf('m') = 2, i = 0)

- if the index of 'm' within the string is < i  (index = 2, i = 0, FALSE)

does nothing

increases value of i by 2 (now i = 2)

Let's examine the actions done during the SECOND loop:

(str equals "Computer Science", so indexOf('m') = 2, i = 2)

- if the index of 'm' within the string is < i  (index = 2, i = 2,  FALSE)

does nothing

increases value of i by 2 (now i = 4)

Let's examine the actions done during the THIRD loop:

(str equals "Computer Science", so indexOf('m') = 2, i = 4)

- if the index of 'm' within the string is < i  ( index = 2,  i = 4, TRUE)

then str becomes "CoComputer Science"

increases value of i by 2 (now i = 6)

Let's examine the actions done during the FOURTH loop:

(str equals "CoComputer Science", so indexOf('m') = 4, i = 6)

- if the index of 'm' within the string is < i  (index = 4,  i = 6, TRUE)

then str becomes "CoCoComputer Science"

increases value of i by 2 (now i=8)

Loop ends because i = 8 (i < 8 becomes false)

6 0
3 years ago
Other questions:
  • Your computer has gradually slowed down. What's the most likely reason?
    8·1 answer
  • A smartphone user entered an incorrect passcode on his phone several times in a row, which locked the device.
    5·1 answer
  • Jason needs to renew the certificate for his company’s web server. Which of the following is recommended to be submitted to the
    6·1 answer
  • Find the value of 1/2 of 1/2​
    15·2 answers
  • In your opinion, why did Proponents<br>of IPs used IPV6 instead of IPv5​
    7·1 answer
  • Pat practices on the keyboard to improve his typing speed. When he typed the sentence It was a rainy day, he missed typing the l
    6·1 answer
  • kayah has created a website that explains what her business does. what type of computer program is needed to access/view kayah's
    7·2 answers
  • Write a query that returns the first name of a student whose last name is "Patil" and is in the Ravenclaw house.
    9·1 answer
  • Michael needs to ensure that those items that are automatically archived are still easily accessible within Outlook. Which optio
    5·2 answers
  • 8.10 Code Practice Question 3
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!