From 5aac9a59b3b4c64b64181957f3c4c8aaf895869f Mon Sep 17 00:00:00 2001 From: JoanaChicau Date: Thu, 30 Jun 2022 18:33:31 +0200 Subject: [PATCH] Update 'HTML' --- HTML.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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