From 4f4cbe4f47eb6ffb38f12e8408bd74a2d840804f Mon Sep 17 00:00:00 2001 From: Mahmudul Hasan <24842666+mhasanmeet@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:38:42 +0600 Subject: [PATCH] added html, css & JS content (#2267) --- content/roadmaps/100-frontend/content/101-html/readme.md | 1 + content/roadmaps/100-frontend/content/102-css/readme.md | 1 + content/roadmaps/100-frontend/content/103-javascript/readme.md | 1 + 3 files changed, 3 insertions(+) diff --git a/content/roadmaps/100-frontend/content/101-html/readme.md b/content/roadmaps/100-frontend/content/101-html/readme.md index 76a3d16e7..64ae6df30 100644 --- a/content/roadmaps/100-frontend/content/101-html/readme.md +++ b/content/roadmaps/100-frontend/content/101-html/readme.md @@ -4,6 +4,7 @@ HTML stands for HyperText Markup Language. It is used on the frontend and gives Free Content W3Schools: Learn HTML +htmlreference.io: All HTML elements at a glance Web Development Basics Codecademy - Learn HTML Interactive HTML Course diff --git a/content/roadmaps/100-frontend/content/102-css/readme.md b/content/roadmaps/100-frontend/content/102-css/readme.md index d6cd0f724..9047a893b 100644 --- a/content/roadmaps/100-frontend/content/102-css/readme.md +++ b/content/roadmaps/100-frontend/content/102-css/readme.md @@ -4,6 +4,7 @@ CSS or Cascading Style Sheets is the language used to style the frontend of any Free Content W3Schools — Learn CSS +cssreference.io: All CSS properties at a glance Web.dev by Google — Learn CSS freeCodeCamp — Responsive Web Design Learn to Code HTML & CSS diff --git a/content/roadmaps/100-frontend/content/103-javascript/readme.md b/content/roadmaps/100-frontend/content/103-javascript/readme.md index fa2ebd816..a7d0e848f 100644 --- a/content/roadmaps/100-frontend/content/103-javascript/readme.md +++ b/content/roadmaps/100-frontend/content/103-javascript/readme.md @@ -11,6 +11,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y Free Content W3Schools – JavaScript Tutorial The Modern JavaScript Tutorial +Learn JavaScript: Covered many topics Eloquent JavaScript textbook JavaScript Crash Course for Beginners Build a Netflix Landing Page Clone with HTML, CSS & JS