Example
Example
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>Ordered Lists</title>
5
</head>
6
<body>
7
8
<h2>How to Setup VS Code on Windows 11</h2>
9
<ol>
10
<li>Download the Windows 11 User Installer.</li>
11
<li>Run the setup wizard executable.</li>
12
<li>Enable 'Add Open with Code' checkboxes.</li>
13
<li>Launch VS Code and create index.html.</li>
14
</ol>
15
16
</body>
17
</html>
