← Back to HTML
02

Tools for Writing HTML

Set up a practical HTML workflow with a code editor, browser inspection and validation so you can write faster, catch errors earlier and read real pages with better understanding.

📘 Theory

Your Main Editor

A code editor is where your writing speed, clarity and consistency begin.

1

Visual Studio Code is a common choice because it gives you syntax highlighting, auto-closing tags and a comfortable file-based workflow.

2

At this stage, the important habit is simple: create HTML files cleanly, save often and keep indentation consistent.

🧪 Learn by doing

Example Guided Example: Open a Local File and Edit It Use a minimal document as your first local practice file.

🧰 Resources

What is this?

I'm Cristian Eslava and I sometimes build websites so both you and I can learn and experiment. culTest

I made this in February 2026 to make learning easier for my students. The idea is to learn web development by practicing and to keep expanding the project with new topics, tests and challenges.

It draws inspiration from MDN, W3Schools, CodePen, Manz and many other web development references. I wanted to combine useful theory, runnable examples, challenges and the testing system I had already built for culTest. culTest

If you liked it, if you didn't, or if you want to get in touch, write to me at cristianeslava@gmail.com