Setting up VS Code
- visit Google (or any preferred browser).
- Enter “Download Visual Studio Code”
- To download and install it according to your OS, click.
- To view the changes you make to your website after installation is complete, install the Live Server extension.
What browser should I use when developing a website?
You can generally use any supported web browser on your device. These are the most typical of them:
- Chrome
- Windows Edge
- Safari
- Firefox
- Brave
However, in my opinion, the Firefox browser offers the best features and usability, particularly for a beginning user. In reality, Firefox will be used in this tutorial to display the code outputs on our website.
Your initial CSS site
So, if you followed the preceding instructions correctly, you can open VS Code and create a new file called “first.html.” I’m going to presume that you already know enough about HTML to comprehend how its tags and emmet work.