My daughter (7 years old) used HTML to make a website
A simple HTML website built by a 7‑year‑old about cats, dogs, cheetahs and computers drew widespread praise for its clarity, speed and Geocities-era charm. Commenters contrasted the hand-written page with today’s bloated, JavaScript-heavy web, arguing that basic HTML remains a powerful, accessible way to learn how computers and the internet work. Many reflected on their own early web projects, debated when and how children should be introduced to coding, and lamented how modern tools and platforms can obscure fundamental concepts.
Overall reaction to the site
- Many commenters are delighted and impressed that a 7‑year‑old hand‑wrote a working multi‑page site.
- The site is praised as fast, clear, and more usable than many “professional” sites: no ads, no pop‑ups, no cookie banners, no JS bloat, obvious links, and instant load times.
- Several people say they actually learned new cat facts from it and plan to bookmark or share it.
Nostalgia for the early web
- The design and raw HTML evoke strong memories of Geocities, Angelfire, MySpace customization, Netscape Composer, early Dreamweaver/FrontPage, and table‑based layouts.
- Many recall making similar sites about animals, games, or hobbies as kids, often hosted on free ISPs or early web hosts, and regret not backing them up.
- Some argue this kind of small personal page is “what the web should be”: individual expression, not content farms and SEO.
Kids, computers, and abstraction
- Several see this as a great way to show children computers are tools for creation, not just consumption via apps and tablets.
- Others worry about over‑structuring childhood; they argue 7 is very young and kids should mostly play offline, with coding easily learned later.
- Broader discussion: many young users see data as “in Google/iCloud/the app” rather than as files; some think this loss of mental models is harmful, others see it as natural evolution of abstractions.
HTML, correctness, and pedagogy
- Some offer detailed HTML feedback (image sizing, aspect ratios, br/ vs br, multiple H1s, filenames like unicorn.html).
- There’s debate over whether unsolicited code review of a child’s project is helpful or “too Hacker News”; some defend gentle tips, others say connection and encouragement should come before correction.
- Long subthreads debate legacy tags (center, background, b/i/u), self‑closing syntax from XHTML, tables vs div/flex/grid, ARIA and semantics.
- One side values standards, accessibility, and “proper” separation of content and style; the other values simplicity, fun, and immediacy for beginners.
Tracking, tooling, and modern web critique
- Some notice Cloudflare analytics JS on the page; others clarify it’s auto‑injected by the host. This sparks jokes about GDPR and criticism of pervasive tracking.
- Several contrast the tiny static site with modern stacks (CI, Docker, React, serverless, huge npm trees) used to deliver similar content at vastly higher complexity and cost.
Meta and tangents
- The thread spins into reflections on joy vs grind in software careers, generational differences in curiosity, and HN’s focus on tech over general news.