HTML / CSS / JavaScript
HTML
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.
Visit the following resources to learn more:
- W3Schools: Learn HTML
- htmlreference.io: All HTML elements at a glance
- HTML For Beginners The Easy Way
- Web Development Basics
- Codecademy - Learn HTML
- Interactive HTML Course
- HTML Full Course for Beginners | Complete All-in-One Tutorial
- HTML Full Course - Build a Website Tutorial
- HTML Tutorial for Beginners: HTML Crash Course
CSS
CSS or Cascading Style Sheets is the language used to style the frontend of any website. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
Visit the following resources to learn more:
- The Odin Project
- What The Flexbox!
- Learn CSS | Codecademy
- Learn Intermediate CSS | Codecademy
- CSS Complete Course
- CSS Crash Course For Absolute Beginners
- HTML and CSS Tutorial
- CSS Masterclass - Tutorial & Course for Beginners
- 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
- Joshw Comeaus CSS Hack Blog Posts
- 100 Days CSS Challenge
- CSS Tutorial | Scaler
JavaScript
JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on.
Visit the following resources to learn more:
- Visit Dedicated JavaScript Roadmap
- W3Schools – JavaScript Tutorial
- The Modern JavaScript Tutorial
- Learn JavaScript: Covered many topics
- Eloquent JavaScript textbook
- You Dont Know JS Yet (book series)
- JavaScript Crash Course for Beginners
- Build a Netflix Landing Page Clone with HTML, CSS & JS
- Build 30 Javascript projects in 30 days
- Learn the basics of JavaScript
- JavaScript for Beginners