Today I Learnt

CSS case insensitive attribute selector
Apr 9, 2022Today I learnt that you can specifify case-insensitivity with CSS attribute selectors with the `i` flag.

HTML mailto can have multiple addresses, subject and email body
Jan 6, 2022Today I Learnt (TIL)- HTML mailto URLs can do much more than just adding a 'to' email address. You can link to multiple email addresses, add cc and even body text!