DE
Loading...

Loading...

Please select a lesson to begin.
Your Output
Level 0/0

Help

How to Use Code Crispies

Code Crispies is an interactive platform for learning HTML, CSS, and Tailwind through practical exercises.

Getting Started

Open the menu (☰) to select a lesson module. Each module contains a series of lessons.

Completing Lessons

  1. Read the instructions on the left
  2. Write your code in the editor
  3. Click "Run" or press Ctrl+Enter to test
  4. Follow the hints to fix any issues
  5. Click "Next" when you're done

Tips

  • Click "Show Expected" to see the target result
  • Your progress is saved automatically
  • Ctrl+Enter runs your code

Emmet Shortcuts (HTML mode)

Type abbreviations and press Tab to expand:

  • div.container → div with class
  • ul>li*5 → ul with 5 li children
  • nav>ul>li*3>a → nested structure
  • p{Hello} → p with text content

Reset Progress

Are you sure you want to reset all your progress? This cannot be undone.