Skip to content

Instantly share code, notes, and snippets.

View shawncamthom's full-sized avatar

Shawn Thomas shawncamthom

View GitHub Profile
@shawncamthom
shawncamthom / html.md
Last active March 14, 2023 16:50
Cheatsheets

This work is not my own nor has the information been modified from its original source(Link here). Markdown has been added to the content to make titles,subtitles, & text stand out from each other.

List of HTML Elements By Category

An HTML element (or tag) is an individual component of an HTML document. Here below is a full list of HTML elements listed by category.


* Basic HTML Elements * Formatting HTML Elements * Forms and Input HTML Elements  * Images and Multimedia HTML Elements

Regex: A Program's Tool

Regex, short for regular expression, is a sequence of characters that defines a specific search pattern. Many fields within the tech industry utilize this powerful tool for data processing and manipulation.

Summary

One of the many ways regex is used in JavaScript is through form validation. This tutorial will examine code containing a regex, break down its parts, and describe its function.