can anyone recommend me the best way to learn HTML CSS

Youtube. Find cool tutorials that you like the look of there are many there, with different styles, and simplicity. You find that you can use different parts in projects you might be building, and expand your learning from there.
 
Also, Udemy might have some good ones on there.

Check the reviews and also the dates the content was last updated.
 
you can learn html,css and js from these sites
sololearn
freecodecamp
treehouse
scrimba (Interactive Tutorials)

i will say start with FCC
 
To learn the syntax of HTML and CSS, you can prefer any tutorial like w3school etc.. or any other video tutorial as suggested above. Make sure to learn practical implementation..
together with learning, you can practice by creating html pages in simple notepad or notepad++ and check them in the browser... no any other resources are compulsory.
 
Hands on. Use your inspect element panel for styling. When it looks good, paste in css. That's the easiest way to learn.

For the initial markup find free html templates online. Modify them for practice. When you are good at it, try making a new one from scratch.
 
It depends on your prefered way of learning new skills (watch a course/videos, from a book or online articles, etc). Mozilla has a pretty great beginner-friendly tutorial.

Also, freecodecamp is another famous place to learn HTML and CSS (and there are more courses if you're up for it)
 
The best way to do it is by building your own projects from scratch.

Udemy has some great courses which are well structured to learn the basics (how to write HTML then implementing CSS to style it)

After you get the hang of it you can branch out and learn how to create specific elements using YouTube, freecodecamp or w3schools.

I learnt from an experienced dev that "every second you're not coding, you're wasting your time".

Pick a project to build and figure out the rest through Google, YouTube, freecodecamp and w3schools.
 
For courses, just search on Youtube for good Tutorial videos. You can start there and it is free.
 
There are many courses with certification for HTML and CSS on codecademy, udemy, udacity, You can prefer tutorial websites like w3school, tutorialspoint etc.
 
Back
Top