Write an HTML program to create a webpage to display list of 10 fruits. eg 1. Mango 2. Grapes 3. Apple
Answers
Answered by
3
Answer:
I don't know
Explanation:
sorry
check in chrome
don't wait here and waste your time
bye
Answered by
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
Environmental Sciences,
2 months ago
Math,
5 months ago
English,
5 months ago
Math,
11 months ago
Math,
11 months ago