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