Category: 4. 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

  • 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…

  • Tools needed to make an HTML page: 

    1) HTML Editor: It’s a straightforward tool where every piece of HTML content must be written. You can use any text editor of your choice. In this tutorial, we’re using Visual Studio Code because it’s lightweight and open-source. Popular editors for HTML development include text editors like Notepad++ and TextEdit, code editors such as Sublime Text and Visual Studio Code, and full-fledged IDEs…

  • What are the prerequisites to learning HTML?

    I can safely say that there are no prerequisites to learning HTML. HTML is the language of the web and is often the first step that web developers take in learning to code.