- HTML (Hyper Text Markup Language) - Language that define structure of your website.
- You can Learn more about HTML Documentation
- Setup
- Download / Install VS Code
- Install 2 Extensions
- First you have to download VS Code from here Download VS Code
- You have multiple options to download for windows, macOS, linux etc..
- Download it anywhere you want.
- Then you have to install it, and you get something like this UI
-
There are some useful menus:
- File Explorer
- Find & Replace Words
- Version Control (GitHub)
- Extensions
-
You have to Install these 2 Extensions:
- Prettier ➡️ Installation LINK
- Live Server ➡️ Installation LINK
-
I've already installed this, so you will see install button instead of Uninstall.
-
You can install these extensions from VS Code or the Link I mentioned here.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>