Example: First HTML Page
Example
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>Page Title</title>
5
</head>
6
<body>
7
8
<h1>My First Heading</h1>
9
<p>My first paragraph.</p>
10
11
</body>
12
</html>
Install Live Server Extension in VS Code

⊞Administrator: Windows 11 Command Prompt (cmd.exe)
>code --install-extension ritwickdey.LiveServer
⊞Windows 11 Execution OutputReal PC Match
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
Installing extensions...
Installing extension 'ritwickdey.LiveServer'...
Extension 'ritwickdey.LiveServer' v5.7.9 was successfully installed.
Launch Your First HTML Page in Google Chrome

