This is a basic guide to html. A great cheat sheet to keep around even after you become a pro. It makes things so much easier when you have a few things at your fingertips to simply copy and paste! The easiest way to use this tool is to open developer tools in your web browser and copy the html code onto a text editor. I personally recommend Notepad++
There are 6 Heading sizes ranging from 1 to 6. 1, being the largest and 6, being the smallest
There are also some formatting styles that can be used within your html text. Even though CSS, or Cascading style sheets can ultimately do this for you, you may occasionally want to edit individual words within your html code so that they stand out more.
This is BOLD textPre-formatted text
This is called block-quote text
There is also the font tag however, it is now obsolete. Best practice for fonts is to use CSS.
There are several different ways to add lists
now we know how lists work!!!