From 79318c33d79ce25d040bab7df1ef5ef703fb97e6 Mon Sep 17 00:00:00 2001 From: Chetan Atrawalkar <66908113+ChetanAtrawalkarCA@users.noreply.github.com> Date: Sun, 3 Oct 2021 10:34:58 +0530 Subject: [PATCH 1/2] Create HTML_Canvas.html add another important topic in html. --- HTML_Canvas.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 HTML_Canvas.html diff --git a/HTML_Canvas.html b/HTML_Canvas.html new file mode 100644 index 0000000..6c6c09d --- /dev/null +++ b/HTML_Canvas.html @@ -0,0 +1,19 @@ + + + + +
+ + + + + + + From 61a193841676493ab5edb71b2d9e0b6bd412a7c7 Mon Sep 17 00:00:00 2001 From: Chetan Atrawalkar <66908113+ChetanAtrawalkarCA@users.noreply.github.com> Date: Sun, 3 Oct 2021 10:35:51 +0530 Subject: [PATCH 2/2] Update README.md update the list of topics in html --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3baabf2..340c808 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repo contains different HTML webpages. - Forms - Graphics * SVG + * Canvas Soon, I will be adding more files in it.:smile: