From 5d3a168f1b9587f3b13e2ad9bcdf3049cf737f29 Mon Sep 17 00:00:00 2001 From: Swaroop Deshpande <129597246+SandwichPrestigious@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:43:23 +0530 Subject: [PATCH] added html cheatsheet (#10116) * Added a HTML cheatsheet Signed-off-by: Swaroop Deshpande * added HTML cheatsheet Signed-off-by: Swaroop Deshpande * did some changes Signed-off-by: Swaroop Deshpande * Update free-programming-cheatsheets.md --------- Signed-off-by: Swaroop Deshpande --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 9c3fecf1f..a5b334443 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -186,6 +186,7 @@ ### HTML and CSS * [Accessibility CheatSheet](https://learn-the-web.algonquindesign.ca/topics/accessibility-cheat-sheet/) - Algonquin Design (HTML) +* [Beginner's CheatSheet](https://websitesetup.org/html5-cheat-sheet/) - WebsiteSetup (HTML) * [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML) * [CSS Cheatsheet](https://www.codewithharry.com/blogpost/css-cheatsheet/) - CodeWithHarry (HTML) * [CSS Cheatsheet](https://web.stanford.edu/group/csp/cs21/csscheatsheet.pdf) - Stanford (PDF)