hfff3195 hfff3195
  • 01-01-2024
  • Computers and Technology
contestada

Question 3 A. Write the HTML code that would produce the following output.
Fruits
- Mango
- Orange
- Pineapple

Vegetables
1. Carrot
2. Callaloo
3. Tomato

Respuesta :

samuravadish samuravadish
  • 01-01-2024

<!DOCTYPE html>

<html>

<head>

<title>Fruits and Vegetables</title>

</head>

<body>

<h2>Fruits</h2>

<ul>

<li>Mango</li>

<li>Orange</li>

<li>Pineapple</li>

</ul>

<h2>Vegetables</h2>

<ol>

<li>Carrot</li>

<li>Callaloo</li>

<li>Tomato</li>

</ol>

</body>

</html>

Answer Link

Otras preguntas

the sum of 2 3/5 + (-1/5) write in simplest form
8.2x-3.5×=75.2 how do you work this problem
In 150 words or less, provide one example of how Roger Williams's views were similar to the other Puritans of the Massachusetts Bay Colony and one way in which
Find an equivalent fraction 2/6 2/5
Bill weighs 120 lbs and is gaining ten lbs each month. Phil weighs 150 lbs and is gaining four lbs each month. How many months will it take for bill to wiegh th
A number cube is rolled with these results: 64 ones, 67 twos, 73 threes, 59 fours, 72 fives, and 71 sixes. What is the experimental probability of rolling an ev
The morgan company, a small furniture manufacturer, divides its organization into marketing, human resources, accounting, and production departments. this is an
Rukmani's struggle to feed her family during the drought is an example of _____.
When did virus evolve?
What is a benefit of using a WYSIWYG editor? Eliminate the need for proofreading Move text and images around the page before publishing Produce visually appea