Computer Science, asked by nikhilyadav50389, 2 days ago

mention the attributes required to build an ordered list ​

Answers

Answered by MohammadFaridJamal
0

Answer:

Input

<html>

<head>

<title>Order list</title>

</head>

<body>

<ol>

<p>Fruit name<p>

<li>Apple </li>

<li>Mango </li>

<li>Banana </li>

</ol>

</body>

</html>

Output

Fruit

  1. Apple
  2. Mango
  3. Banana

Please mark as brainllist and follow me.

Similar questions