Browsing Tag
html
158 posts
getElementBy… …destructuring
I’ve always wondered how verbose and cumbersome some very common web constructions are. One of this is getElementBy…,…
HTML part 3
Label: It is used to tell the user what to enter in the input box. It is best…
How Declarative Custom Elements (DCE) Could Improve Web Components
In a previous article, I wrote about the state of SSR for Web Components. Since then, I have…
Good and Bad Navigation Patterns for Long HTML Pages
Some HTML pages can run quite long. The longer the page, the more important clean, consistent navigation becomes.…
10 Cool CodePen Demos (January 2026)
border-shape chevron nav styled Una Kravets showcases the border-shape and uses it to create a breadcrumb-style navigation with…
From Vision to Interaction: A Workplace Dashboard That Works
As part of a hands-on challenge, I built a fully interactive, responsive company dashboard from scratch. Designed for…
Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Did you also feel tired while opening and closing the HTML tags ? Let me tell you there…
Using aria-labelledby for accessible names
When building UI, we often rely on icons or visual cues that don’t include visible text. While that…
Fix mobile keyboard overlap with VisualViewport
Introduction Bottom‑pinned chat inputs get buried when the mobile keyboard opens. The page visually shrinks, but neither vh…
What’s Your Flex Level? 🐸💪
Hello, I’m Maneshwar. I’m building LiveReview, a private AI code review tool that runs on your LLM key…