Aug 9, 2021
Thank you! I’m glad someone is saying this!
One thing I’d add to learn about HTML: How tag choice impacts accessibility.
Accessibility is something so few developers consider, yet knowing things like how a simple H1 in a section tag helps blind people understand your app structure is invaluable to understanding why to structure a page in certain ways.
It’s way too easy for everything to become a div tag and leave people with vision challenges adrift in a sea of random words.