diff --git a/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md b/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md index 89c13c1d4..68e48ed0c 100644 --- a/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md +++ b/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md @@ -3,6 +3,6 @@ HTML stands for HyperText Markup Language. It is used on the frontend and gives the structure to the webpage which you can style using CSS and make interactive using JavaScript. Free Content -W3Schools: Learn HTML -HTML Full Course - Build a Website Tutorial -HTML Tutorial for Beginners: HTML Crash Course +W3Schools: Learn HTML +HTML Full Course - Build a Website Tutorial +HTML Tutorial for Beginners: HTML Crash Course diff --git a/content/roadmaps/100-frontend/content/101-html/readme.md b/content/roadmaps/100-frontend/content/101-html/readme.md index 603ac5f22..39d8ceab3 100644 --- a/content/roadmaps/100-frontend/content/101-html/readme.md +++ b/content/roadmaps/100-frontend/content/101-html/readme.md @@ -3,9 +3,9 @@ HTML stands for HyperText Markup Language. It is used on the frontend and gives the structure to the webpage which you can style using CSS and make interactive using JavaScript. Free Content -W3Schools: Learn HTML +W3Schools: Learn HTML Web Development Basics -HTML Full Course - Build a Website Tutorial -HTML Tutorial for Beginners: HTML Crash Course +HTML Full Course - Build a Website Tutorial +HTML Tutorial for Beginners: HTML Crash Course Codecademy - Learn HTML Interactive HTML Course diff --git a/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md b/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md index e52e3eefc..d6cb0770d 100644 --- a/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md +++ b/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md @@ -9,5 +9,5 @@ Learn and understand the concepts such as Hoisting, Event Bubbling, Scope, Proto Var, Let and Const — What's the difference? Inheritance and Prototype Chain JavaScript Strict Mode -JavaScript Visualized (7 Part Series) +JavaScript Visualized (7 Part Series) DOM vs Shadow DOM vs Virtual DOM