Write an html code to create the following ordered list Apples Oranges Grapes

9.Write an HTML code to create the following ordered list.C. ApplesD. OrangesE. Grapes​

Home/ Indian/Computer Science/9.
Write an HTML code to create the following ordered list.
C. Apples
D. Oranges
E. Grapes​

<ol>: The Ordered List element

The <ol> HTML element represents an ordered list of items — typically rendered as a numbered list.

Content categoriesFlow content, and if the <ol> element's children include at least one <li> element, palpable content.
Permitted contentZero or more <li>, <script> and <template> elements.
Tag omissionNone, both the starting and ending tag are mandatory.
Permitted parentsAny element that accepts flow content.
Implicit ARIA rolelist
Permitted ARIA rolesdirectory, group, listbox, menu, menubar, none, presentation, radiogroup, tablist, toolbar, tree
DOM interfaceHTMLOListElement