From 67bd029e273d27338ebc493ad73e7ebac81f7329 Mon Sep 17 00:00:00 2001 From: CSnap Date: Sun, 19 Nov 2023 15:06:19 +0000 Subject: [PATCH] Updated HTML sheet. --- HTML.md | 9 +++++---- README.md | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HTML.md b/HTML.md index d48a012..8a43a22 100644 --- a/HTML.md +++ b/HTML.md @@ -33,10 +33,11 @@ ### Heading Tags ```html -

This is a Heading 1

-

This is a Heading 2

- -
This is a Heading 6
+

This is the main Heading 1

+ +

This is the second largest Heading 2

+ +
This is a much smaller Heading 6
``` ### Paragraph diff --git a/README.md b/README.md index cce401f..a37a37e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [Perl - Practical Extraction and Reporting Language](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/perl.md) - [PHP - Proper Hypertext Pre-processor](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/PHP.md) - [Python - High-level, general-purpose programming language](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/python.md) +- [RegEx - Regular Expressions](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/regex.md) - [SED - The Stream Editor](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/sed.md) - [SQL - Structured Query Language](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/SQL.md)