Did you ever study HTML/CSS? And if so, what would be your best tips/advice for learning them?
I learned a bit during my high school IT class but I’ve found a few great resources online.
All resources listed are FREE (as if I’d pay for something lol)
💻 W3Schools {resource, DIY tutorial}
link: https://www.w3schools.com/html/default.asp
I used this during school as a great resource, particularly for reminding myself of parts I’d forgotten. It also appears you can learn through tutorials on the site!
💻 code academy {guided tutorial}
link: https://www.codecademy.com/learn/learn-html
I’ve been using this site for C# lately and it’s been really good and I see it has a HTML (and CSS) beginners course for free! It’s really good because the screen will be split with an explanation of something on the left, followed by an activity to code on the right. It also gives you hints and the solution if you can’t get it.
💻 khan academy {videos, examples, semi-guided tutorial}
link: https://www.khanacademy.org/computing/computer-programming/html-css
Finally, there’s khan academy. I believe this is the longest ‘course’ of the three. First you’ll be shown an explanation / video of the code, then given an activity to try.
Overall, my biggest tip would just be to try it! I think going through the tutorials and then using what you’ve learned and building your own site would be a great way to learn!
Also, when I say site really I mean a page where you change the background colour, have some headings and paragraphs, play around with floating things, inserting images, linking images and text and so on.
I think using code academy, then moving to khan academy when you’re finished (since code academy is fairly short) and using w3schools as a resource could be a nice way to learn it. But play around and see what you like (if you end up using any of these haha)