🌍 Day 2 of 30 HTML Tips 🌍
Accessibility starts with the basics → tell browsers & screen readers what language your page is in.
The lang attribute helps screen readers pronounce words correctly improves SEO.
✅ Always set lang on <html>.
#BuildWithBiodun
#CodeToBuild
🚀 Day 1 of 30 HTML Tips 🚀
The very first line in your HTML decides if your CSS/layout works as intended.
Skip it, and browsers drop into `quirks` mode.
This ensures your page runs in standards mode, not old browser quirks.
✅ Rule: Never skip the DOCTYPE.