This is a starting point for anyone who wishes to create their very own reference cheat sheet, whether it be HTML, CSS, JavaScript or any other coding language you would like to pursue. Although there are great places to learn HTML & CSS, the best reference for yourself is often your own notes and projects.
View HTML Cheatsheet Demo
- Open your terminal and change the current working directory to the location where you want the cloned directory to be made.
$ cd path/to/your/folder/html-cheatsheet/
- Clone repository by typing the following in your terminal:
$ git clone git@github.com:WPBC/html-cheatsheet.git
- Open the index.html file to view the html cheatsheet.
HTML 5 Logo by WC3
This package is released under the MIT license.