Computer Science, asked by ms8367786, 7 months ago

write HTML code to print the following list 1. banana 2. apple 3. orange 4. papaya 5. pineapple​

Answers

Answered by evakvictor
2

Answer:

Explanation:

<!DOCTYPE html>

<html>

<head>

<title>Mark me as Brainliest</title>

</head>

<body>

Order List

<ol>

<li>Orange</li>

<li>Apple</li>

<li>Banana</li>

<li>Grapes</li>

</ol>

Unorder List

<ul>

<li>Cow</li>

<li>Elephant</li>

<li>Lion</li>

<li>Goat</li>

</ul>

</body>

</html>

Answered by priyanshusingh1388
1

Answer:

< ! Doctype html>

<HTML>

<head>

<title> mark me as a brainlist<title>

< head>

<body>

</o|>

unorder list

<ol>

<li>cows <\li>

<|I> elephant<\|i>

<I'll> lion <\li>

order list

<ol>

<il>orange </il>

<il>Apple </il>

<il> Banana </il>

<il> Grapes </il>

Similar questions