HTML
1
2
<html>
3
<head>
4
<title>Use of ol tag start from </title>
5
</head>
6
<body>
7
<h1>Use of ol tag</h1>
8
<ol start="50">
9
<li>Phone</li>
10
<li>Computer</li>
11
<li>iPad</li>
12
</ol>
13
</body>
14
</html>
CSS
โx
1
โ
JavaScript
1
1
โ
Output: