jacksonsydney jacksonsydney
  • 04-06-2021
  • Computers and Technology
contestada

Which HTML tag would you use to create a list like the one below? red blue green ol ul unorderlist orderlist

Respuesta :

MrRoyal
MrRoyal MrRoyal
  • 09-06-2021

Answer:

Unordered list

Explanation:

Given

The html tag needed to create the given list

The list is not properly presented; however, the list in a properly presented question is as follows:

  • red
  • blue
  • green

The code to generate the above output is:

<ul>

        <li>red</li>

        <li>blue</li>

        <li>green</li>  

     </ul>

When a list is generated using the <ul> ... </ul> tag, such list is an unordered list.

Answer Link
huynhthiendy
huynhthiendy huynhthiendy
  • 10-11-2021

Answer:

ul

Explanation:

The < ul > tag is used to create an unordered list.

Ver imagen huynhthiendy
Answer Link

Otras preguntas

using the given zero, find all other zeros of f(x). -2i is a zero of f(x) = x^4 - 45x^2 - 196
Japan was the first country to surrender in World War II. true or false?
in one day Annie traveled 5 times the sum of the number of hours brian traveled an 2. together they traveled 20 hours. find the number of hours each person trav
Tillie Olsen is often associated with ??
Is the exosphere hot or cold
Is the arctic circle north or south of the equator
Which best describes the underlined words in this sentence? Red and a strange shade of green were the only colors available. A. complete subject B. simp
The wingspan of a small plane is 7 meters. If there are approximately 3.28 feet in one meter, what is the wingspan of the plane in feet? Round your answer to th
what is the synonym for sparkling
Solve 2|x| = 3 A. {-3/2, 3/2} B. {-1, 1} C. {-2/3, 2/3}