Tag: cheat sheet

  • Image Tag Cheat Sheet

    Image Tag Cheat Sheet

    in

    Basic Usage Attributes Attribute Description src The path to the image file. alt The text to display if the image fails to load. width The width of the image in pixels. height The height of the image in pixels. title The text to display when the user hovers over the image. Example Notes

  • Regex Cheat Sheet

    Regex Cheat Sheet

    in

    Simple Examples Examples Quantifiers Character Classes Anchors Groups Flags Special Characters Lookarounds Unicode Categories POSIX Classes

  • JavaScript String Cheat Sheet v2

    JavaScript String Cheat Sheet v2

    in

    I was looking through the site for the old post, which was… less than helpful. Here’s the updated cheat sheet for quick reference.