Articles tagged with “HTML” (4 articles)
Today I learned: How to "include" a link inside a form input label
Posted onLearn how to markup a form input label with a link in a accessible manner
Today I learned: How to style a <fieldset>'s <legend> element as display inline
Posted onLearn how to work around the dodginess of HTML <legend> tag to make it behave as it would be `display: inline` or `display: inline-block`.
Today I troubleshot: Narrow non-breaking space not rendering
Posted onLearn why narrow non-breaking spaces would not render on a webpage.
Today I learned: HTML input checkbox can have an indeterminate state
Posted onSpotlight on little-known indeterminate state of HTML input checkbox.