GD with GDDEMOLAND
Open editor
GD with GD

DEMOLAND

Are you scared of code? Don’t be! DEMOLAND makes learning how to code easy. Just pick a book to get started! By GD with GD!

Select a book

tutorial

Baby Steps

2 chapters 5 demos
New to DEMOLAND? Start here! Learn how to use this site and get familiar with reading, writing, and testing code.
Web Documentation

Cheatsheet

3 chapters 34 demos
Websites are made of three programming languages: HTML, CSS, and JavaScript. Let’s break down what makes each language special!
Course

Type + Code

1 chapter 1 demo
Websites are full of text, a.k.a. “type.” This type is special because it’s made out of code! In this course, you’ll discover how to bring type to life using code.
All Books
What Is DEMOLAND?
Tutorial
Coding Cheatsheet
Start a new file
More from GD with GD
Current bookBaby Steps
All books
tutorialBaby Steps
New to DEMOLAND? Start here! Learn how to use this site and get familiar with reading, writing, and testing code.
Chapter 1
How do I use this site?
Learn how to make your way around DEMOLAND and start writing code.
1.1Welcome to DEMOLAND!
Chapter 2
What are websites made of?
Websites use three programming languages: HTML, CSS, and JavaScript. What does each language do? Let‘s find out!
2.1HTML is for content2.2CSS is for design2.3JavaScript is for functionality2.4JavaScript libraries make your life easier