Prepare tools for learning HTML and CSS
This time, we will explain how to prepare tools for learning HTML and CSS.
The necessary tools are an editor and a browser.
With these two, you can start learning HTML and CSS.
Tool 1: Editor
An editor is a tool for writing code.
You can use an editor not only for HTML and CSS, but for programming in general!
We recommend installing VSCode, the editor developed by Microsoft!
VSCode is an extremely popular editor used by a wide range of users, from beginners to professionals.
How to Install VSCode
Letâs actually install VSCode.

You can download VSCode from the following page:
VSCode Download PagePlease download the version that matches your computerâs OS (Windows, Mac, Linux).

Now, letâs launch the installed VSCode!
If it starts up and displays the editor screen, youâre all set for now.
Tool 2: Browser
A browser is software for displaying web pages on the internet.
You probably already use a browser when you look things up online.
There are many browsers available, such as Safari and Firefox!
We recommend installing Chrome, the browser developed by Google, so letâs install Chrome!
How to Install Chrome
Please download it from the following page:
Chrome Download PageSummary
Youâve prepared an editor and a browser.
Now that youâre ready to start learning HTML and CSS, letâs proceed with your studies.