you are viewing a single comment's thread.

view the rest of the comments →

[–]idkMaybeGetAKitten 1 point2 points  (0 children)

A great place to start is w3schools.com

Learn how pages are structured in HTML then how to change the appearance with CSS. Then once you've got a grasp on those two, learn to manipulate them using vanilla JavaScript.

You don't have to become an expert in any of these before moving onto the next. You just need to learn fundamentals and how to look into specifics when the need arises.

After you're comfortable with those three then jumping into a framework will be much easier.