diff --git a/HTML.md b/HTML.md index 47c32b0..bb1b2a6 100644 --- a/HTML.md +++ b/HTML.md @@ -30,4 +30,13 @@ * [A basic HTML Cheatsheet](https://developer.mozilla.org/en-US/docs/Learn/HTML/Cheatsheet); -* [HTML CheatSheet extensive reference list](https://html.com/wp-content/uploads/html-cheat-sheet.pdf) - notice that the markup language may change so this PDF is not future proof ;) \ No newline at end of file +* [HTML CheatSheet extensive reference list](https://html.com/wp-content/uploads/html-cheat-sheet.pdf) - notice that the markup language may change so this PDF is not future proof ;) + + +### Canvas + +* [W3 Canvas Drawing + JS Animations](https://www.w3schools.com/html/html5_canvas.asp) + +* [Moz Canvas Drawing](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Basic_animations) + +* [HTML 5 Canvas Video Tutorial](https://www.youtube.com/watch?v=EO6OkltgudE&list=PLpPnRKq7eNW3We9VdCfx9fprhqXHwTPXL) \ No newline at end of file