You were missing an `<html>`-starter tag, so users who copy-pasted the code would have experienced errors - not a very good first impression… (Furthermore, I changed `<!doctype html>` to `<!DOCTYPE html>`since that's just more common)