DEV Community

Cover image for Roadmap to learn and practice HTML, CSS & JavaScript in 6 weeks
Zeeshan Haider Shaheen
Zeeshan Haider Shaheen

Posted on

Roadmap to learn and practice HTML, CSS & JavaScript in 6 weeks

It’s never too late to learn code or make a career change in web development. The demand for web developers is high all the time and is still increasing, The best part is that a CS degree is not a prerequisite to get into web development.

In this article, you will explore how to master HTML, CSS, and JavaScript in 6 weeks.

So, what should be the first step?

The very first step is to make your foundations strong. Learning HTML would be the very first step. There are plenty of free materials available on the internet. I’ll mention some of these.

What is HTML?

Alt Text

The Hypertext Markup Language (HTML) is essential for every website you’re implementing. By using HTL you’re defining and structuring the content of a website by using a simple markup syntax.

How to learn HTML?

You should start by reading about the basics of HTML.
Marksheet is the best resource for learning HTML and CSS as well. If you are clever enough you can get a lot of information and you may not need any other material to learn.

The next thing is watching crash courses on YouTube to get enough knowledge by not just watching but practicing along the way.

HTML Crash Course For Absolute Beginners will help you to understand HTML very well.

Build Something!

Alt Text

After learning the syntax the next step should be to build something from HTML. Start by creating simple web pages the contains some headings, paragraphs, forms, etc.

It should not take more than a week.

After getting your hands dirty on HTML, you should start exploring CSS.

What is CSS?

Alt Text

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript

How to learn CSS?

Learning CSS is very interesting. CSS is how things end up looking as you want them on screen, so it is worth being reasonably up to date. You need to be more creative to put many things together to get the beautiful layout for your web page.

Alt Text

Again, start by reading about CSS. Marksheet is a good resource for learning CSS as well.

Your next step would be watching YouTube tutorials from CSS Crash Course For Absolute Beginners. You will practice things alongside watching tutorials.

Now you have learned the basics of HTML and CSS. Now it’s time to do some practice.

Start by taking a “Responsive Web Design Certification” free course from Freecodecamp.

In this course, you will be learning by practicing. At the end of this course, you have to submit some projects and you will receive your certificate.

Congrats on your first certificate in Web Development.

Alt Text

Now the next step is to learn flexbox and CSS grids. Now it’s time to make some beautiful layouts.

Now explore dribble and select some cool web pages and try to re-create them in HTML and CSS. You should be using flexbox or CSS grids.

Now you are actually creating layouts by yourself.

Now it’s time to learn JavaScript.

What is JavaScript?

Alt Text

JavaScript is a programming language that adds interactivity to your website. It is powerful and one of the most important tools in web development.

How to learn JavaScript?

Start by reading JavaScript from MDN web docs. Alongside reading start watching JavaScript Tutorial for Beginners from YouTube. You should spend two days on learning things from those resources.

After that take a Modern JavaScript From The Beginning course from Udemy.

You will learn:

  • DOM (document object model) WITHOUT jQuery
  • Asynchronous programming with Ajax, Fetch API, Promises & Async / Await
  • OOP including ES5 prototypes & ES2015 classes
  • JavaScript Patterns
  • Regular expressions, error handling, localStorage

This is the best beginner’s JavaScript course.

Alt Text

Now it’s time to create some JavaScript projects. Start by creating a “to-do list” project in JavaScript and then creating beautiful responsive landing pages.

Now if you are feeling that you are still not good enough in JavaScript and wants to create some projects than I recommend you taking 20 Web Projects With Vanilla JavaScript course from udemy.

You will create different projects that will help you a better understanding of how things work in JavaScript.

Alt Text

  • Give at least 5 to 6 hours daily on learning
  • Try to complete HTML CSS in two weeks
  • Give more time to JavaScript
  • Don’t move forward until you are not satisfied with what you are currently doing
  • Try to make your foundations strong
  • PRACTICE PRACTICE PRACTICE!!!\

Alt Text

Other resources:

You can also explore these sites for learning purposes.

I hope you enjoyed this article.
Let me know in the comments if you have any questions.

I am currently on my #100DaysOfCode challenge. To see my daily progress, follow me on twitter @zeeshanhshaheen

Top comments (3)

Collapse
 
violet profile image
Elena

Nice. I would also recommend this youtube tutorial on modern html/css. You also get to build a portfolio website at the end.

Collapse
 
agatsoh profile image
agatsoh

This video is not available anymore, can you check which video it was ?

Collapse
 
kodekorner profile image
Ahmad Safi

Thank you for sharing. This post made a lot of things clear.