Installation & Setup of Visual Studio Code for HTML

We will install and set up HTML to optimize its utility for creating web pages. Additionally, we’ll install extensions in Visual Studio Code to enhance its functionality. If you’re unsure about which editor to use, you can confidently start with Visual Studio Code. You won’t regret it; it’s one of the best free code editors available in the market.

  • Search for “Visual Studio Code download” on Google
  • Download Visual Studio Code for your Operating System. I am using Windows so I will install it for Windows

Here is a quick video showing VS Code Installation:

Live Server Extension

In addition, we’ll be installing the Live Server extension in our Visual Studio Code editor to view live reload pages.

The Live Server extension is used to launch a local development server with a live reload feature for HTML pages.

Here is a quick video showing the installation of the VS Code ‘Live Server’ extension:

In the next lesson, we will start writing some code and review the document structure of HTML pages.< < PreviousNext > >


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *