Computer Science, asked by Dion4548, 7 months ago

HTML code of orange apple banana and grapes for class 7th assignment

Answers

Answered by VISHALKUMARV22
8

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Mark me as Brainliest</title>

</head>

<body>

<ol>

 <li>Orange</li>

 <li>Apple</li>

 <li>Banana</li>

<li>Grapes</li>

</ol>

</body>

</html>

Similar questions