Frontend Practical Guide

A reference site for learning correct frontend implementation by actually trying it. Each topic includes live demos and code examples, covering both specification knowledge and practical usage.

What this site is for

Understand specs correctly

Learn HTML, CSS, JavaScript, and WCAG based on official specifications. The goal is to understand why an implementation is correct before writing it.

Learn by trying

Many topics include interactive demos. You can compare passing and failing examples and learn through hands-on exploration.

Build practical judgment

Make better decisions in real projects by checking browser support, accessibility requirements, and implementation trade-offs.

Sections

Who this site is for

  • Developers who want to adopt new HTML/CSS/JavaScript features safely

    Use Baseline status to judge browser support at a glance. Fallback strategies are included.

  • Teams starting out on accessibility

    Learn WCAG success criteria one by one through hands-on demos. See what fails, and how to fix it.

  • Learners strengthening their frontend fundamentals

    Accurate, specification-based information presented in a structured way.

  • Lead engineers who need review criteria

    Use per-feature caveats and accessibility checkpoints as a reference during code review.