HTML
HTML
HTML is the base layer of everything I build on the web. Every Duodode site, every Next.js product, and every component inside Figma-to-code work comes back to it.
Why it matters to me
Modern frameworks abstract HTML but never replace it. Knowing it well keeps me honest about structure, accessibility, and semantics. I treat fundamentals as leverage. Weak fundamentals limit what every tool above them can do.
How I use it
- Structuring pages and components inside Next.js
- Writing clean markup that supports CSS and JavaScript
- Producing accessible, semantic output for client products
- Keeping handoff from Figma clean and implementable
Where it connects
- Styled by CSS
- Made interactive by JavaScript
- Composed into components through Frontend Frameworks
- Deployed through Vercel
How it fits my standard
I care about intentional work. Clean HTML is part of that at the code level. Sloppy markup produces sloppy products. Good markup is invisible and strong.
Related
CSS · JavaScript · Frontend Frameworks · Next.js · VS Code