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)