HTML Tools

To start building websites, you only need two essential types of tools. Let's see what they are.

Code Editors

A text editor allows you to write and edit HTML code. Popular choices like Visual Studio Code, Sublime Text, and Atom offer features like syntax highlighting and autocompletion that make coding easier.

Web Browsers

A browser like Chrome, Firefox, or Safari is essential for viewing and testing the HTML pages you are creating. Browsers interpret HTML code and display it as a visual page for users.

Knowledge Check

Which of the following is NOT a tool for working with HTML?



Your Developer Toolkit 🛠️

To build amazing websites with HTML, you only need two basic tools: a place to write your code, and a place to see it. Let's explore your new toolkit!