/HTML

The Hidden Depths Of The Input Element

- Phil Nash tl;dr: "The <input> element is the most fascinating element in HTML. Most elements behave the same way regardless of their attributes, the type attribute of the <input> element can take 1 of 22 different values that gives it not only different behaviour, but a different visual appearance too. I want to look beyond the various types that the <input> can embody, to the attributes you may not know about. Attributes that tweak the behaviour of the <input> to make it more usable, more accessible, and more applicable to various situations. Let's dig in."

featured in #473


HTML Tips

- Marko Denic tl;dr: Marko shares 18 tips, including: (1) The \`loading=lazy\` attribute. (2) Email, call, and SMS links. (3) Ordered lists \`start\` attribute. (4) The \`meter\` element. (5) HTML Native Search. (6) Fieldset Element. (7) Window.opener.

featured in #356


Reducing Motion With The Picture Element

- Brad Frost tl;dr: If you deal with moving images on the web, this is how you can use the "prefers-reduced-motion" within a picture tag in HTML.

featured in #143