Computer Science, asked by avnijadhav97, 5 months ago

Write an HTML program to create a webpage to display list of 10 fruits. eg 1. Mango 2. Grapes 3. Apple

Answers

Answered by maduraivjl
3

Answer:

I don't know

Explanation:

sorry

check in chrome

don't wait here and waste your time

bye

Answered by Ralpha
3

<!DOCTYPE html>

<html>

<head>

<title> Try It Yourself </title>

</head>

<body>

<!-- Ordered List -->

<p> Fruits </p>

<ol>

<li> Apples </li>

<li> Oranges </li>

<li> Grapes </li>

<li> Mango </li>

<li> Avacado </li>

<li> Pineapple </li>

<li> Lemon </li>

<li> Peach </li>

<li> Banana </li>

<li> Strawberry </li>

</ol>

</body>

</html>

Output In Attachment

Attachments:
Similar questions