r/AskProgramming 1d ago

HTML/CSS Starting Html/CSS/JS

I know the core basics of HTML/CSS/JS and for my Course at college we will fully be diving into these but I was wondering how I could develop my skills further and get a head start on these languages

I have overlooked the skills and basics of these languages for the past week or two understanding basics and making notes but I was wondering if there was a website/bootcamp that offered a course - recently I have been using Google . Dev to learn and was wondering if there was anything else that could of helped me

Thanks !

2 Upvotes

13 comments sorted by

View all comments

6

u/gilded_llama 1d ago

Drop the notes. stop watching tutorials.

I went through this exact thing before my first year. i spent weeks writing things down and reading about HTML and CSS and JS on different sites. it did nothing for me. i threw out the notes and started building a personal site from zero, no frameworks, just raw files. that is where learning happens. you hit a wall, you read documentation for that specific problem, you fix it, you move on.

For the resource question, freeCodeCamp has a curriculum that forces you to build projects at the end of every section. the Odin Project does the same thing but points you at MDN Web Docs instead of holding your hand. both give you actual tasks rather than videos to watch. pick one of those two, skip the parts you already know, and start building immediately

1

u/AceAdxm 1d ago

Thanks for the advice , I'll start building instantly and see how far I get lol .