The core 3 sections you need to learn for frontend development are,
1.HTML - it's like a skeleton of the web page you're about to develop. (The structure)
Think of it like, building a house with bricks
2.CSS - You have to paint the house you built to make it look clean,vibrant & to create a pleasant look right?
That's where CSS comes in. You can add colors & styles to your web page page outline you previously created with HTML
3.JavaScript - Now, you've built the house & painted it nicely. Yet, you need certain functionalities like,
When you open the tap - you should get water.
When you turn on the switch, the light should come on.
Similarly, if you want something to happen when you click on a button, or click on an image, JS is all you need.
Top comments (2)
nice
Some comments may only be visible to logged-in visitors. Sign in to view all comments.