Hacker News new | ask | show | jobs
by RodgerTheGreat 5221 days ago
Honestly, HTML may not be a bad idea for a total beginner. It's not a programming language, but it allows you to introduce a number of ideas that are the building blocks of programming- the distinction between 'code' and rendered output, nesting, quotations and escapes...
1 comments

Interesting ideas about HTML. Never thought about that.