Updated HTML sheet.
This commit is contained in:
parent
062c8fed1d
commit
67bd029e27
9
HTML.md
9
HTML.md
|
|
@ -33,10 +33,11 @@
|
|||
### Heading Tags
|
||||
|
||||
```html
|
||||
<h1>This is a Heading 1</h1>
|
||||
<h2>This is a Heading 2</h2>
|
||||
<!-- ... -->
|
||||
<h6>This is a Heading 6</h6>
|
||||
<h1>This is the main Heading 1</h1>
|
||||
|
||||
<h2>This is the second largest Heading 2</h2>
|
||||
|
||||
<h6>This is a much smaller Heading 6</h6>
|
||||
```
|
||||
|
||||
### Paragraph
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue