Browse snippets by collection or check out our top picks and latest articles below.
HTML, Webdev
Make your HTML documents more SEO-friendly by including these lines in your <head>
element.
HTML, Webdev
Ensure your HTML documents have a proper favicon by including these lines in your <head>
element.
HTML, Webdev
Ensure your HTML documents can be shared on social media by including these lines in your <head>
element.
HTML, Webdev
Ensure your HTML documents are properly structured by including these lines in your <head>
element.
Python, List
There's a good way to test the emptiness of a Python list and a better one. Which one are you using?
JavaScript, Array
Maps an object array to an object, using the provided mapping functions.
CSS, Animation
Creates a card that shifts on hover.
JavaScript, Object
Retrieves a set of properties indicated by the given selectors from an object.
JavaScript, Date
Returns the human-readable format of the given number of milliseconds.
JavaScript, Array
Creates an array of elements, ungrouping the elements in an array produced by zip and applying the provided function.