Ad space (banner)
🎨HTML & CSS Lessons
Lesson 1 / 50

Setting Up (What You'll Need)

HTML/CSS is one of the easiest ways into web development, needing almost no installation at all. As long as you have a computer and a browser, you can start writing code and seeing it on screen right away. You only need these two things to get started:

  • An editor: Visual Studio Code (free) is the standard choice. Syntax highlighting and autocomplete make it easy to write code even as a beginner.
  • A browser: whatever you already use day to day — Chrome, Edge, Safari, and so on — works fine for checking your results.

You can view a finished .html file just by dragging and dropping it into your browser. This page lets you preview your code right on the spot as you practice, so you can start practicing right away without worrying about setting up an environment.

← Previous lesson Next lesson →
Ad space (banner)
Ad space (in-article)