Setting up the web development environment
In this post, you'll learn about the required tools for your web development journey. The two basic tools which are used by every web developer are listed below - 1. A text editor 2. A web browser Visual Studio Code is the text editor that I would recommend to you because it comes with the built in Emmet feature, or else you can also use notepad or any other text editor it's totally based on your choice. For those who came across the word "Emmet" first time, Emmet is the feature for web developers or the coders, which provides snippets and abbreviations while you are typing your code. Moving ahead to the web browser, we need a web browser to see the results or to know what we are building. You can use any web browser but Google chrome is widely used. Both of the software are free and easy to use. You can download them from the links provided - 1. Visual Studio Code ( https://code.visualstudio.com/download ) 2. Google chrome ( https://www.google.com/chrome/ ) Now the ...