Start Here

How to use the Visual Playground

A 2-minute tour. Learn how the site is organized, how to find anything fast, and how to get the most out of every tutorial — the live demos, the one-click copy buttons, and the code tabs.

What it is

A see-it-in-action reference for HTML & CSS

Most tutorials make you read about code. This one lets you see it run and grab it. Every page is a live, interactive reference you can poke at and copy from.

See it live

Every concept comes with a working demo right on the page — not just a screenshot.

Copy & paste

Every code block has a one-click Copy button. Take what you need into your own project.

Interactive

Click buttons, toggle controls, resize things — the demos respond so you learn by doing.

No setup

It all runs in your browser. Nothing to install to read and learn (your own projects are another story).

Step 1

Find your way around

Everything is grouped into categories. Use the menu at the top of every page to jump between them. Here's what lives where:

Get Started

This guide, setting up VS Code, your first HTML page, and keyboard shortcuts.

HTML & CSS

The language foundations — tags, the cascade, color, fonts, and detailed properties.

Layout

How elements are positioned — Flexbox, Grid, Responsive Web Design (RWD), and mobile nav.

Design & Media

Make it look great — design principles, animation, icons, video, and images.

Publish & Tools

Ship a real site — accessibility, security, forms, GitHub, and deploying with Netlify.

Pages

Full-page templates — about, contact, gallery, portfolio, landing, and more to remix.

Components

Reusable UI pieces — buttons, cards, modals, tabs, navbars, footers, and more.

On a phone or narrow window? The top menu collapses into a ☰ menu button in the corner. Tap it to open the same categories as a slide-in list.
Step 2

Search for anything

On the home page there's a search box in the top-right. Start typing and the cards filter instantly by title, description, and tags — categories with no matches hide themselves so you only see what fits.

Step 3

Follow the suggested path

Brand new to web development? The home page has a Suggested Learning Path — a row of numbered steps that build on each other. Start at step 1 (set up VS Code) and work along the arrows. You don't have to go in order, but it's the smoothest ride.

Not sure where to begin? Do VS Code Setup first so you have somewhere to write code, then Intro to HTML.
Step 4

Get the most out of a tutorial page

Each tutorial follows the same rhythm. Once you know these three features, every page works the same way.

Try the live demo

Don't just read it — click, drag, and toggle the demo until you understand what each setting does.

Hit Copy

Hover a code block and click Copy in the corner. It's now on your clipboard — paste it into your editor.

Switch code tabs

Many demos have HTML / CSS / JS tabs above the code. Click each to see all the pieces.

The loop that works: read the explanation → play with the demo → copy the code → paste it into your own page and change something. Breaking it and fixing it is how it sticks.
You're ready

Jump in

That's the whole tour. Head back to the home page and pick a card, or start at the very beginning.