HOW TO MASTER HTML, CSS AND JAVASCRIPT AS A BEGINNER.

If you want to become a web developer the you must learn HTML CSS and JavaScript. Today I will tell you how you can lean these things fast.
There are actually two steps that I follow.
First of all go to Google or YouTube and go through some tutorials. You will get the basic ideas and get familiar with the terms.
Next step is the most important step. Now You need to build real projects. Here is a tip that you can use.
- Get a pen and a paper. Now make a outline of the whole website you want to build. At first keep it as simple as you can.
- After making the sketch, make a list of things you need to build. Make it a step by step process. Like first you need to build the header, then the maybe some text of button of whatever in your sketch.
- Then start building the basic structure using HTML.
- After completing the structure style it with CSS.
- If you find any difficulties while doing step 3 and 4, just google your problem. I am 100% sure you will get your answer.
- After building the structure and styling your website, it’s time to make it interactive. Use some JavaScript code to make your site complete.
- Make at least 10 such projects as a beginner.
If you follow these steps, I hope you will become really good in HTML, CSS and JavaScript. All the best.