Computer Science, asked by shashibalamishra81, 10 months ago

create ordered list
1. Modify the <ol> tag to start the above created list from "4".

Answers

Answered by MrityunjaySharmaa
1

Answer:

Hope you like the answer

<html>

.......

<ol type= "1" start="4">

</ol>

.......

</html>

Similar questions