NakoBase Logo
HTML / CSS

Prepare tools for learning HTML and CSS

Published At
Updated At
#Tools#Editor#Browser
🧰

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.

nakobase dog

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!

Note

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.

VSCode Installation

You can download VSCode from the following page:

VSCode Download Page

Please download the version that matches your computer’s OS (Windows, Mac, Linux).

Launching VSCode

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.

nakobase dog

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 Page

Summary

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.