
HTML input type="number": The Gotchas Most Tutorials Skip
Scroll wheel bugs, NVDA failures, and rounding issues with input type=number explained. Plus when to use the safer type=text inputmode=numeric alternative.
Library
Every published guide in one place. Narrow it by the tool you use or the topic you are stuck on.
Tools
Topics
Filtered: HTML

Scroll wheel bugs, NVDA failures, and rounding issues with input type=number explained. Plus when to use the safer type=text inputmode=numeric alternative.

Discover why placing a form inside a form breaks your DOM and learn three W3C-compliant solutions using HTML5 attributes and JavaScript.

Stop using body.dark classes. Learn how to build a modern Dark Mode using the new CSS light-dark() function and simple JavaScript. LocalStorage included.

Everything about the HTML img tag: alt text, width and height for CLS prevention, srcset for responsive images, lazy loading, and the picture element.
What is NBSP? Learn what means, when to use it in HTML or email templates, how it differs from regular spaces, and CSS alternatives.