Computer Science, asked by sachdevaakanksha03, 9 months ago

26 points
To start an ordered list from 5, write the html code

Answers

Answered by priteesingh34447
2

Answer:

start attribute

<ol type="i" start="5">

<li>HTML</li>

<li>Java</li>

<li>JavaScript</li>

<li>SQL</li>

</ol>

Explanation:

please follow me and mark me as brain list

Similar questions