
Tim @timneutkens
Just learned <link rel="preload"> supports the `media` attribute for media queries 🤯 https://t.co/xpitxE1rUw
Tim @timneutkens
Just learned <link rel="preload"> supports the `media` attribute for media queries 🤯 https://t.co/xpitxE1rUw
Richard Ekwonye @ekwonye
Always remember that the HTML5 <video> has a poster attribute that accepts the url to an image that would be rendered while your video loads and until the video is played. Always comes in handy ??
David Hemphill @davidhemphill
Just learned that an input element with a type of "email" can take the boolean attribute "multiple", allowing for a comma-separated list of emails to be entered. ? https://t.co/jFFjiLMDVq
Achraf Kassioui @achrafkassioui
An HTML element will lose its "position: fixed" if a CSS transform is applied to an ancestor: https://t.co/r0tlZ32GeS
Merrick Christensen @iammerrick
? Always use rel="noreferrer noopener" linking to another site with target="_blank". Or else that site can silently redirect your users! https://t.co/YQvBJQFE1v
Shaw @shshaw
? SVG Quick Tip: Inline-encode SVG in background-image for infinitely scalable backgrounds & one less HTTP request https://t.co/MbCkFUh6BH https://t.co/vD95suMilf
Wes Bos @wesbos
The download attribute is handy when you want things to force a download of a file without using server side rules. 101: https://t.co/NYoDx3z9Vv