Template
Hi!! I tried my best to put this thing together to give you a refresher to the world of HTML. Of course, don't be afraid to reach out if you need any help!
Guide
Text Basics
This is where you put text. <p> stands for paragraph. Often times, when writing with paragraphs, you may want to use...
the <br> tag to seperate big chunks of text. You can also use...
the <hr> tag to do so.
Text Styles
This is bold text, this is italicized text.
This is strikethough text, this is marked text.
This is small text, this is underlined text.
This is subscript text, and this is superscript text.
Etc.
For lists, do this:
- List 1
- List 2
- List 3
For images, do this:
For tables, do this:
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Data 1 | Data 2 | Data 3 |
| Data 1 | Data 2 | Data 3 |