Comment on Ask HN: How would you introduce kids to web dev?Comments−rchaud2yLike you're doing, start with basic HTML elements. Make sure to include pictures, audio and video so it feels more interactive.Then move on to CSS. Put items next to each other using grid, and use that to explain the difference between HTML (structure) and CSS (styles).Then have some fun with CSS animations. And finally, a tiny bit of JavaScript to control the animations.
Comments
Like you're doing, start with basic HTML elements. Make sure to include pictures, audio and video so it feels more interactive.
Then move on to CSS. Put items next to each other using grid, and use that to explain the difference between HTML (structure) and CSS (styles).
Then have some fun with CSS animations. And finally, a tiny bit of JavaScript to control the animations.