create ordered list
1. Modify the <ol> tag to start the above created list from "4".
Answers
Answered by
1
Answer:
Hope you like the answer
<html>
.......
<ol type= "1" start="4">
</ol>
.......
</html>
Similar questions