09 // TEACH
Then I started teaching other people.
Knowledge should travel. I teach Full Stack Development to beginners, children learning technology, career changers, people breaking into tech, and anyone breaking into tech. Tap a key — learn something.
LESSON 01 / 09 — The skeleton.
HTML
HTML is the structure of the web. Use semantic elements — <nav>, <main>, <button> — so people, browsers, and assistive tech all understand the page. Divs can't do that for you.
Technology becomes more powerful when more people understand how to create with it.