Note: this is a list of resources I've used for clients in the past to help other developers beginning to learn front-end tools get up to speed Here is a list of resources for you to use to become more familiar with html, css & javascript. The resources are categorized by the amount of time or difficulty required for adequate digestion of the information. The easiest/shortest is surfing , resources you can skim through in minutes as you need them. Next is snorkeling , resources better digested over a period of about an hour or more to really go through Lastly, deep diving , resources that cover topics in depth in several hours or more (this doesn't mean you can't pick and choose chapters or sections as you need them, though!).

General Resources:

  • https://www.w3schools.com/ - surfing - this is a general reference for many web technologies. It is a great reference. it may be the overall best resource on the web for all things web development related.

  • https://alistapart.com/articles/ - deep diving - this is a site that goes more in depth into concepts as well as specific code examples

HTML (Structure):

CSS (Appearance):

  • https://www.w3schools.com/css/- surfing - a popular resource to use at any time to review a css property

  • https://css-tricks.com- surfing - snorkeling - without a doubt the best site regarding CSS out there. A great resource on anything html/css/js related. Covers a lot of advanced topics

JavaScript (Functionality):

UX/Usability/Best Practices:

Some Tools:

Don't be intimated by the vastness of the resources outlined here. We suggest for each topic you want to dive in to, take a look, see what appeals to you, and jump in. Then, over time, periodically refer to the deep diving sections to further your skills. I hope this is helpful! Enjoy!